purple_shoes 0.0.101
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +56 -0
- data/VERSION +1 -0
- data/bin/pshoes +23 -0
- data/bin/pshoes.bat +2 -0
- data/lib/plugins/video.rb +88 -0
- data/lib/purple_shoes.rb +51 -0
- data/lib/shoes/anim.rb +47 -0
- data/lib/shoes/app.rb +688 -0
- data/lib/shoes/basic.rb +254 -0
- data/lib/shoes/colors.rb +149 -0
- data/lib/shoes/download.rb +26 -0
- data/lib/shoes/help.rb +473 -0
- data/lib/shoes/helper_methods.rb +295 -0
- data/lib/shoes/main.rb +96 -0
- data/lib/shoes/manual.rb +6 -0
- data/lib/shoes/ruby.rb +61 -0
- data/lib/shoes/slot.rb +104 -0
- data/lib/shoes/style.rb +41 -0
- data/lib/shoes/text.rb +46 -0
- data/lib/shoes/url.rb +14 -0
- data/lib/shoes/widget.rb +23 -0
- data/samples/class-book.yaml +387 -0
- data/samples/cy.png +0 -0
- data/samples/loogink.png +0 -0
- data/samples/potato_chopping/1258_s001.gif +0 -0
- data/samples/potato_chopping/1258_s002.gif +0 -0
- data/samples/potato_chopping/1258_s003.gif +0 -0
- data/samples/potato_chopping/1258_s004.gif +0 -0
- data/samples/potato_chopping/1258_s005.gif +0 -0
- data/samples/potato_chopping/1258_s006.gif +0 -0
- data/samples/potato_chopping/1258_s007.gif +0 -0
- data/samples/potato_chopping/1258_s008.gif +0 -0
- data/samples/potato_chopping/1258_s009.gif +0 -0
- data/samples/potato_chopping/1258_s010.gif +0 -0
- data/samples/potato_chopping/1258_s011.gif +0 -0
- data/samples/potato_chopping/1258_s012.gif +0 -0
- data/samples/potato_chopping/1258_s013.gif +0 -0
- data/samples/potato_chopping/1258_s014.gif +0 -0
- data/samples/potato_chopping/1258_s015.gif +0 -0
- data/samples/potato_chopping/1258_s016.gif +0 -0
- data/samples/potato_chopping/1258_s017.gif +0 -0
- data/samples/potato_chopping/1258_s018.gif +0 -0
- data/samples/potato_chopping/1258_s019.gif +0 -0
- data/samples/potato_chopping/1258_s020.gif +0 -0
- data/samples/potato_chopping/1258_s021.gif +0 -0
- data/samples/potato_chopping/1258_s022.gif +0 -0
- data/samples/potato_chopping/1258_s023.gif +0 -0
- data/samples/potato_chopping/1258_s024.gif +0 -0
- data/samples/potato_chopping/1258_s025.gif +0 -0
- data/samples/potato_chopping/1258_s026.gif +0 -0
- data/samples/potato_chopping/1258_s027.gif +0 -0
- data/samples/potato_chopping/1258_s028.gif +0 -0
- data/samples/potato_chopping/1258_s029.gif +0 -0
- data/samples/potato_chopping/1258_s030.gif +0 -0
- data/samples/potato_chopping/1258_s031.gif +0 -0
- data/samples/potato_chopping/1258_s032.gif +0 -0
- data/samples/potato_chopping/1258_s033.gif +0 -0
- data/samples/potato_chopping/1258_s034.gif +0 -0
- data/samples/potato_chopping/1258_s035.gif +0 -0
- data/samples/potato_chopping/1258_s036.gif +0 -0
- data/samples/potato_chopping/1258_s037.gif +0 -0
- data/samples/potato_chopping/1258_s038.gif +0 -0
- data/samples/potato_chopping/1258_s039.gif +0 -0
- data/samples/potato_chopping/1258_s040.gif +0 -0
- data/samples/potato_chopping/1258_s041.gif +0 -0
- data/samples/potato_chopping/1258_s042.gif +0 -0
- data/samples/potato_chopping/1258_s043.gif +0 -0
- data/samples/potato_chopping/1258_s044.gif +0 -0
- data/samples/potato_chopping/1258_s045.gif +0 -0
- data/samples/potato_chopping/1258_s046.gif +0 -0
- data/samples/potato_chopping/1258_s047.gif +0 -0
- data/samples/potato_chopping/1258_s048.gif +0 -0
- data/samples/potato_chopping/1258_s049.gif +0 -0
- data/samples/potato_chopping/1258_s050.gif +0 -0
- data/samples/potato_chopping/1258_s051.gif +0 -0
- data/samples/potato_chopping/1258_s052.gif +0 -0
- data/samples/potato_chopping/1258_s053.gif +0 -0
- data/samples/potato_chopping/1258_s054.gif +0 -0
- data/samples/potato_chopping/1258_s055.gif +0 -0
- data/samples/potato_chopping/1258_s056.gif +0 -0
- data/samples/potato_chopping/1258_s057.gif +0 -0
- data/samples/potato_chopping/1258_s058.gif +0 -0
- data/samples/potato_chopping/1258_s059.gif +0 -0
- data/samples/sample1.rb +30 -0
- data/samples/sample10.rb +11 -0
- data/samples/sample11.rb +12 -0
- data/samples/sample12.rb +22 -0
- data/samples/sample13.rb +15 -0
- data/samples/sample14.rb +75 -0
- data/samples/sample15.rb +20 -0
- data/samples/sample16.rb +12 -0
- data/samples/sample17.rb +12 -0
- data/samples/sample18.rb +24 -0
- data/samples/sample19.rb +39 -0
- data/samples/sample2.rb +16 -0
- data/samples/sample20.rb +26 -0
- data/samples/sample21.rb +7 -0
- data/samples/sample22.rb +13 -0
- data/samples/sample23.rb +10 -0
- data/samples/sample24.rb +22 -0
- data/samples/sample25.rb +22 -0
- data/samples/sample27.rb +19 -0
- data/samples/sample28.rb +64 -0
- data/samples/sample29.rb +12 -0
- data/samples/sample3.rb +10 -0
- data/samples/sample30.rb +30 -0
- data/samples/sample31.rb +24 -0
- data/samples/sample34.rb +29 -0
- data/samples/sample35.rb +33 -0
- data/samples/sample36.rb +48 -0
- data/samples/sample37.rb +10 -0
- data/samples/sample38.rb +14 -0
- data/samples/sample4.rb +9 -0
- data/samples/sample40.rb +19 -0
- data/samples/sample42.rb +15 -0
- data/samples/sample43.rb +26 -0
- data/samples/sample44.rb +57 -0
- data/samples/sample45.rb +12 -0
- data/samples/sample46.rb +35 -0
- data/samples/sample47.rb +20 -0
- data/samples/sample48.rb +33 -0
- data/samples/sample49.rb +33 -0
- data/samples/sample5.rb +8 -0
- data/samples/sample50.rb +326 -0
- data/samples/sample58.rb +19 -0
- data/samples/sample6.rb +11 -0
- data/samples/sample7.rb +5 -0
- data/samples/sample8.rb +9 -0
- data/samples/sample9.rb +12 -0
- data/samples/sample99.rb +4 -0
- data/samples/sounds/102719__sarge4267__explosion.mp3 +0 -0
- data/samples/sounds/145622__andybrannan__train-fog-horn-long-wyomming.aiff +0 -0
- data/samples/sounds/46492__phreaksaccount__shields1.ogg +0 -0
- data/samples/sounds/61847__simon-rue__boink-v3.wav +0 -0
- data/snapshots/sample1.png +0 -0
- data/snapshots/sample10.png +0 -0
- data/snapshots/sample11.png +0 -0
- data/snapshots/sample12.png +0 -0
- data/snapshots/sample13.png +0 -0
- data/snapshots/sample14.png +0 -0
- data/snapshots/sample15.png +0 -0
- data/snapshots/sample16.png +0 -0
- data/snapshots/sample17.png +0 -0
- data/snapshots/sample18.png +0 -0
- data/snapshots/sample19.png +0 -0
- data/snapshots/sample2.png +0 -0
- data/snapshots/sample20.png +0 -0
- data/snapshots/sample21.png +0 -0
- data/snapshots/sample22.png +0 -0
- data/snapshots/sample23.png +0 -0
- data/snapshots/sample24.png +0 -0
- data/snapshots/sample25.png +0 -0
- data/snapshots/sample27.png +0 -0
- data/snapshots/sample28.png +0 -0
- data/snapshots/sample29.png +0 -0
- data/snapshots/sample3-osx.png +0 -0
- data/snapshots/sample3.png +0 -0
- data/snapshots/sample30.png +0 -0
- data/snapshots/sample31.png +0 -0
- data/snapshots/sample33.png +0 -0
- data/snapshots/sample34.png +0 -0
- data/snapshots/sample35.png +0 -0
- data/snapshots/sample36.png +0 -0
- data/snapshots/sample37.png +0 -0
- data/snapshots/sample38.png +0 -0
- data/snapshots/sample4.png +0 -0
- data/snapshots/sample40.png +0 -0
- data/snapshots/sample42.png +0 -0
- data/snapshots/sample43.png +0 -0
- data/snapshots/sample44-linux.png +0 -0
- data/snapshots/sample44.png +0 -0
- data/snapshots/sample45.png +0 -0
- data/snapshots/sample46.png +0 -0
- data/snapshots/sample47.png +0 -0
- data/snapshots/sample48.png +0 -0
- data/snapshots/sample49.png +0 -0
- data/snapshots/sample5.png +0 -0
- data/snapshots/sample50.png +0 -0
- data/snapshots/sample58.png +0 -0
- data/snapshots/sample6.png +0 -0
- data/snapshots/sample7.png +0 -0
- data/snapshots/sample8.png +0 -0
- data/snapshots/sample9.png +0 -0
- data/snapshots/sample99.png +0 -0
- data/static/code_highlighter.js +188 -0
- data/static/code_highlighter_ruby.js +26 -0
- data/static/man-editor-notepad.png +0 -0
- data/static/man-editor-osx.png +0 -0
- data/static/man-ele-background.png +0 -0
- data/static/man-ele-border.png +0 -0
- data/static/man-ele-button.png +0 -0
- data/static/man-ele-check.png +0 -0
- data/static/man-ele-editbox.png +0 -0
- data/static/man-ele-editline.png +0 -0
- data/static/man-ele-image.png +0 -0
- data/static/man-ele-listbox.png +0 -0
- data/static/man-ele-progress.png +0 -0
- data/static/man-ele-radio.png +0 -0
- data/static/man-ele-shape.png +0 -0
- data/static/man-ele-textblock.png +0 -0
- data/static/man-ele-video.png +0 -0
- data/static/man-shot1.png +0 -0
- data/static/manual-en.txt +3969 -0
- data/static/manual-ja.txt +3882 -0
- data/static/manual.css +184 -0
- data/static/purple_shoes-icon.png +0 -0
- data/static/rshoes-icon.png +0 -0
- data/static/shoes-manual-apps.png +0 -0
- data/static/sound_jars/jl1.0.1.jar +0 -0
- data/static/sound_jars/jogg-0.0.7.jar +0 -0
- data/static/sound_jars/jorbis-0.0.15.jar +0 -0
- data/static/sound_jars/mp3spi1.9.5.jar +0 -0
- data/static/sound_jars/tritonus_share.jar +0 -0
- data/static/sound_jars/vorbisspi1.0.3.jar +0 -0
- metadata +271 -0
data/static/manual.css
ADDED
@@ -0,0 +1,184 @@
|
|
1
|
+
body {
|
2
|
+
font-family: verdana, arial, sans-serif;
|
3
|
+
background: #DDD;
|
4
|
+
margin: 0; padding: 0;
|
5
|
+
}
|
6
|
+
a {
|
7
|
+
color: #378;
|
8
|
+
text-decoration: none;
|
9
|
+
}
|
10
|
+
a.hi {
|
11
|
+
color: #C30;
|
12
|
+
font-weight: bold;
|
13
|
+
}
|
14
|
+
a:hover {
|
15
|
+
text-decoration: underline;
|
16
|
+
}
|
17
|
+
#main {
|
18
|
+
width: 720px;
|
19
|
+
margin: 40px auto;
|
20
|
+
}
|
21
|
+
.sidebar {
|
22
|
+
position: fixed;
|
23
|
+
width: 120px;
|
24
|
+
}
|
25
|
+
#manual {
|
26
|
+
float: right;
|
27
|
+
width: 540px;
|
28
|
+
padding: 20px;
|
29
|
+
border: solid 1px #BBB;
|
30
|
+
background: #eee;
|
31
|
+
margin-bottom: 80px;
|
32
|
+
}
|
33
|
+
#manual2 {
|
34
|
+
float: right;
|
35
|
+
padding: 20px;
|
36
|
+
border: solid 1px #BBB;
|
37
|
+
background: #eee;
|
38
|
+
margin-bottom: 80px;
|
39
|
+
}
|
40
|
+
#manual li {
|
41
|
+
margin-bottom: 8px;
|
42
|
+
}
|
43
|
+
h1 {
|
44
|
+
font-weight: normal;
|
45
|
+
font-size: 42px;
|
46
|
+
margin-top: 0;
|
47
|
+
}
|
48
|
+
h2 {
|
49
|
+
font-weight: normal;
|
50
|
+
font-size: 12px;
|
51
|
+
color: #777;
|
52
|
+
margin: 0;
|
53
|
+
}
|
54
|
+
h4 {
|
55
|
+
font-weight: normal;
|
56
|
+
font-size: 32px;
|
57
|
+
margin-bottom: 0;
|
58
|
+
}
|
59
|
+
#manual img {
|
60
|
+
display: block;
|
61
|
+
margin: 0 auto;
|
62
|
+
padding: 10px;
|
63
|
+
}
|
64
|
+
div.divmethod {
|
65
|
+
background: #333;
|
66
|
+
padding: 4px;
|
67
|
+
color: #CCC;
|
68
|
+
}
|
69
|
+
div.divmethod a {
|
70
|
+
color: white;
|
71
|
+
text-decoration: none;
|
72
|
+
font-weight: bold;
|
73
|
+
}
|
74
|
+
.intro {
|
75
|
+
font-size: 140%;
|
76
|
+
border-bottom: solid 1px #BBB;
|
77
|
+
}
|
78
|
+
.sidebar ul {
|
79
|
+
list-style: none;
|
80
|
+
text-align: center;
|
81
|
+
margin: 0; padding: 10px;
|
82
|
+
font-size: 18px;
|
83
|
+
}
|
84
|
+
.sidebar ul.sub {
|
85
|
+
margin: 6px 0; padding: 0;
|
86
|
+
border-left: solid 1px #CCC;
|
87
|
+
border-right: solid 1px #CCC;
|
88
|
+
}
|
89
|
+
.sidebar ul.sub li {
|
90
|
+
margin: 0; padding: 0;
|
91
|
+
font-size: 14px;
|
92
|
+
}
|
93
|
+
.sidebar ul.sub a {
|
94
|
+
font-weight: normal;
|
95
|
+
}
|
96
|
+
.sidebar a {
|
97
|
+
color: #666;
|
98
|
+
font-weight: bold;
|
99
|
+
text-decoration: none;
|
100
|
+
}
|
101
|
+
.sidebar .prime {
|
102
|
+
display: block;
|
103
|
+
color: #BBB;
|
104
|
+
font-size: 38px;
|
105
|
+
margin-bottom: 20px;
|
106
|
+
}
|
107
|
+
.sidebar a:hover {
|
108
|
+
color: black;
|
109
|
+
}
|
110
|
+
div.color {
|
111
|
+
width: 31%;
|
112
|
+
float: left;
|
113
|
+
text-align: center;
|
114
|
+
padding: 6px;
|
115
|
+
font-size: 80%;
|
116
|
+
}
|
117
|
+
div.color h3, div.color p {
|
118
|
+
margin: 4px;
|
119
|
+
}
|
120
|
+
div.sample {
|
121
|
+
width: 13%;
|
122
|
+
float: left;
|
123
|
+
text-align: center;
|
124
|
+
padding: 6px;
|
125
|
+
font-size: 50%;
|
126
|
+
}
|
127
|
+
div.sample h3, div.sample p {
|
128
|
+
margin: 0px;
|
129
|
+
}
|
130
|
+
p.next {
|
131
|
+
clear: both;
|
132
|
+
border-top: solid 1px #BBB;
|
133
|
+
text-align: right;
|
134
|
+
font-size: 120%;
|
135
|
+
padding: 8px;
|
136
|
+
}
|
137
|
+
|
138
|
+
/* code highlighting */
|
139
|
+
pre {
|
140
|
+
background: white;
|
141
|
+
padding: 8px 0;
|
142
|
+
border: solid 1px #ddd;
|
143
|
+
}
|
144
|
+
pre .comment, .ruby .comment {
|
145
|
+
color: #696;
|
146
|
+
} pre .string, .ruby .string {
|
147
|
+
color: teal;
|
148
|
+
}
|
149
|
+
pre .constant, .ruby .constant {
|
150
|
+
font-weight: bold;
|
151
|
+
}
|
152
|
+
pre .symbol, .ruby .symbol {
|
153
|
+
color: green;
|
154
|
+
}
|
155
|
+
pre .keywords, .ruby .keywords {
|
156
|
+
color: #662;
|
157
|
+
}
|
158
|
+
pre .global, pre .ivar, .ruby .ivar {
|
159
|
+
color: #F60;
|
160
|
+
}
|
161
|
+
pre .brackets, .ruby .brackets {
|
162
|
+
color: #993;
|
163
|
+
}
|
164
|
+
|
165
|
+
/* index pages */
|
166
|
+
#index .hibox {
|
167
|
+
background: white;
|
168
|
+
border: solid 1px #ddd;
|
169
|
+
}
|
170
|
+
#index .hibox p {
|
171
|
+
font-size: 14px;
|
172
|
+
margin: 8px;
|
173
|
+
}
|
174
|
+
#index h1 {
|
175
|
+
margin: 0;
|
176
|
+
}
|
177
|
+
#index ul {
|
178
|
+
list-style: none;
|
179
|
+
font-size: 13px;
|
180
|
+
}
|
181
|
+
#index ul a.hi,
|
182
|
+
#index ul a.lo {
|
183
|
+
font-size: 18px;
|
184
|
+
}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,271 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: purple_shoes
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.101
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- ashbb
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2012-03-24 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: swt
|
16
|
+
requirement: &18043236 !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '0'
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *18043236
|
25
|
+
description: Purple Shoes is one of colorful Shoes, written in JRuby ans SWT.
|
26
|
+
email: ashbbb@gmail.com
|
27
|
+
executables:
|
28
|
+
- pshoes
|
29
|
+
extensions: []
|
30
|
+
extra_rdoc_files:
|
31
|
+
- README.md
|
32
|
+
files:
|
33
|
+
- VERSION
|
34
|
+
- bin/pshoes
|
35
|
+
- bin/pshoes.bat
|
36
|
+
- lib/plugins/video.rb
|
37
|
+
- lib/purple_shoes.rb
|
38
|
+
- lib/shoes/anim.rb
|
39
|
+
- lib/shoes/app.rb
|
40
|
+
- lib/shoes/basic.rb
|
41
|
+
- lib/shoes/colors.rb
|
42
|
+
- lib/shoes/download.rb
|
43
|
+
- lib/shoes/help.rb
|
44
|
+
- lib/shoes/helper_methods.rb
|
45
|
+
- lib/shoes/main.rb
|
46
|
+
- lib/shoes/manual.rb
|
47
|
+
- lib/shoes/ruby.rb
|
48
|
+
- lib/shoes/slot.rb
|
49
|
+
- lib/shoes/style.rb
|
50
|
+
- lib/shoes/text.rb
|
51
|
+
- lib/shoes/url.rb
|
52
|
+
- lib/shoes/widget.rb
|
53
|
+
- samples/class-book.yaml
|
54
|
+
- samples/cy.png
|
55
|
+
- samples/loogink.png
|
56
|
+
- samples/potato_chopping/1258_s001.gif
|
57
|
+
- samples/potato_chopping/1258_s002.gif
|
58
|
+
- samples/potato_chopping/1258_s003.gif
|
59
|
+
- samples/potato_chopping/1258_s004.gif
|
60
|
+
- samples/potato_chopping/1258_s005.gif
|
61
|
+
- samples/potato_chopping/1258_s006.gif
|
62
|
+
- samples/potato_chopping/1258_s007.gif
|
63
|
+
- samples/potato_chopping/1258_s008.gif
|
64
|
+
- samples/potato_chopping/1258_s009.gif
|
65
|
+
- samples/potato_chopping/1258_s010.gif
|
66
|
+
- samples/potato_chopping/1258_s011.gif
|
67
|
+
- samples/potato_chopping/1258_s012.gif
|
68
|
+
- samples/potato_chopping/1258_s013.gif
|
69
|
+
- samples/potato_chopping/1258_s014.gif
|
70
|
+
- samples/potato_chopping/1258_s015.gif
|
71
|
+
- samples/potato_chopping/1258_s016.gif
|
72
|
+
- samples/potato_chopping/1258_s017.gif
|
73
|
+
- samples/potato_chopping/1258_s018.gif
|
74
|
+
- samples/potato_chopping/1258_s019.gif
|
75
|
+
- samples/potato_chopping/1258_s020.gif
|
76
|
+
- samples/potato_chopping/1258_s021.gif
|
77
|
+
- samples/potato_chopping/1258_s022.gif
|
78
|
+
- samples/potato_chopping/1258_s023.gif
|
79
|
+
- samples/potato_chopping/1258_s024.gif
|
80
|
+
- samples/potato_chopping/1258_s025.gif
|
81
|
+
- samples/potato_chopping/1258_s026.gif
|
82
|
+
- samples/potato_chopping/1258_s027.gif
|
83
|
+
- samples/potato_chopping/1258_s028.gif
|
84
|
+
- samples/potato_chopping/1258_s029.gif
|
85
|
+
- samples/potato_chopping/1258_s030.gif
|
86
|
+
- samples/potato_chopping/1258_s031.gif
|
87
|
+
- samples/potato_chopping/1258_s032.gif
|
88
|
+
- samples/potato_chopping/1258_s033.gif
|
89
|
+
- samples/potato_chopping/1258_s034.gif
|
90
|
+
- samples/potato_chopping/1258_s035.gif
|
91
|
+
- samples/potato_chopping/1258_s036.gif
|
92
|
+
- samples/potato_chopping/1258_s037.gif
|
93
|
+
- samples/potato_chopping/1258_s038.gif
|
94
|
+
- samples/potato_chopping/1258_s039.gif
|
95
|
+
- samples/potato_chopping/1258_s040.gif
|
96
|
+
- samples/potato_chopping/1258_s041.gif
|
97
|
+
- samples/potato_chopping/1258_s042.gif
|
98
|
+
- samples/potato_chopping/1258_s043.gif
|
99
|
+
- samples/potato_chopping/1258_s044.gif
|
100
|
+
- samples/potato_chopping/1258_s045.gif
|
101
|
+
- samples/potato_chopping/1258_s046.gif
|
102
|
+
- samples/potato_chopping/1258_s047.gif
|
103
|
+
- samples/potato_chopping/1258_s048.gif
|
104
|
+
- samples/potato_chopping/1258_s049.gif
|
105
|
+
- samples/potato_chopping/1258_s050.gif
|
106
|
+
- samples/potato_chopping/1258_s051.gif
|
107
|
+
- samples/potato_chopping/1258_s052.gif
|
108
|
+
- samples/potato_chopping/1258_s053.gif
|
109
|
+
- samples/potato_chopping/1258_s054.gif
|
110
|
+
- samples/potato_chopping/1258_s055.gif
|
111
|
+
- samples/potato_chopping/1258_s056.gif
|
112
|
+
- samples/potato_chopping/1258_s057.gif
|
113
|
+
- samples/potato_chopping/1258_s058.gif
|
114
|
+
- samples/potato_chopping/1258_s059.gif
|
115
|
+
- samples/sample1.rb
|
116
|
+
- samples/sample10.rb
|
117
|
+
- samples/sample11.rb
|
118
|
+
- samples/sample12.rb
|
119
|
+
- samples/sample13.rb
|
120
|
+
- samples/sample14.rb
|
121
|
+
- samples/sample15.rb
|
122
|
+
- samples/sample16.rb
|
123
|
+
- samples/sample17.rb
|
124
|
+
- samples/sample18.rb
|
125
|
+
- samples/sample19.rb
|
126
|
+
- samples/sample2.rb
|
127
|
+
- samples/sample20.rb
|
128
|
+
- samples/sample21.rb
|
129
|
+
- samples/sample22.rb
|
130
|
+
- samples/sample23.rb
|
131
|
+
- samples/sample24.rb
|
132
|
+
- samples/sample25.rb
|
133
|
+
- samples/sample27.rb
|
134
|
+
- samples/sample28.rb
|
135
|
+
- samples/sample29.rb
|
136
|
+
- samples/sample3.rb
|
137
|
+
- samples/sample30.rb
|
138
|
+
- samples/sample31.rb
|
139
|
+
- samples/sample34.rb
|
140
|
+
- samples/sample35.rb
|
141
|
+
- samples/sample36.rb
|
142
|
+
- samples/sample37.rb
|
143
|
+
- samples/sample38.rb
|
144
|
+
- samples/sample4.rb
|
145
|
+
- samples/sample40.rb
|
146
|
+
- samples/sample42.rb
|
147
|
+
- samples/sample43.rb
|
148
|
+
- samples/sample44.rb
|
149
|
+
- samples/sample45.rb
|
150
|
+
- samples/sample46.rb
|
151
|
+
- samples/sample47.rb
|
152
|
+
- samples/sample48.rb
|
153
|
+
- samples/sample49.rb
|
154
|
+
- samples/sample5.rb
|
155
|
+
- samples/sample50.rb
|
156
|
+
- samples/sample58.rb
|
157
|
+
- samples/sample6.rb
|
158
|
+
- samples/sample7.rb
|
159
|
+
- samples/sample8.rb
|
160
|
+
- samples/sample9.rb
|
161
|
+
- samples/sample99.rb
|
162
|
+
- samples/sounds/102719__sarge4267__explosion.mp3
|
163
|
+
- samples/sounds/145622__andybrannan__train-fog-horn-long-wyomming.aiff
|
164
|
+
- samples/sounds/46492__phreaksaccount__shields1.ogg
|
165
|
+
- samples/sounds/61847__simon-rue__boink-v3.wav
|
166
|
+
- snapshots/sample1.png
|
167
|
+
- snapshots/sample10.png
|
168
|
+
- snapshots/sample11.png
|
169
|
+
- snapshots/sample12.png
|
170
|
+
- snapshots/sample13.png
|
171
|
+
- snapshots/sample14.png
|
172
|
+
- snapshots/sample15.png
|
173
|
+
- snapshots/sample16.png
|
174
|
+
- snapshots/sample17.png
|
175
|
+
- snapshots/sample18.png
|
176
|
+
- snapshots/sample19.png
|
177
|
+
- snapshots/sample2.png
|
178
|
+
- snapshots/sample20.png
|
179
|
+
- snapshots/sample21.png
|
180
|
+
- snapshots/sample22.png
|
181
|
+
- snapshots/sample23.png
|
182
|
+
- snapshots/sample24.png
|
183
|
+
- snapshots/sample25.png
|
184
|
+
- snapshots/sample27.png
|
185
|
+
- snapshots/sample28.png
|
186
|
+
- snapshots/sample29.png
|
187
|
+
- snapshots/sample3-osx.png
|
188
|
+
- snapshots/sample3.png
|
189
|
+
- snapshots/sample30.png
|
190
|
+
- snapshots/sample31.png
|
191
|
+
- snapshots/sample33.png
|
192
|
+
- snapshots/sample34.png
|
193
|
+
- snapshots/sample35.png
|
194
|
+
- snapshots/sample36.png
|
195
|
+
- snapshots/sample37.png
|
196
|
+
- snapshots/sample38.png
|
197
|
+
- snapshots/sample4.png
|
198
|
+
- snapshots/sample40.png
|
199
|
+
- snapshots/sample42.png
|
200
|
+
- snapshots/sample43.png
|
201
|
+
- snapshots/sample44-linux.png
|
202
|
+
- snapshots/sample44.png
|
203
|
+
- snapshots/sample45.png
|
204
|
+
- snapshots/sample46.png
|
205
|
+
- snapshots/sample47.png
|
206
|
+
- snapshots/sample48.png
|
207
|
+
- snapshots/sample49.png
|
208
|
+
- snapshots/sample5.png
|
209
|
+
- snapshots/sample50.png
|
210
|
+
- snapshots/sample58.png
|
211
|
+
- snapshots/sample6.png
|
212
|
+
- snapshots/sample7.png
|
213
|
+
- snapshots/sample8.png
|
214
|
+
- snapshots/sample9.png
|
215
|
+
- snapshots/sample99.png
|
216
|
+
- static/code_highlighter.js
|
217
|
+
- static/code_highlighter_ruby.js
|
218
|
+
- static/man-editor-notepad.png
|
219
|
+
- static/man-editor-osx.png
|
220
|
+
- static/man-ele-background.png
|
221
|
+
- static/man-ele-border.png
|
222
|
+
- static/man-ele-button.png
|
223
|
+
- static/man-ele-check.png
|
224
|
+
- static/man-ele-editbox.png
|
225
|
+
- static/man-ele-editline.png
|
226
|
+
- static/man-ele-image.png
|
227
|
+
- static/man-ele-listbox.png
|
228
|
+
- static/man-ele-progress.png
|
229
|
+
- static/man-ele-radio.png
|
230
|
+
- static/man-ele-shape.png
|
231
|
+
- static/man-ele-textblock.png
|
232
|
+
- static/man-ele-video.png
|
233
|
+
- static/man-shot1.png
|
234
|
+
- static/manual-en.txt
|
235
|
+
- static/manual-ja.txt
|
236
|
+
- static/manual.css
|
237
|
+
- static/purple_shoes-icon.png
|
238
|
+
- static/rshoes-icon.png
|
239
|
+
- static/shoes-manual-apps.png
|
240
|
+
- static/sound_jars/jl1.0.1.jar
|
241
|
+
- static/sound_jars/jogg-0.0.7.jar
|
242
|
+
- static/sound_jars/jorbis-0.0.15.jar
|
243
|
+
- static/sound_jars/mp3spi1.9.5.jar
|
244
|
+
- static/sound_jars/tritonus_share.jar
|
245
|
+
- static/sound_jars/vorbisspi1.0.3.jar
|
246
|
+
- README.md
|
247
|
+
homepage: http://github.com/ashbb/purple_shoes
|
248
|
+
licenses: []
|
249
|
+
post_install_message:
|
250
|
+
rdoc_options: []
|
251
|
+
require_paths:
|
252
|
+
- lib
|
253
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
254
|
+
none: false
|
255
|
+
requirements:
|
256
|
+
- - ! '>='
|
257
|
+
- !ruby/object:Gem::Version
|
258
|
+
version: '0'
|
259
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
260
|
+
none: false
|
261
|
+
requirements:
|
262
|
+
- - ! '>='
|
263
|
+
- !ruby/object:Gem::Version
|
264
|
+
version: '0'
|
265
|
+
requirements: []
|
266
|
+
rubyforge_project:
|
267
|
+
rubygems_version: 1.8.16
|
268
|
+
signing_key:
|
269
|
+
specification_version: 3
|
270
|
+
summary: Purple Shoes
|
271
|
+
test_files: []
|