green_shoes 0.150.0 → 0.164.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/README.md +7 -6
- data/VERSION +1 -1
- data/lib/shoes/app.rb +41 -0
- data/lib/shoes/basic.rb +46 -2
- data/lib/shoes/help.rb +1 -1
- data/lib/shoes/helper_methods.rb +2 -2
- data/lib/shoes/main.rb +4 -1
- data/lib/shoes/ruby.rb +1 -1
- data/lib/shoes/slot.rb +12 -2
- data/samples/sample46.rb +35 -0
- data/samples/sample47.rb +20 -0
- data/samples/sample48.rb +32 -0
- data/snapshots/sample46.png +0 -0
- data/snapshots/sample47.png +0 -0
- data/snapshots/sample48.png +0 -0
- data/static/man-ele-check.png +0 -0
- data/static/man-ele-radio.png +0 -0
- data/static/manual-en.txt +192 -170
- metadata +9 -3
metadata
CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
7
|
+
- 164
|
8
8
|
- 0
|
9
|
-
version: 0.
|
9
|
+
version: 0.164.0
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- ashbb
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-02-
|
17
|
+
date: 2011-02-19 00:00:00 +09:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -175,6 +175,9 @@ files:
|
|
175
175
|
- samples/sample43.rb
|
176
176
|
- samples/sample44.rb
|
177
177
|
- samples/sample45.rb
|
178
|
+
- samples/sample46.rb
|
179
|
+
- samples/sample47.rb
|
180
|
+
- samples/sample48.rb
|
178
181
|
- samples/sample5.rb
|
179
182
|
- samples/sample6.rb
|
180
183
|
- samples/sample7.rb
|
@@ -227,6 +230,9 @@ files:
|
|
227
230
|
- snapshots/sample44-linux.png
|
228
231
|
- snapshots/sample44.png
|
229
232
|
- snapshots/sample45.png
|
233
|
+
- snapshots/sample46.png
|
234
|
+
- snapshots/sample47.png
|
235
|
+
- snapshots/sample48.png
|
230
236
|
- snapshots/sample5.png
|
231
237
|
- snapshots/sample6.png
|
232
238
|
- snapshots/sample7.png
|