omniauth-boletosimples 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +23 -24
- data/lib/omniauth/boletosimples/version.rb +1 -1
- data/omniauth-boletosimples.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e86fa27c60378f8cb3d85dd2002c8d1abfbaf28a
|
4
|
+
data.tar.gz: 1492d537fcdc7ef40702127e0fa198546c1bf7c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26de8f4d179e8382fce4c05c80522ba4f7ffb902fcf4d6ebeabb680c96a4eefe172a5c863dcef3520fbfe6fa12b55ef2fbff575bad68eb1902427f5b62ce109c
|
7
|
+
data.tar.gz: e182e4641366f2711912f09c2748e0947cf950e7e97ebbf10d2dbe4e7c5022314b999d8e3922d67c049334b6fe8cd5cd7205bdb19bb0af1f9b446cedbe625395
|
data/Gemfile.lock
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-boletosimples (0.0.
|
5
|
-
omniauth-oauth2 (~> 1.
|
4
|
+
omniauth-boletosimples (0.0.7)
|
5
|
+
omniauth-oauth2 (~> 1.3.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
10
|
diff-lcs (1.2.5)
|
11
|
-
faraday (0.9.
|
11
|
+
faraday (0.9.1)
|
12
12
|
multipart-post (>= 1.2, < 3)
|
13
|
-
hashie (3.2
|
14
|
-
json (1.8.
|
15
|
-
jwt (1.
|
16
|
-
multi_json (1.
|
13
|
+
hashie (3.4.2)
|
14
|
+
json (1.8.3)
|
15
|
+
jwt (1.5.0)
|
16
|
+
multi_json (1.11.1)
|
17
17
|
multi_xml (0.5.5)
|
18
18
|
multipart-post (2.0.0)
|
19
19
|
oauth2 (1.0.0)
|
@@ -25,25 +25,24 @@ GEM
|
|
25
25
|
omniauth (1.2.2)
|
26
26
|
hashie (>= 1.2, < 4)
|
27
27
|
rack (~> 1.0)
|
28
|
-
omniauth-oauth2 (1.
|
29
|
-
faraday (>= 0.8, < 0.10)
|
30
|
-
multi_json (~> 1.3)
|
28
|
+
omniauth-oauth2 (1.3.0)
|
31
29
|
oauth2 (~> 1.0)
|
32
30
|
omniauth (~> 1.2)
|
33
|
-
rack (1.
|
34
|
-
rake (10.
|
35
|
-
rspec (3.
|
36
|
-
rspec-core (~> 3.
|
37
|
-
rspec-expectations (~> 3.
|
38
|
-
rspec-mocks (~> 3.
|
39
|
-
rspec-core (3.0
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-expectations (3.0
|
31
|
+
rack (1.6.2)
|
32
|
+
rake (10.4.2)
|
33
|
+
rspec (3.3.0)
|
34
|
+
rspec-core (~> 3.3.0)
|
35
|
+
rspec-expectations (~> 3.3.0)
|
36
|
+
rspec-mocks (~> 3.3.0)
|
37
|
+
rspec-core (3.3.0)
|
38
|
+
rspec-support (~> 3.3.0)
|
39
|
+
rspec-expectations (3.3.0)
|
40
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
41
|
+
rspec-support (~> 3.3.0)
|
42
|
+
rspec-mocks (3.3.0)
|
42
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-
|
45
|
-
rspec-support (~> 3.0.0)
|
46
|
-
rspec-support (3.0.2)
|
44
|
+
rspec-support (~> 3.3.0)
|
45
|
+
rspec-support (3.3.0)
|
47
46
|
|
48
47
|
PLATFORMS
|
49
48
|
ruby
|
@@ -52,4 +51,4 @@ DEPENDENCIES
|
|
52
51
|
json
|
53
52
|
omniauth-boletosimples!
|
54
53
|
rake
|
55
|
-
rspec (~> 3.
|
54
|
+
rspec (~> 3.3.0)
|
@@ -16,8 +16,8 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
17
17
|
s.require_paths = ['lib']
|
18
18
|
|
19
|
-
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.
|
19
|
+
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.3.0'
|
20
20
|
|
21
|
-
s.add_development_dependency 'rspec', '~> 3.
|
21
|
+
s.add_development_dependency 'rspec', '~> 3.3.0'
|
22
22
|
s.add_development_dependency 'rake'
|
23
23
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-boletosimples
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rafael Lima
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-06-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: omniauth-oauth2
|
@@ -17,28 +17,28 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.
|
20
|
+
version: 1.3.0
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.
|
27
|
+
version: 1.3.0
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rspec
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 3.
|
34
|
+
version: 3.3.0
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 3.
|
41
|
+
version: 3.3.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: rake
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
101
|
rubyforge_project:
|
102
|
-
rubygems_version: 2.
|
102
|
+
rubygems_version: 2.4.5
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: BoletoSimples strategy for OmniAuth
|