br_nfe 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +34 -34
- data/br_nfe.gemspec +2 -2
- data/lib/br_nfe/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95a7593fa277c48b625c3acf17b6f8feb0bf5989
|
|
4
|
+
data.tar.gz: d96d3e26d74c21df7d0195f1091d6b80b6dfa1bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b6cd55de324a626cff4dbe8dc4afd9a0498e31263bd366fecbd43b7a3378986effa5a029267fe157bed1b5c39bcb1978ca0e9871bc889826faf54a4f34e4968
|
|
7
|
+
data.tar.gz: d7db379de7593dff9b50fcb6d63ee158daf540b542ed180149f13ad96d56707ba24d03f0b07fad0dc7516189e3ce7cfdc317c44fb58ec1e3d80501cefefa98ca
|
data/Gemfile.lock
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
br_nfe (1.0.
|
|
5
|
-
activemodel (~> 4
|
|
6
|
-
activesupport (~> 4
|
|
4
|
+
br_nfe (1.0.2)
|
|
5
|
+
activemodel (~> 4)
|
|
6
|
+
activesupport (~> 4)
|
|
7
7
|
nokogiri (~> 1.6)
|
|
8
|
-
rake (
|
|
8
|
+
rake (~> 10)
|
|
9
9
|
savon (~> 2.11)
|
|
10
|
-
signer
|
|
10
|
+
signer (~> 1.4)
|
|
11
11
|
|
|
12
12
|
GEM
|
|
13
13
|
remote: http://rubygems.org/
|
|
14
14
|
specs:
|
|
15
|
-
actionmailer (4.2.
|
|
16
|
-
actionpack (= 4.2.
|
|
17
|
-
actionview (= 4.2.
|
|
18
|
-
activejob (= 4.2.
|
|
15
|
+
actionmailer (4.2.4)
|
|
16
|
+
actionpack (= 4.2.4)
|
|
17
|
+
actionview (= 4.2.4)
|
|
18
|
+
activejob (= 4.2.4)
|
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
|
20
20
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
21
|
-
actionpack (4.2.
|
|
22
|
-
actionview (= 4.2.
|
|
23
|
-
activesupport (= 4.2.
|
|
21
|
+
actionpack (4.2.4)
|
|
22
|
+
actionview (= 4.2.4)
|
|
23
|
+
activesupport (= 4.2.4)
|
|
24
24
|
rack (~> 1.6)
|
|
25
25
|
rack-test (~> 0.6.2)
|
|
26
26
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
28
|
-
actionview (4.2.
|
|
29
|
-
activesupport (= 4.2.
|
|
28
|
+
actionview (4.2.4)
|
|
29
|
+
activesupport (= 4.2.4)
|
|
30
30
|
builder (~> 3.1)
|
|
31
31
|
erubis (~> 2.7.0)
|
|
32
32
|
rails-dom-testing (~> 1.0, >= 1.0.5)
|
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
34
|
-
activejob (4.2.
|
|
35
|
-
activesupport (= 4.2.
|
|
34
|
+
activejob (4.2.4)
|
|
35
|
+
activesupport (= 4.2.4)
|
|
36
36
|
globalid (>= 0.3.0)
|
|
37
|
-
activemodel (4.2.
|
|
38
|
-
activesupport (= 4.2.
|
|
37
|
+
activemodel (4.2.4)
|
|
38
|
+
activesupport (= 4.2.4)
|
|
39
39
|
builder (~> 3.1)
|
|
40
|
-
activerecord (4.2.
|
|
41
|
-
activemodel (= 4.2.
|
|
42
|
-
activesupport (= 4.2.
|
|
40
|
+
activerecord (4.2.4)
|
|
41
|
+
activemodel (= 4.2.4)
|
|
42
|
+
activesupport (= 4.2.4)
|
|
43
43
|
arel (~> 6.0)
|
|
44
|
-
activesupport (4.2.
|
|
44
|
+
activesupport (4.2.4)
|
|
45
45
|
i18n (~> 0.7)
|
|
46
46
|
json (~> 1.7, >= 1.7.7)
|
|
47
47
|
minitest (~> 5.1)
|
|
@@ -99,16 +99,16 @@ GEM
|
|
|
99
99
|
rack (1.6.4)
|
|
100
100
|
rack-test (0.6.3)
|
|
101
101
|
rack (>= 1.0)
|
|
102
|
-
rails (4.2.
|
|
103
|
-
actionmailer (= 4.2.
|
|
104
|
-
actionpack (= 4.2.
|
|
105
|
-
actionview (= 4.2.
|
|
106
|
-
activejob (= 4.2.
|
|
107
|
-
activemodel (= 4.2.
|
|
108
|
-
activerecord (= 4.2.
|
|
109
|
-
activesupport (= 4.2.
|
|
102
|
+
rails (4.2.4)
|
|
103
|
+
actionmailer (= 4.2.4)
|
|
104
|
+
actionpack (= 4.2.4)
|
|
105
|
+
actionview (= 4.2.4)
|
|
106
|
+
activejob (= 4.2.4)
|
|
107
|
+
activemodel (= 4.2.4)
|
|
108
|
+
activerecord (= 4.2.4)
|
|
109
|
+
activesupport (= 4.2.4)
|
|
110
110
|
bundler (>= 1.3.0, < 2.0)
|
|
111
|
-
railties (= 4.2.
|
|
111
|
+
railties (= 4.2.4)
|
|
112
112
|
sprockets-rails
|
|
113
113
|
rails-deprecated_sanitizer (1.0.3)
|
|
114
114
|
activesupport (>= 4.2.0.alpha)
|
|
@@ -118,9 +118,9 @@ GEM
|
|
|
118
118
|
rails-deprecated_sanitizer (>= 1.0.1)
|
|
119
119
|
rails-html-sanitizer (1.0.2)
|
|
120
120
|
loofah (~> 2.0)
|
|
121
|
-
railties (4.2.
|
|
122
|
-
actionpack (= 4.2.
|
|
123
|
-
activesupport (= 4.2.
|
|
121
|
+
railties (4.2.4)
|
|
122
|
+
actionpack (= 4.2.4)
|
|
123
|
+
activesupport (= 4.2.4)
|
|
124
124
|
rake (>= 0.8.7)
|
|
125
125
|
thor (>= 0.18.1, < 2.0)
|
|
126
126
|
rake (10.4.2)
|
data/br_nfe.gemspec
CHANGED
|
@@ -28,8 +28,8 @@ e = Gem::Specification.new do |gem|
|
|
|
28
28
|
gem.required_ruby_version = '>= 2.1'
|
|
29
29
|
|
|
30
30
|
gem.add_dependency "rake", '~> 10'
|
|
31
|
-
gem.add_dependency "activesupport", '~> 4
|
|
32
|
-
gem.add_dependency "activemodel", '~> 4
|
|
31
|
+
gem.add_dependency "activesupport", '~> 4'
|
|
32
|
+
gem.add_dependency "activemodel", '~> 4'
|
|
33
33
|
gem.add_dependency "nokogiri", "~> 1.6"
|
|
34
34
|
gem.add_dependency "savon", "~> 2.11"
|
|
35
35
|
gem.add_dependency "signer", "~> 1.4"
|
data/lib/br_nfe/version.rb
CHANGED
|
@@ -2,7 +2,7 @@ module BrNfe
|
|
|
2
2
|
module Version
|
|
3
3
|
MAJOR = 1 #inclui alterações de API e pode quebrar compatibilidade com versões anteriores
|
|
4
4
|
MINOR = 0 #inclui novas funcionalidades, sem quebrar APIs existentes
|
|
5
|
-
PATCH =
|
|
5
|
+
PATCH = 2 #corrige bugs ou traz melhorias em implementações já existentes
|
|
6
6
|
CURRENT = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
|
7
7
|
end
|
|
8
8
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: br_nfe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruno M. Mergen
|
|
@@ -30,28 +30,28 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '4
|
|
33
|
+
version: '4'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '4
|
|
40
|
+
version: '4'
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: activemodel
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '4
|
|
47
|
+
version: '4'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '4
|
|
54
|
+
version: '4'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: nokogiri
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|