ig3cmd 0.1.2 → 0.2.0
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/bin/ig3cmd +8 -4
- metadata +3 -3
data/bin/ig3cmd
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
-
# Client v0.1.
|
|
3
|
+
# Client v0.1.3 by Lode
|
|
4
4
|
|
|
5
5
|
# ----------------
|
|
6
6
|
# Requirements:
|
|
@@ -28,10 +28,14 @@ ITEMS = { "cola" => "5449000000996",
|
|
|
28
28
|
"flesfantalemon" => "54492493",
|
|
29
29
|
"flesfantapomelo" => "42115731",
|
|
30
30
|
"snickers" => "40111261",
|
|
31
|
+
"twix" => "40111315",
|
|
31
32
|
"mars" => "50159246",
|
|
32
33
|
"spa" => "5410013101703",
|
|
33
34
|
"minicalippo" => "8722700058212",
|
|
34
|
-
"jempyijshoorntje" => "5400141906080"
|
|
35
|
+
"jempyijshoorntje" => "5400141906080",
|
|
36
|
+
"icetea" => "5410033820103",
|
|
37
|
+
"iceteagreen" => "5410033822015",
|
|
38
|
+
"restolasagne" => "5400141278774"
|
|
35
39
|
}
|
|
36
40
|
|
|
37
41
|
# ----------------
|
|
@@ -147,7 +151,7 @@ module Ig3tool
|
|
|
147
151
|
options = OpenStruct.new
|
|
148
152
|
options.encoding = "utf8"
|
|
149
153
|
options.verbose = false
|
|
150
|
-
options.version = "v0.1"
|
|
154
|
+
options.version = "v0.1.3"
|
|
151
155
|
options.item = :none
|
|
152
156
|
options.amount = 1
|
|
153
157
|
|
|
@@ -155,7 +159,7 @@ module Ig3tool
|
|
|
155
159
|
|
|
156
160
|
opts.banner = "\n Ig3tool cmdline (GEEK) Interface\n" +
|
|
157
161
|
"----------------------------------\n" +
|
|
158
|
-
"#{options.version}
|
|
162
|
+
"#{options.version} - 09/04/2008\n" +
|
|
159
163
|
"Usage: ig3cmdtool [options]\n"
|
|
160
164
|
|
|
161
165
|
# Actions
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ig3cmd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lode Hoste
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-04-
|
|
12
|
+
date: 2008-04-25 00:00:00 +02:00
|
|
13
13
|
default_executable: ig3cmd
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0.
|
|
22
|
+
version: 0.4.0
|
|
23
23
|
version:
|
|
24
24
|
description:
|
|
25
25
|
email: igtool@infogroep.be
|