fitbit_api.gemspec in fitbit_api-0.8.0 vs fitbit_api.gemspec in fitbit_api-0.8.1
- old
+ new
@@ -6,11 +6,11 @@
Gem::Specification.new do |spec|
spec.name = 'fitbit_api'
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'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'
@@ -22,11 +22,6 @@
spec.add_runtime_dependency 'oauth2', '~> 1.0'
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