omniauth-tanita.gemspec in omniauth-tanita-0.2.3 vs omniauth-tanita.gemspec in omniauth-tanita-0.3.0
- old
+ new
@@ -2,11 +2,11 @@
require_relative 'lib/omniauth-tanita/version'
Gem::Specification.new do |spec|
spec.name = 'omniauth-tanita'
- spec.version = Omniauth::Tanita::VERSION
+ spec.version = OmniAuth::Tanita::VERSION
spec.authors = ['Kenji Koshikawa']
spec.email = ['koshikawa2009@gmail.com']
spec.summary = 'OmniAuth strategy for Tanita Health Planet'
spec.description = spec.description
@@ -26,10 +26,9 @@
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.add_runtime_dependency 'tanita-api-client', '~> 0.2.3'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6.0'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'codecov', '~> 0.1.17'
spec.add_development_dependency 'rake', '~> 12.0'