omniauth-mapmyfitness.gemspec in omniauth-mapmyfitness-0.0.1 vs omniauth-mapmyfitness.gemspec in omniauth-mapmyfitness-0.1.1
- old
+ new
@@ -8,19 +8,18 @@
gem.version = Omniauth::Mapmyfitness::VERSION
gem.authors = ["Julius Francisco"]
gem.email = ["baldrailers@gmail.com"]
gem.description = %q{OmniOauth strategy for mapmyfitness}
gem.summary = gem.description
- gem.homepage = "https://github.com/baldrailers"
+ gem.homepage = "https://github.com/baldrailers/omniauth-mapmyfitness"
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
- gem.add_runtime_dependency 'omniauth', '~> 1.0'
gem.add_runtime_dependency 'omniauth-oauth'
- gem.add_runtime_dependency 'oauth'
+ gem.add_runtime_dependency 'multi_xml'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'simplecov'
gem.add_development_dependency 'rack-test'