auth0.gemspec in auth0-3.6.1 vs auth0.gemspec in auth0-4.0.0
- old
+ new
@@ -1,25 +1,25 @@
# -*- encoding: utf-8 -*-
-$:.push File.expand_path("../lib", __FILE__)
-require "auth0/version"
+$LOAD_PATH.push File.expand_path('../lib', __FILE__)
+require 'auth0/version'
Gem::Specification.new do |s|
- s.name = "auth0"
+ s.name = 'auth0'
s.version = Auth0::VERSION
- s.authors = ["Auth0", "Jose Romaniello", "Ivan Petroe", "Patrik Ragnarsson"]
- s.email = ["support@auth0.com"]
- s.homepage = "https://github.com/auth0/ruby-auth0"
- s.summary = %q{Auth0 API Client}
- s.description = %q{Ruby client library for the Auth0 API.}
+ s.authors = ['Auth0', 'Jose Romaniello', 'Ivan Petroe', 'Patrik Ragnarsson']
+ s.email = ['support@auth0.com']
+ s.homepage = 'https://github.com/auth0/ruby-auth0'
+ s.summary = 'Auth0 API Client'
+ s.description = 'Ruby client library for the Auth0 API.'
- s.rubyforge_project = "auth0"
+ s.rubyforge_project = 'auth0'
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.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
+ s.require_paths = ['lib']
- s.add_runtime_dependency 'httparty', '~> 0.13'
+ s.add_runtime_dependency 'httmultiparty', '~> 0.3.16'
s.add_development_dependency 'rake', '~> 10.4'
s.add_development_dependency 'fuubar', '~> 2.0'
s.add_development_dependency 'guard-rspec', '~> 4.5'
s.add_development_dependency 'dotenv-rails', '~> 2.0'