itau_shopline 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/lib/itau_shopline/version.rb +1 -1
- data/lib/itau_shopline.rb +1 -5
- metadata +15 -3
data/.gitignore
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
*.gem
|
data/lib/itau_shopline.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itau_shopline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
4
|
+
hash: 27
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 0
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
6
11
|
platform: ruby
|
7
12
|
authors:
|
8
13
|
- Bruno Frank Cordeiro
|
@@ -24,6 +29,7 @@ extensions: []
|
|
24
29
|
extra_rdoc_files: []
|
25
30
|
|
26
31
|
files:
|
32
|
+
- .gitignore
|
27
33
|
- Gemfile
|
28
34
|
- README.markdown
|
29
35
|
- Rakefile
|
@@ -46,17 +52,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
46
52
|
requirements:
|
47
53
|
- - ">="
|
48
54
|
- !ruby/object:Gem::Version
|
55
|
+
hash: 3
|
56
|
+
segments:
|
57
|
+
- 0
|
49
58
|
version: "0"
|
50
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
51
60
|
none: false
|
52
61
|
requirements:
|
53
62
|
- - ">="
|
54
63
|
- !ruby/object:Gem::Version
|
64
|
+
hash: 3
|
65
|
+
segments:
|
66
|
+
- 0
|
55
67
|
version: "0"
|
56
68
|
requirements: []
|
57
69
|
|
58
70
|
rubyforge_project:
|
59
|
-
rubygems_version: 1.
|
71
|
+
rubygems_version: 1.3.7
|
60
72
|
signing_key:
|
61
73
|
specification_version: 3
|
62
74
|
summary: "Integra\xC3\xA7\xC3\xA3o com Itau Shopline"
|