README.md in haversack-0.3.0 vs README.md in haversack-1.0.0
- old
+ new
@@ -1,7 +1,9 @@
# Haversack
+[![Build Status](https://travis-ci.org/alex0112/haversack.svg?branch=master)](https://travis-ci.org/alex0112/haversack) [![Maintainability](https://api.codeclimate.com/v1/badges/7ff5206188bb44910d07/maintainability)](https://codeclimate.com/github/alex0112/haversack/maintainability)
+
Haversack is an enumerable abstraction of a [Knapsack](https://en.wikipedia.org/wiki/Knapsack_problem).
## Usage
#### Basic Usage:
@@ -50,10 +52,10 @@
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).
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/haversack.
+Bug reports and pull requests are welcome on GitHub at https://github.com/alex0112/haversack.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).