Skip to content

Commit

Permalink
bump to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zokioki committed Sep 17, 2017
1 parent e9ce6d7 commit b46de8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.8.1
-----
- Post install cleanup

0.8.0
-----
- Gem renamed from `fitbyte` to `fitbit_api`
- Make sure to change `Fitbyte::Client` to `FitbitAPI::Client` in your code, no other changes should be necessary.

0.7.1
-----
- Rename `#auth_page_link` to `#auth_url`
Expand Down
7 changes: 1 addition & 6 deletions fitbit_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = FitbitAPI::VERSION
spec.authors = ['Zoran']

spec.summary = %q{A Ruby interface to the Fitbit API, using OAuth2 (renamed to fitbit_api)}
spec.summary = %q{A Ruby interface to the Fitbit Web API.}
spec.homepage = FitbitAPI::REPO_URL
spec.license = 'MIT'

Expand All @@ -24,9 +24,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec'

spec.post_install_message = %q{
The fitbit_api gem has been renamed to fitbit_api and will no longer be supported.
Please switch to using fitbit_api for all versions greater than 0.7.1.
}
end
2 changes: 1 addition & 1 deletion lib/fitbit_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module FitbitAPI
VERSION = '0.8.0'
VERSION = '0.8.1'
REPO_URL = 'https://github.com/zokioki/fitbit_api'
end

0 comments on commit b46de8b

Please sign in to comment.