README.md in activite-0.1.0 vs README.md in activite-0.2.0
- old
+ new
@@ -2,25 +2,21 @@
[![Build Status](http://img.shields.io/travis/paulosman/activite.svg)][travis]
[![Code Climate](https://codeclimate.com/github/paulosman/activite/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/paulosman/activite/badges/coverage.svg)][coverage]
[![Dependency Status](https://gemnasium.com/paulosman/activite.svg)][gemnasium]
+[![Gem Version](https://badge.fury.io/rb/activite.svg)][gemversion]
This gem provides access to data collected by [Withings](http://withings.com/) devices through
their [HTTP API](https://oauth.withings.com/api/doc).
-NOTE: This gem is a work in progress. It is not yet available via RubyGems.
-
[travis]: https://travis-ci.org/paulosman/activite
[codeclimate]: https://codeclimate.com/github/paulosman/activite
[coverage]: https://codeclimate.com/github/paulosman/activite
[gemnasium]: https://gemnasium.com/paulosman/activite
+[gemversion]: https://badge.fury.io/rb/activite
-### TODO
-
-* Notifications
-
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -131,10 +127,10 @@
})
```
## Development
-After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
+After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
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` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing