frete_correios 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.
- data/frete_correios.gemspec +2 -3
- metadata +4 -5
data/frete_correios.gemspec
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "frete_correios"
|
|
3
|
-
s.version = "0.
|
|
3
|
+
s.version = "0.2"
|
|
4
4
|
s.author = "Bruno Diniz"
|
|
5
5
|
s.email = "contato@brdiniz.com"
|
|
6
6
|
s.homepage = "https://github.com/Brdiniz/frete_correios"
|
|
7
|
-
s.summary = "
|
|
7
|
+
s.summary = "Simples gem que retorna os valores de um frete diretamente da base dos correios"
|
|
8
8
|
|
|
9
9
|
s.files = Dir["{lib,spec}/**/*", "[A-Z]*", "init.rb", "*.gemspec"]
|
|
10
|
-
s.require_path = "lib"
|
|
11
10
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: frete_correios
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
version: 0.1.1
|
|
8
|
+
- 2
|
|
9
|
+
version: "0.2"
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Bruno Diniz
|
|
@@ -67,6 +66,6 @@ rubyforge_project:
|
|
|
67
66
|
rubygems_version: 1.3.7
|
|
68
67
|
signing_key:
|
|
69
68
|
specification_version: 3
|
|
70
|
-
summary:
|
|
69
|
+
summary: Simples gem que retorna os valores de um frete diretamente da base dos correios
|
|
71
70
|
test_files: []
|
|
72
71
|
|