README.md in arrangement-0.0.1 vs README.md in arrangement-0.0.2
- old
+ new
@@ -1,10 +1,15 @@
# Arrangement
-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/arrangement`. To experiment with that code, run `bin/console` for an interactive prompt.
+![Gem](https://img.shields.io/gem/v/arrangement)
+![GitHub last commit](https://img.shields.io/github/last-commit/phaedryx/arrangement)
+![GitHub](https://img.shields.io/github/license/phaedryx/arrangement?color=blue)
+[![phaedryx](https://circleci.com/gh/phaedryx/arrangement.svg?style=shield)](https://circleci.com/gh/phaedryx/arrangement)
+[![Code Climate](https://codeclimate.com/github/phaedryx/arrangement.svg)](https://codeclimate.com/github/phaedryx/arrangement)
+![testing](https://img.shields.io/badge/AAA-testing-blue)
-TODO: Delete this and the text above, and describe your gem
+TODO: describe this gem
## Installation
Add this line to your application's Gemfile:
@@ -22,19 +27,26 @@
## Usage
TODO: Write usage instructions here
-## Development
+## License
-After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
+Copyright (c) 2020 Tad Thorley
-To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
-## Contributing
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/arrangement.
-
-
-## License
-
-The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.