auth0.gemspec in auth0-0.1.2 vs auth0.gemspec in auth0-1.0.0

- old
+ new

@@ -3,12 +3,12 @@ require "auth0/version" Gem::Specification.new do |s| s.name = "auth0" s.version = Auth0::VERSION - s.authors = ["Ezequiel Morito"] - s.email = ["me@ezequielmorito.com.ar"] + s.authors = ["Auth0", "Ezequiel Morito", "Jose Romaniello"] + s.email = ["support@auth0.com"] s.homepage = "https://github.com/auth0/ruby-auth0" s.summary = %q{Ruby client library for the Auth0 platform.} s.description = %q{Ruby client library for the Auth0 platform.} s.rubyforge_project = "auth0" @@ -16,12 +16,14 @@ s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_dependency 'omniauth', '~> 1.0' - s.add_dependency 'omniauth-oauth2', '~> 1.0' + s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1' + s.add_development_dependency 'rspec', '~> 2.7' s.add_development_dependency 'rack-test' s.add_development_dependency 'simplecov' s.add_development_dependency 'webmock' + + s.license = 'MIT' end \ No newline at end of file