omniauth-boletosimples 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +33 -30
- data/lib/omniauth/boletosimples/version.rb +1 -1
- data/lib/omniauth/strategies/boletosimples.rb +2 -11
- data/omniauth-boletosimples.gemspec +2 -2
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9df88addaa8678a6b229dedfe92f141021518c69
|
4
|
+
data.tar.gz: 9530460c64c8cd2504502519d67eaacdb51f5982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 307a95405f0d970ec567b612e6ca991c4d592e15dbc5e96c59e1c644d8a4e64c30e242ebe98e94d75b152ee8013e1e6f069ae6097b382812e1d37692df0e8fd4
|
7
|
+
data.tar.gz: 6898ace3d2b7a05a1dfac8dce23d04d0265ef6521c1c8c12a1ab8a27b528c38ef526e3abf68c90cff0359afd9a087605d7a353fb31389a4604ebe16049335d3d
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1
|
1
|
+
2.3.1
|
data/Gemfile.lock
CHANGED
@@ -1,48 +1,48 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
omniauth-boletosimples (0.0.
|
5
|
-
omniauth-oauth2 (~> 1.
|
4
|
+
omniauth-boletosimples (0.0.8)
|
5
|
+
omniauth-oauth2 (~> 1.4.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
diff-lcs (1.
|
11
|
-
faraday (0.
|
10
|
+
diff-lcs (1.3)
|
11
|
+
faraday (0.12.2)
|
12
12
|
multipart-post (>= 1.2, < 3)
|
13
|
-
hashie (3.
|
14
|
-
json (1.
|
15
|
-
jwt (1.5.
|
16
|
-
multi_json (1.
|
17
|
-
multi_xml (0.
|
13
|
+
hashie (3.5.6)
|
14
|
+
json (2.1.0)
|
15
|
+
jwt (1.5.6)
|
16
|
+
multi_json (1.12.1)
|
17
|
+
multi_xml (0.6.0)
|
18
18
|
multipart-post (2.0.0)
|
19
|
-
oauth2 (1.
|
20
|
-
faraday (>= 0.8, < 0.
|
19
|
+
oauth2 (1.4.0)
|
20
|
+
faraday (>= 0.8, < 0.13)
|
21
21
|
jwt (~> 1.0)
|
22
22
|
multi_json (~> 1.3)
|
23
23
|
multi_xml (~> 0.5)
|
24
|
-
rack (
|
25
|
-
omniauth (1.
|
26
|
-
hashie (>=
|
27
|
-
rack (
|
28
|
-
omniauth-oauth2 (1.
|
24
|
+
rack (>= 1.2, < 3)
|
25
|
+
omniauth (1.6.1)
|
26
|
+
hashie (>= 3.4.6, < 3.6.0)
|
27
|
+
rack (>= 1.6.2, < 3)
|
28
|
+
omniauth-oauth2 (1.4.0)
|
29
29
|
oauth2 (~> 1.0)
|
30
30
|
omniauth (~> 1.2)
|
31
|
-
rack (
|
32
|
-
rake (
|
33
|
-
rspec (3.
|
34
|
-
rspec-core (~> 3.
|
35
|
-
rspec-expectations (~> 3.
|
36
|
-
rspec-mocks (~> 3.
|
37
|
-
rspec-core (3.
|
38
|
-
rspec-support (~> 3.
|
39
|
-
rspec-expectations (3.
|
31
|
+
rack (2.0.3)
|
32
|
+
rake (12.0.0)
|
33
|
+
rspec (3.6.0)
|
34
|
+
rspec-core (~> 3.6.0)
|
35
|
+
rspec-expectations (~> 3.6.0)
|
36
|
+
rspec-mocks (~> 3.6.0)
|
37
|
+
rspec-core (3.6.0)
|
38
|
+
rspec-support (~> 3.6.0)
|
39
|
+
rspec-expectations (3.6.0)
|
40
40
|
diff-lcs (>= 1.2.0, < 2.0)
|
41
|
-
rspec-support (~> 3.
|
42
|
-
rspec-mocks (3.
|
41
|
+
rspec-support (~> 3.6.0)
|
42
|
+
rspec-mocks (3.6.0)
|
43
43
|
diff-lcs (>= 1.2.0, < 2.0)
|
44
|
-
rspec-support (~> 3.
|
45
|
-
rspec-support (3.
|
44
|
+
rspec-support (~> 3.6.0)
|
45
|
+
rspec-support (3.6.0)
|
46
46
|
|
47
47
|
PLATFORMS
|
48
48
|
ruby
|
@@ -51,4 +51,7 @@ DEPENDENCIES
|
|
51
51
|
json
|
52
52
|
omniauth-boletosimples!
|
53
53
|
rake
|
54
|
-
rspec
|
54
|
+
rspec
|
55
|
+
|
56
|
+
BUNDLED WITH
|
57
|
+
1.15.3
|
@@ -7,7 +7,7 @@ module OmniAuth
|
|
7
7
|
ENVIRONMENTS = {
|
8
8
|
development: 'http://localhost:5000',
|
9
9
|
sandbox: 'https://sandbox.boletosimples.com.br',
|
10
|
-
production: 'https://boletosimples.com.br'
|
10
|
+
production: 'https://boletosimples.com.br'
|
11
11
|
}
|
12
12
|
option :name, 'boletosimples'
|
13
13
|
option :client_options, {
|
@@ -47,18 +47,9 @@ module OmniAuth
|
|
47
47
|
address_neighborhood: raw_info['address_neighborhood'],
|
48
48
|
address_postal_code: raw_info['address_postal_code'],
|
49
49
|
phone_number: raw_info['phone_number'],
|
50
|
-
banking_bank_number: raw_info['banking_bank_number'],
|
51
|
-
banking_agency_number: raw_info['banking_agency_number'],
|
52
|
-
banking_agency_digit: raw_info['banking_agency_digit'],
|
53
|
-
banking_account_number: raw_info['banking_account_number'],
|
54
|
-
banking_account_digit: raw_info['banking_account_digit'],
|
55
|
-
banking_person_type: raw_info['banking_person_type'],
|
56
|
-
banking_person_name: raw_info['banking_person_name'],
|
57
|
-
banking_cnpj_cpf: raw_info['banking_cnpj_cpf'],
|
58
50
|
business_legal_name: raw_info['business_legal_name'],
|
59
51
|
business_name: raw_info['business_name'],
|
60
|
-
business_cnpj: raw_info['business_cnpj']
|
61
|
-
send_email_on_creation: raw_info['send_email_on_creation']
|
52
|
+
business_cnpj: raw_info['business_cnpj']
|
62
53
|
}
|
63
54
|
end
|
64
55
|
|
@@ -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.4.0'
|
20
20
|
|
21
|
-
s.add_development_dependency 'rspec'
|
21
|
+
s.add_development_dependency 'rspec'
|
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.8
|
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: 2017-08-17 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.4.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.4.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:
|
34
|
+
version: '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:
|
41
|
+
version: '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.5.1
|
103
103
|
signing_key:
|
104
104
|
specification_version: 4
|
105
105
|
summary: BoletoSimples strategy for OmniAuth
|