auth0 0.1.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +9 -9
  2. data/auth0.gemspec +6 -4
  3. data/lib/auth0/version.rb +1 -1
  4. metadata +10 -21
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTlmZWUwZDJiOGNlODk1MmU5ZGJjYjI2YmQxYWQzNjZkNDc0MzZhZg==
4
+ NWFiMzBiNjAwODRmYzZiMTNjMTk4ZmU4ZTkzNTRkZTY3MmNlZmIxYg==
5
5
  data.tar.gz: !binary |-
6
- MWU2MGY4MGJkOTE4ZmM3MjkyNzNjNzk1ZjQyMzQ0YjliY2FlMTcxNA==
7
- !binary "U0hBNTEy":
6
+ MDk0MjVmYTljZWU3YmE1M2EzZDcyMDJjYjg1ODZiY2ZhMGEyNWUyYw==
7
+ SHA512:
8
8
  metadata.gz: !binary |-
9
- NTRlNTdhMDJkN2IyNGEzMmE4NGY4NjJlNjhiN2VjYmFlN2E5OGJkMjEzN2Nj
10
- YmM3ZTJkN2JiY2UzMzU4NzBkZDc2OWJkNDE2NTJiZWVjYTUzZDZhMTdjYjQ0
11
- YTA1MjM0MTliZjA3MDA1ZTI5OWRjNmI5MzY0ZjJhMzkwZDFhOGE=
9
+ MjkzYmUxNGQxZTNiYTI3NzhiZjg5NzIzMjc5MjIyNTExNmRmNTgxZmNhZTQw
10
+ NGNmZDcxZDI0OWVlNzUxN2Q0YmQxNWExNGMzYzk4ZGQzMmIwOGU2YzI2MDBk
11
+ ZDUxMzE3YzhmZDViYjNjZTYwMDA0NjQ2NTBhZWIyNDk3YmY2MjA=
12
12
  data.tar.gz: !binary |-
13
- MTA0YTc5NmIyNjgyNzZkM2MxMTY5Nzg2YWIwNDlhYjVkM2E2ZDI0MTliNjll
14
- MDNhZWExOTNlZjhjNzZlZjIyOTlmMWZmY2Q4MjE0OTdhZmZmNDljOTJhMjlk
15
- ZTdlYTYzMmEwNzg0Y2Q1NmU0OWEyNGJiYWI1MjgxYzY1MmMzZDM=
13
+ YmRlZGY0MTEzZDJlYTAyNmU1NGFlMzM0MmQ2ZTc1OTQwNDBlYWZlMzFlNWFh
14
+ ZTlmOTY2ZmI1MjVjODM5NDE0ZjQ3OGU0MzM3OWI5ZDNiM2YxYjg0ODNmNzI4
15
+ NjFmNjI5MGZjYjY5NzljMzhiYTAyZTRhMGVlOWIzMmYyYWJkYjE=
@@ -5,8 +5,8 @@ require "auth0/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "auth0"
7
7
  s.version = Auth0::VERSION
8
- s.authors = ["Ezequiel Morito"]
9
- s.email = ["me@ezequielmorito.com.ar"]
8
+ s.authors = ["Auth0", "Ezequiel Morito", "Jose Romaniello"]
9
+ s.email = ["support@auth0.com"]
10
10
  s.homepage = "https://github.com/auth0/ruby-auth0"
11
11
  s.summary = %q{Ruby client library for the Auth0 platform.}
12
12
  s.description = %q{Ruby client library for the Auth0 platform.}
@@ -18,10 +18,12 @@ Gem::Specification.new do |s|
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_dependency 'omniauth', '~> 1.0'
22
- s.add_dependency 'omniauth-oauth2', '~> 1.0'
21
+ s.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
22
+
23
23
  s.add_development_dependency 'rspec', '~> 2.7'
24
24
  s.add_development_dependency 'rack-test'
25
25
  s.add_development_dependency 'simplecov'
26
26
  s.add_development_dependency 'webmock'
27
+
28
+ s.license = 'MIT'
27
29
  end
@@ -1,3 +1,3 @@
1
1
  module Auth0
2
- VERSION = "0.1.2"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,43 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
+ - Auth0
7
8
  - Ezequiel Morito
9
+ - Jose Romaniello
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2013-09-05 00:00:00.000000000 Z
13
+ date: 2014-02-19 00:00:00.000000000 Z
12
14
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: omniauth
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '1.0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ~>
25
- - !ruby/object:Gem::Version
26
- version: '1.0'
27
15
  - !ruby/object:Gem::Dependency
28
16
  name: omniauth-oauth2
29
17
  requirement: !ruby/object:Gem::Requirement
30
18
  requirements:
31
19
  - - ~>
32
20
  - !ruby/object:Gem::Version
33
- version: '1.0'
21
+ version: '1.1'
34
22
  type: :runtime
35
23
  prerelease: false
36
24
  version_requirements: !ruby/object:Gem::Requirement
37
25
  requirements:
38
26
  - - ~>
39
27
  - !ruby/object:Gem::Version
40
- version: '1.0'
28
+ version: '1.1'
41
29
  - !ruby/object:Gem::Dependency
42
30
  name: rspec
43
31
  requirement: !ruby/object:Gem::Requirement
@@ -96,7 +84,7 @@ dependencies:
96
84
  version: '0'
97
85
  description: Ruby client library for the Auth0 platform.
98
86
  email:
99
- - me@ezequielmorito.com.ar
87
+ - support@auth0.com
100
88
  executables: []
101
89
  extensions: []
102
90
  extra_rdoc_files: []
@@ -112,7 +100,8 @@ files:
112
100
  - spec/omniauth/strategies/auth0_spec.rb
113
101
  - spec/spec_helper.rb
114
102
  homepage: https://github.com/auth0/ruby-auth0
115
- licenses: []
103
+ licenses:
104
+ - MIT
116
105
  metadata: {}
117
106
  post_install_message:
118
107
  rdoc_options: []
@@ -130,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
119
  version: '0'
131
120
  requirements: []
132
121
  rubyforge_project: auth0
133
- rubygems_version: 2.0.3
122
+ rubygems_version: 2.1.11
134
123
  signing_key:
135
124
  specification_version: 4
136
125
  summary: Ruby client library for the Auth0 platform.