green_shoes 1.0.309 → 1.0.320
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/VERSION +1 -1
- data/lib/plugins/video.rb +24 -1
- data/lib/shoes/app.rb +2 -0
- data/lib/shoes/basic.rb +10 -0
- data/lib/shoes/helper_methods.rb +2 -2
- data/lib/shoes/style.rb +2 -2
- data/lib/shoes/text.rb +1 -1
- data/static/man-ele-video.png +0 -0
- data/static/manual-en.txt +31 -14
- data/static/manual-ja.txt +1723 -701
- metadata +4 -15
- data/static/man-app.png +0 -0
- data/static/man-builds.png +0 -0
- data/static/man-builds1.png +0 -0
- data/static/man-intro-dmg.png +0 -0
- data/static/man-intro-exe.png +0 -0
- data/static/man-look-tiger.png +0 -0
- data/static/man-look-ubuntu.png +0 -0
- data/static/man-look-vista.png +0 -0
- data/static/man-run-osx.png +0 -0
- data/static/man-run-vista.png +0 -0
- data/static/man-run-xp.png +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: green_shoes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.320
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-10-
|
12
|
+
date: 2011-10-18 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: gtk2
|
16
|
-
requirement: &
|
16
|
+
requirement: &16275000 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *16275000
|
25
25
|
description: Green Shoes is one of colorful Shoes, written in pure Ruby with Ruby/GTK2.
|
26
26
|
email: ashbbb@gmail.com
|
27
27
|
executables: []
|
@@ -283,9 +283,6 @@ files:
|
|
283
283
|
- static/downloading.png
|
284
284
|
- static/gshoes-heading-icon.png
|
285
285
|
- static/gshoes-icon.png
|
286
|
-
- static/man-app.png
|
287
|
-
- static/man-builds.png
|
288
|
-
- static/man-builds1.png
|
289
286
|
- static/man-editor-notepad.png
|
290
287
|
- static/man-editor-osx.png
|
291
288
|
- static/man-ele-background.png
|
@@ -301,14 +298,6 @@ files:
|
|
301
298
|
- static/man-ele-shape.png
|
302
299
|
- static/man-ele-textblock.png
|
303
300
|
- static/man-ele-video.png
|
304
|
-
- static/man-intro-dmg.png
|
305
|
-
- static/man-intro-exe.png
|
306
|
-
- static/man-look-tiger.png
|
307
|
-
- static/man-look-ubuntu.png
|
308
|
-
- static/man-look-vista.png
|
309
|
-
- static/man-run-osx.png
|
310
|
-
- static/man-run-vista.png
|
311
|
-
- static/man-run-xp.png
|
312
301
|
- static/man-shot1.png
|
313
302
|
- static/manual-en.txt
|
314
303
|
- static/manual-ja.txt
|
data/static/man-app.png
DELETED
Binary file
|
data/static/man-builds.png
DELETED
Binary file
|
data/static/man-builds1.png
DELETED
Binary file
|
data/static/man-intro-dmg.png
DELETED
Binary file
|
data/static/man-intro-exe.png
DELETED
Binary file
|
data/static/man-look-tiger.png
DELETED
Binary file
|
data/static/man-look-ubuntu.png
DELETED
Binary file
|
data/static/man-look-vista.png
DELETED
Binary file
|
data/static/man-run-osx.png
DELETED
Binary file
|
data/static/man-run-vista.png
DELETED
Binary file
|
data/static/man-run-xp.png
DELETED
Binary file
|