frete_correios 0.1 → 0.1.1
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.
- data/frete_correios.gemspec +11 -0
- metadata +4 -2
@@ -0,0 +1,11 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = "frete_correios"
|
3
|
+
s.version = "0.1.1"
|
4
|
+
s.author = "Bruno Diniz"
|
5
|
+
s.email = "contato@brdiniz.com"
|
6
|
+
s.homepage = "https://github.com/Brdiniz/frete_correios"
|
7
|
+
s.summary = "Simple gem que retorna os valores de um frete diretamente da base dos correios"
|
8
|
+
|
9
|
+
s.files = Dir["{lib,spec}/**/*", "[A-Z]*", "init.rb", "*.gemspec"]
|
10
|
+
s.require_path = "lib"
|
11
|
+
end
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: frete_correios
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Bruno Diniz
|
@@ -32,6 +33,7 @@ files:
|
|
32
33
|
- spec/frete_spec.rb
|
33
34
|
- spec/servico_spec.rb
|
34
35
|
- init.rb
|
36
|
+
- frete_correios.gemspec
|
35
37
|
has_rdoc: true
|
36
38
|
homepage: https://github.com/Brdiniz/frete_correios
|
37
39
|
licenses: []
|