shoes 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. data/.gitignore +12 -0
  2. data/CHANGELOG +29 -0
  3. data/COPYING +30 -0
  4. data/README.md +76 -0
  5. data/README.old +117 -0
  6. data/Rakefile +130 -0
  7. data/Rakefile.bk +651 -0
  8. data/app.yaml +7 -0
  9. data/bin/main.skel +104 -0
  10. data/bugs/issue-012e9468ddc7b0cb7e1503413a8a11c4f8707b67.yaml +21 -0
  11. data/bugs/issue-0711ff8b67baa63586f11d0096fee9dd4436bf58.yaml +23 -0
  12. data/bugs/issue-07f87998d93eb401e22395c11085676389b935c4.yaml +22 -0
  13. data/bugs/issue-0bff2d80008803cbc7efbcdacdc60ef2163664d2.yaml +22 -0
  14. data/bugs/issue-0c66f223d19efbca7b692f3b91961f407ad7abec.yaml +24 -0
  15. data/bugs/issue-183bc3c7a8f575aff2b24e0bf22aa0dfcc8e4fc2.yaml +29 -0
  16. data/bugs/issue-1bad1e60a04cb3adb6a8f3ded128af2e16b56ffe.yaml +18 -0
  17. data/bugs/issue-1f1d43f76bf4de79d7f94adbae6dd506a9d81633.yaml +41 -0
  18. data/bugs/issue-320924117cadb045cc91f2a6fca922b4d81d4bb5.yaml +20 -0
  19. data/bugs/issue-33e5c8355fbf65252ea9e939714651df8bd8cb3b.yaml +25 -0
  20. data/bugs/issue-36f7c8262a72bcd5e28cfa4ed29328b8237ea79b.yaml +20 -0
  21. data/bugs/issue-39bf04ee50c3bef67b89b8e9beb28657805587ce.yaml +18 -0
  22. data/bugs/issue-3e28ba7754f73d02ef416eef989af707a8c00f01.yaml +23 -0
  23. data/bugs/issue-3f638cc03f41f9c3fdf217355321f1563f8fee45.yaml +22 -0
  24. data/bugs/issue-41e48e14f1ef4f6deb69be68165d7dd3ffd99156.yaml +22 -0
  25. data/bugs/issue-4c9408166a2aa5dd333bbb05520deebf4ded08e0.yaml +22 -0
  26. data/bugs/issue-55c687e108ecd5aeb8e0d0aeb4294984f84acd3e.yaml +18 -0
  27. data/bugs/issue-5811d34692cc292717a58ec1df1f8948cf30d826.yaml +28 -0
  28. data/bugs/issue-5a7c1f59a0526f9cea7fb366867cf1e6ed8ef69d.yaml +22 -0
  29. data/bugs/issue-688a2c2566bef6a03efa57a4ae1f7cfa8fc74444.yaml +21 -0
  30. data/bugs/issue-78b16c7988ade2ef96e716fa8cb9a004bd4ced65.yaml +33 -0
  31. data/bugs/issue-804ee49f9800154eddf0650690c7a9bb5626253f.yaml +27 -0
  32. data/bugs/issue-807dd1c610b2e941a5d454e26b2eac27e89a0ab4.yaml +22 -0
  33. data/bugs/issue-822ee33ec11ebd25f90ea86e8438de7891e63aee.yaml +18 -0
  34. data/bugs/issue-82ff7152cebb8a1cb065b864cb4fe22de2328146.yaml +29 -0
  35. data/bugs/issue-856afbdcdd4970ad54b8ce4a6c017fbaab45f49d.yaml +31 -0
  36. data/bugs/issue-8d49e32fb21522651c67490adb4d80076dbb14e1.yaml +24 -0
  37. data/bugs/issue-91583359653a9d530c1e32be72d874d847a306e7.yaml +21 -0
  38. data/bugs/issue-af41a5229613172764e7d3c98431172db337053d.yaml +20 -0
  39. data/bugs/issue-bd9856b3788dd429c998a5af1b2aae8221cb80b7.yaml +28 -0
  40. data/bugs/issue-be22aef5c564fb7b5e9938343136a9cd6a2edb7b.yaml +22 -0
  41. data/bugs/issue-bf8697523c77c326e7e35fc82cf3dd739ae92310.yaml +27 -0
  42. data/bugs/issue-cdd4b4795f34d6ff46e56ece10f8216a4a5456b2.yaml +25 -0
  43. data/bugs/issue-d9bfb5581d745ef9deb3b9b2e08ef74d1cd43082.yaml +20 -0
  44. data/bugs/issue-e0ce2f687cc096f35715d28b0af88589f4ab6cc6.yaml +18 -0
  45. data/bugs/issue-e4b0aca4a10a574b333aeaecaaf221dbc5ed22c6.yaml +38 -0
  46. data/bugs/issue-f263746594b95ba778455730478ee8df60ee639d.yaml +22 -0
  47. data/bugs/project.yaml +72 -0
  48. data/builddeps.sh +102 -0
  49. data/fonts/Coolvetica.ttf +0 -0
  50. data/fonts/Lacuna.ttf +0 -0
  51. data/gemlib/shoes.rb +1 -0
  52. data/lib/shoes.rb +548 -0
  53. data/lib/shoes/cache.rb +54 -0
  54. data/lib/shoes/chipmunk.rb +35 -0
  55. data/lib/shoes/data.rb +39 -0
  56. data/lib/shoes/help.rb +468 -0
  57. data/lib/shoes/image.rb +25 -0
  58. data/lib/shoes/inspect.rb +128 -0
  59. data/lib/shoes/log.rb +48 -0
  60. data/lib/shoes/minitar.rb +986 -0
  61. data/lib/shoes/override.rb +38 -0
  62. data/lib/shoes/pack.rb +543 -0
  63. data/lib/shoes/search.rb +46 -0
  64. data/lib/shoes/setup.rb +329 -0
  65. data/lib/shoes/shy.rb +131 -0
  66. data/lib/shoes/shybuilder.rb +44 -0
  67. data/lib/shoes/version.rb +3 -0
  68. data/make/darwin/deps.vlc +12 -0
  69. data/make/darwin/dylibs.shoes +22 -0
  70. data/make/darwin/dylibs.video +11 -0
  71. data/make/darwin/env.rb +81 -0
  72. data/make/darwin/tasks.rb +105 -0
  73. data/make/linux/env.rb +65 -0
  74. data/make/linux/tasks.rb +61 -0
  75. data/make/make.rb +85 -0
  76. data/make/mingw/dlls +19 -0
  77. data/make/mingw/env.rb +69 -0
  78. data/make/mingw/tasks.rb +70 -0
  79. data/make/rakefile_common.rb +8 -0
  80. data/manual-snapshots/class-book.png +0 -0
  81. data/manual-snapshots/expert-definr.png +0 -0
  82. data/manual-snapshots/expert-funnies.png +0 -0
  83. data/manual-snapshots/expert-irb.png +0 -0
  84. data/manual-snapshots/expert-minesweeper.png +0 -0
  85. data/manual-snapshots/expert-othello.png +0 -0
  86. data/manual-snapshots/expert-pong.png +0 -0
  87. data/manual-snapshots/expert-tankspank.png +0 -0
  88. data/manual-snapshots/good-arc.png +0 -0
  89. data/manual-snapshots/good-clock.png +0 -0
  90. data/manual-snapshots/good-follow.png +0 -0
  91. data/manual-snapshots/good-reminder.png +0 -0
  92. data/manual-snapshots/good-vjot.png +0 -0
  93. data/manual-snapshots/simple-accordion.png +0 -0
  94. data/manual-snapshots/simple-anim-shapes.png +0 -0
  95. data/manual-snapshots/simple-anim-text.png +0 -0
  96. data/manual-snapshots/simple-arc.png +0 -0
  97. data/manual-snapshots/simple-bounce.png +0 -0
  98. data/manual-snapshots/simple-calc.png +0 -0
  99. data/manual-snapshots/simple-chipmunk.png +0 -0
  100. data/manual-snapshots/simple-control-sizes.png +0 -0
  101. data/manual-snapshots/simple-curve.png +0 -0
  102. data/manual-snapshots/simple-dialogs.png +0 -0
  103. data/manual-snapshots/simple-downloader.png +0 -0
  104. data/manual-snapshots/simple-draw.png +0 -0
  105. data/manual-snapshots/simple-editor.png +0 -0
  106. data/manual-snapshots/simple-form.png +0 -0
  107. data/manual-snapshots/simple-mask.png +0 -0
  108. data/manual-snapshots/simple-menu.png +0 -0
  109. data/manual-snapshots/simple-menu1.png +0 -0
  110. data/manual-snapshots/simple-rubygems.png +0 -0
  111. data/manual-snapshots/simple-slide.png +0 -0
  112. data/manual-snapshots/simple-sphere.png +0 -0
  113. data/manual-snapshots/simple-sqlite3.png +0 -0
  114. data/manual-snapshots/simple-timer.png +0 -0
  115. data/manual-snapshots/simple-video.png +0 -0
  116. data/platform/mac/Info.plist +55 -0
  117. data/platform/mac/build-deps.sh +658 -0
  118. data/platform/mac/command-manual.rb +1 -0
  119. data/platform/mac/deps-osx.patch +159 -0
  120. data/platform/mac/dmg_ds_store +0 -0
  121. data/platform/mac/pangorc +2 -0
  122. data/platform/mac/pkg-dmg +1447 -0
  123. data/platform/mac/shoes +31 -0
  124. data/platform/mac/shoes-launch +7 -0
  125. data/platform/mac/stub.m +178 -0
  126. data/platform/mac/version.plist +14 -0
  127. data/platform/msw/base.nsi +644 -0
  128. data/platform/msw/installer-1.bmp +0 -0
  129. data/platform/msw/installer-2.bmp +0 -0
  130. data/platform/msw/shoes.exe.manifest +17 -0
  131. data/platform/msw/shoes.ico +0 -0
  132. data/platform/msw/stub-inject.c +59 -0
  133. data/platform/msw/stub.c +271 -0
  134. data/platform/msw/stub32.h +14 -0
  135. data/platform/msw/stub32.rc +16 -0
  136. data/platform/nix/INSTALL +56 -0
  137. data/platform/nix/Makefile +144 -0
  138. data/platform/nix/shoes.launch +20 -0
  139. data/platform/skel.rb +27 -0
  140. data/rakefile_darwin.rb +7 -0
  141. data/rakefile_linux.rb +3 -0
  142. data/rakefile_mingw.rb +7 -0
  143. data/samples/class-book.rb +43 -0
  144. data/samples/class-book.yaml +387 -0
  145. data/samples/expert-definr.rb +23 -0
  146. data/samples/expert-funnies.rb +51 -0
  147. data/samples/expert-irb.rb +112 -0
  148. data/samples/expert-minesweeper.rb +267 -0
  149. data/samples/expert-othello.rb +319 -0
  150. data/samples/expert-pong.rb +62 -0
  151. data/samples/expert-tankspank.rb +385 -0
  152. data/samples/good-arc.rb +37 -0
  153. data/samples/good-clock.rb +51 -0
  154. data/samples/good-follow.rb +26 -0
  155. data/samples/good-reminder.rb +174 -0
  156. data/samples/good-vjot.rb +56 -0
  157. data/samples/simple-accordion.rb +75 -0
  158. data/samples/simple-anim-shapes.rb +17 -0
  159. data/samples/simple-anim-text.rb +13 -0
  160. data/samples/simple-arc.rb +23 -0
  161. data/samples/simple-bounce.rb +24 -0
  162. data/samples/simple-calc.rb +70 -0
  163. data/samples/simple-chipmunk.rb +26 -0
  164. data/samples/simple-control-sizes.rb +24 -0
  165. data/samples/simple-curve.rb +26 -0
  166. data/samples/simple-dialogs.rb +29 -0
  167. data/samples/simple-downloader.rb +27 -0
  168. data/samples/simple-draw.rb +13 -0
  169. data/samples/simple-editor.rb +28 -0
  170. data/samples/simple-form.rb +28 -0
  171. data/samples/simple-form.shy +0 -0
  172. data/samples/simple-mask.rb +21 -0
  173. data/samples/simple-menu.rb +31 -0
  174. data/samples/simple-menu1.rb +35 -0
  175. data/samples/simple-rubygems.rb +29 -0
  176. data/samples/simple-slide.rb +45 -0
  177. data/samples/simple-sphere.rb +28 -0
  178. data/samples/simple-sqlite3.rb +13 -0
  179. data/samples/simple-timer.rb +13 -0
  180. data/samples/simple-video.rb +13 -0
  181. data/shoes.gemspec +21 -0
  182. data/shoes/app.c +591 -0
  183. data/shoes/app.h +110 -0
  184. data/shoes/appwin32.h +13 -0
  185. data/shoes/appwin32.rc +28 -0
  186. data/shoes/canvas.c +2202 -0
  187. data/shoes/canvas.h +682 -0
  188. data/shoes/code.h +14 -0
  189. data/shoes/config.h +232 -0
  190. data/shoes/effects.c +243 -0
  191. data/shoes/effects.h +7 -0
  192. data/shoes/http.h +44 -0
  193. data/shoes/http/common.h +86 -0
  194. data/shoes/http/curl.c +259 -0
  195. data/shoes/http/nsurl.m +274 -0
  196. data/shoes/http/windownload.c +114 -0
  197. data/shoes/http/winhttp.c +216 -0
  198. data/shoes/http/winhttp.h +19 -0
  199. data/shoes/image.c +1020 -0
  200. data/shoes/internal.c +46 -0
  201. data/shoes/internal.h +63 -0
  202. data/shoes/native.h +110 -0
  203. data/shoes/native/cocoa.h +105 -0
  204. data/shoes/native/cocoa.m +1557 -0
  205. data/shoes/native/gtk.c +1257 -0
  206. data/shoes/native/windows.c +2392 -0
  207. data/shoes/ruby.c +5221 -0
  208. data/shoes/ruby.h +299 -0
  209. data/shoes/world.c +243 -0
  210. data/shoes/world.h +63 -0
  211. data/static/Shoes.icns +0 -0
  212. data/static/avatar.png +0 -0
  213. data/static/code_highlighter.js +188 -0
  214. data/static/code_highlighter_ruby.js +26 -0
  215. data/static/icon-debug.png +0 -0
  216. data/static/icon-error.png +0 -0
  217. data/static/icon-info.png +0 -0
  218. data/static/icon-warn.png +0 -0
  219. data/static/listbox_button1.png +0 -0
  220. data/static/listbox_button2.png +0 -0
  221. data/static/man-app.png +0 -0
  222. data/static/man-builds.png +0 -0
  223. data/static/man-builds1.png +0 -0
  224. data/static/man-editor-notepad.png +0 -0
  225. data/static/man-editor-osx.png +0 -0
  226. data/static/man-ele-background.png +0 -0
  227. data/static/man-ele-border.png +0 -0
  228. data/static/man-ele-button.png +0 -0
  229. data/static/man-ele-check.png +0 -0
  230. data/static/man-ele-editbox.png +0 -0
  231. data/static/man-ele-editline.png +0 -0
  232. data/static/man-ele-image.png +0 -0
  233. data/static/man-ele-listbox.png +0 -0
  234. data/static/man-ele-progress.png +0 -0
  235. data/static/man-ele-radio.png +0 -0
  236. data/static/man-ele-shape.png +0 -0
  237. data/static/man-ele-textblock.png +0 -0
  238. data/static/man-ele-video.png +0 -0
  239. data/static/man-intro-dmg.png +0 -0
  240. data/static/man-intro-exe.png +0 -0
  241. data/static/man-look-tiger.png +0 -0
  242. data/static/man-look-ubuntu.png +0 -0
  243. data/static/man-look-vista.png +0 -0
  244. data/static/man-run-osx.png +0 -0
  245. data/static/man-run-vista.png +0 -0
  246. data/static/man-run-xp.png +0 -0
  247. data/static/man-shot1.png +0 -0
  248. data/static/manual-en.txt +3531 -0
  249. data/static/manual-ja.txt +2825 -0
  250. data/static/manual.css +167 -0
  251. data/static/menu-corner1.png +0 -0
  252. data/static/menu-corner2.png +0 -0
  253. data/static/menu-gray.png +0 -0
  254. data/static/menu-left.png +0 -0
  255. data/static/menu-right.png +0 -0
  256. data/static/menu-top.png +0 -0
  257. data/static/shoes-dmg.jpg +0 -0
  258. data/static/shoes-icon-blue.png +0 -0
  259. data/static/shoes-icon.png +0 -0
  260. data/static/shoes-manual-apps.gif +0 -0
  261. data/static/shoes_main_window.png +0 -0
  262. data/static/stripe.png +0 -0
  263. data/static/stubs/blank.exe +0 -0
  264. data/static/stubs/blank.hfz +0 -0
  265. data/static/stubs/blank.run +375 -0
  266. data/static/stubs/cocoa-install +0 -0
  267. data/static/stubs/sh-install +49 -0
  268. data/static/stubs/shoes-stub-inject.exe +0 -0
  269. data/static/stubs/shoes-stub.exe +0 -0
  270. data/static/tutor-back.png +0 -0
  271. data/test/shoes_test.rb +8 -0
  272. data/test/test_helper.rb +25 -0
  273. data/use-deps +12 -0
  274. data/use-tmp-dep +8 -0
  275. metadata +509 -0
@@ -0,0 +1,49 @@
1
+ #!/bin/sh
2
+ shoes_host="http://shoes.heroku.com"
3
+ shoes_url="$shoes_host/pkg/policeman/linux/shoes-novideo"
4
+ this_dir=`pwd`
5
+
6
+ shoes="$(which shoes)"
7
+ if [ -x "$this_dir/shoes" ] ; then
8
+ shoes="$this_dir/shoes"
9
+ fi
10
+ if [ -z "$shoes" ] ; then
11
+ shoes="$HOME/.shoes/shoes.run"
12
+ fi
13
+
14
+ if [ ! -x "$shoes" ] ; then
15
+ echo "Downloading Shoes... "
16
+
17
+ # First, try wget.
18
+ wget="wget -q -O -"
19
+ wdl="wget -q"
20
+ shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
21
+
22
+ if [ -z "$shoes_pkg" ] ; then
23
+ # Then, try curl.
24
+ wget="curl -s"
25
+ wdl="curl -s -O"
26
+ shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
27
+
28
+ if [ -z "$shoes_pkg" ] ; then
29
+ # Lastly, try bsd fetch.
30
+ wget="fetch -q -o -"
31
+ wdl="fetch -q"
32
+ shoes_pkg="$($wget "$shoes_url" 2>/dev/null)"
33
+
34
+ if [ -z "$shoes_pkg" ] ; then
35
+ echo "sorry, couldn't find wget or curl."
36
+ exit 1;
37
+ fi
38
+ fi
39
+ fi
40
+
41
+ #shoes_run="$shoes_host$shoes_pkg"
42
+ shoes_run="$shoes_pkg"
43
+ echo "Fetching $shoes_run..."
44
+ mkdir -p $HOME/.shoes
45
+ eval $wget "$shoes_run" > $shoes
46
+ chmod 755 $shoes
47
+ fi
48
+
49
+ eval $shoes -- "$this_dir/#{SCRIPT}"
Binary file
@@ -0,0 +1,8 @@
1
+ require_relative 'test_helper'
2
+
3
+ class ShoesTest < MiniTest::Unit::TestCase
4
+
5
+ def test_range_rand
6
+ assert_respond_to (1..5), :rand
7
+ end
8
+ end
@@ -0,0 +1,25 @@
1
+ require 'minitest/autorun'
2
+
3
+ # We need to do this to test just the Ruby code.
4
+ class Shoes
5
+ class Types;end
6
+ class Background;end
7
+ class Border;end
8
+ class Canvas;end
9
+ class Check;end
10
+ class Radio;end
11
+ class EditLine;end
12
+ class EditBox;end
13
+ class Effect;end
14
+ class Image;end
15
+ class ListBox;end
16
+ class Progress;end
17
+ class Shape;end
18
+ class TextBlock;end
19
+ class Text;end
20
+ end
21
+
22
+ # from shoes/world.c
23
+ DIR = File.expand_path(File.dirname(__FILE__));
24
+
25
+ require_relative '../lib/shoes'
@@ -0,0 +1,12 @@
1
+ #
2
+ # This script is only presently used on OSX, thought it could provide handy on Linux.
3
+ #
4
+ # To use: source use-deps
5
+ #
6
+ PATH=./deps/bin:$PATH; export PATH
7
+ PKG_CONFIG_PATH=./deps/lib/pkgconfig; export PKG_CONFIG_PATH
8
+ DYLD_LIBRARY_PATH=./deps/lib; export DYLD_LIBRARY_PATH
9
+ LD_LIBRARY_PATH=./deps/lib; export LD_LIBRARY_PATH
10
+ SHOES_DEPS_PATH=./deps; export SHOES_DEPS_PATH
11
+ RUBYOPT="-I./deps/lib/ruby/site_ruby/1.9.1 -I./deps/lib/ruby/1.9.1 -I./deps/lib/ruby/1.9.1/i386-darwin9.8.0"
12
+ export RUBYOPT
@@ -0,0 +1,8 @@
1
+ PATH=/tmp/dep/bin:$PATH; export PATH
2
+ PKG_CONFIG_PATH=/tmp/dep/lib/pkgconfig; export PKG_CONFIG_PATH
3
+ DYLD_LIBRARY_PATH=/tmp/dep/lib; export DYLD_LIBRARY_PATH
4
+ LD_LIBRARY_PATH=/tmp/dep/lib; export LD_LIBRARY_PATH
5
+ SHOES_DEPS_PATH=/tmp/dep; export SHOES_DEPS_PATH
6
+ RUBYOPT="-I/tmp/dep/lib/ruby/site_ruby/1.9.1 -I/tmp/dep/lib/ruby/1.9.1 -I/tmp/dep/lib/ruby/1.9.1/powerpc-darwin9.8.0"
7
+ export RUBYOPT
8
+
metadata ADDED
@@ -0,0 +1,509 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: shoes
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 3
7
+ - 0
8
+ - 1
9
+ version: 3.0.1
10
+ platform: ruby
11
+ authors:
12
+ - Steve Klabnik
13
+ - Team Shoes
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-02-27 00:00:00 -05:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Shoes is the best little GUI toolkit for Ruby. This gem is currently a placeholder until we properly gemfiy Shoes.
23
+ email:
24
+ - steve@steveklabnik.com
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - .gitignore
33
+ - CHANGELOG
34
+ - COPYING
35
+ - README.md
36
+ - README.old
37
+ - Rakefile
38
+ - Rakefile.bk
39
+ - app.yaml
40
+ - bin/main.skel
41
+ - bugs/issue-012e9468ddc7b0cb7e1503413a8a11c4f8707b67.yaml
42
+ - bugs/issue-0711ff8b67baa63586f11d0096fee9dd4436bf58.yaml
43
+ - bugs/issue-07f87998d93eb401e22395c11085676389b935c4.yaml
44
+ - bugs/issue-0bff2d80008803cbc7efbcdacdc60ef2163664d2.yaml
45
+ - bugs/issue-0c66f223d19efbca7b692f3b91961f407ad7abec.yaml
46
+ - bugs/issue-183bc3c7a8f575aff2b24e0bf22aa0dfcc8e4fc2.yaml
47
+ - bugs/issue-1bad1e60a04cb3adb6a8f3ded128af2e16b56ffe.yaml
48
+ - bugs/issue-1f1d43f76bf4de79d7f94adbae6dd506a9d81633.yaml
49
+ - bugs/issue-320924117cadb045cc91f2a6fca922b4d81d4bb5.yaml
50
+ - bugs/issue-33e5c8355fbf65252ea9e939714651df8bd8cb3b.yaml
51
+ - bugs/issue-36f7c8262a72bcd5e28cfa4ed29328b8237ea79b.yaml
52
+ - bugs/issue-39bf04ee50c3bef67b89b8e9beb28657805587ce.yaml
53
+ - bugs/issue-3e28ba7754f73d02ef416eef989af707a8c00f01.yaml
54
+ - bugs/issue-3f638cc03f41f9c3fdf217355321f1563f8fee45.yaml
55
+ - bugs/issue-41e48e14f1ef4f6deb69be68165d7dd3ffd99156.yaml
56
+ - bugs/issue-4c9408166a2aa5dd333bbb05520deebf4ded08e0.yaml
57
+ - bugs/issue-55c687e108ecd5aeb8e0d0aeb4294984f84acd3e.yaml
58
+ - bugs/issue-5811d34692cc292717a58ec1df1f8948cf30d826.yaml
59
+ - bugs/issue-5a7c1f59a0526f9cea7fb366867cf1e6ed8ef69d.yaml
60
+ - bugs/issue-688a2c2566bef6a03efa57a4ae1f7cfa8fc74444.yaml
61
+ - bugs/issue-78b16c7988ade2ef96e716fa8cb9a004bd4ced65.yaml
62
+ - bugs/issue-804ee49f9800154eddf0650690c7a9bb5626253f.yaml
63
+ - bugs/issue-807dd1c610b2e941a5d454e26b2eac27e89a0ab4.yaml
64
+ - bugs/issue-822ee33ec11ebd25f90ea86e8438de7891e63aee.yaml
65
+ - bugs/issue-82ff7152cebb8a1cb065b864cb4fe22de2328146.yaml
66
+ - bugs/issue-856afbdcdd4970ad54b8ce4a6c017fbaab45f49d.yaml
67
+ - bugs/issue-8d49e32fb21522651c67490adb4d80076dbb14e1.yaml
68
+ - bugs/issue-91583359653a9d530c1e32be72d874d847a306e7.yaml
69
+ - bugs/issue-af41a5229613172764e7d3c98431172db337053d.yaml
70
+ - bugs/issue-bd9856b3788dd429c998a5af1b2aae8221cb80b7.yaml
71
+ - bugs/issue-be22aef5c564fb7b5e9938343136a9cd6a2edb7b.yaml
72
+ - bugs/issue-bf8697523c77c326e7e35fc82cf3dd739ae92310.yaml
73
+ - bugs/issue-cdd4b4795f34d6ff46e56ece10f8216a4a5456b2.yaml
74
+ - bugs/issue-d9bfb5581d745ef9deb3b9b2e08ef74d1cd43082.yaml
75
+ - bugs/issue-e0ce2f687cc096f35715d28b0af88589f4ab6cc6.yaml
76
+ - bugs/issue-e4b0aca4a10a574b333aeaecaaf221dbc5ed22c6.yaml
77
+ - bugs/issue-f263746594b95ba778455730478ee8df60ee639d.yaml
78
+ - bugs/project.yaml
79
+ - builddeps.sh
80
+ - fonts/Coolvetica.ttf
81
+ - fonts/Lacuna.ttf
82
+ - gemlib/shoes.rb
83
+ - lib/shoes.rb
84
+ - lib/shoes/cache.rb
85
+ - lib/shoes/chipmunk.rb
86
+ - lib/shoes/data.rb
87
+ - lib/shoes/help.rb
88
+ - lib/shoes/image.rb
89
+ - lib/shoes/inspect.rb
90
+ - lib/shoes/log.rb
91
+ - lib/shoes/minitar.rb
92
+ - lib/shoes/override.rb
93
+ - lib/shoes/pack.rb
94
+ - lib/shoes/search.rb
95
+ - lib/shoes/setup.rb
96
+ - lib/shoes/shy.rb
97
+ - lib/shoes/shybuilder.rb
98
+ - lib/shoes/version.rb
99
+ - make/darwin/deps.vlc
100
+ - make/darwin/dylibs.shoes
101
+ - make/darwin/dylibs.video
102
+ - make/darwin/env.rb
103
+ - make/darwin/tasks.rb
104
+ - make/linux/env.rb
105
+ - make/linux/tasks.rb
106
+ - make/make.rb
107
+ - make/mingw/dlls
108
+ - make/mingw/env.rb
109
+ - make/mingw/tasks.rb
110
+ - make/rakefile_common.rb
111
+ - manual-snapshots/class-book.png
112
+ - manual-snapshots/expert-definr.png
113
+ - manual-snapshots/expert-funnies.png
114
+ - manual-snapshots/expert-irb.png
115
+ - manual-snapshots/expert-minesweeper.png
116
+ - manual-snapshots/expert-othello.png
117
+ - manual-snapshots/expert-pong.png
118
+ - manual-snapshots/expert-tankspank.png
119
+ - manual-snapshots/good-arc.png
120
+ - manual-snapshots/good-clock.png
121
+ - manual-snapshots/good-follow.png
122
+ - manual-snapshots/good-reminder.png
123
+ - manual-snapshots/good-vjot.png
124
+ - manual-snapshots/simple-accordion.png
125
+ - manual-snapshots/simple-anim-shapes.png
126
+ - manual-snapshots/simple-anim-text.png
127
+ - manual-snapshots/simple-arc.png
128
+ - manual-snapshots/simple-bounce.png
129
+ - manual-snapshots/simple-calc.png
130
+ - manual-snapshots/simple-chipmunk.png
131
+ - manual-snapshots/simple-control-sizes.png
132
+ - manual-snapshots/simple-curve.png
133
+ - manual-snapshots/simple-dialogs.png
134
+ - manual-snapshots/simple-downloader.png
135
+ - manual-snapshots/simple-draw.png
136
+ - manual-snapshots/simple-editor.png
137
+ - manual-snapshots/simple-form.png
138
+ - manual-snapshots/simple-mask.png
139
+ - manual-snapshots/simple-menu.png
140
+ - manual-snapshots/simple-menu1.png
141
+ - manual-snapshots/simple-rubygems.png
142
+ - manual-snapshots/simple-slide.png
143
+ - manual-snapshots/simple-sphere.png
144
+ - manual-snapshots/simple-sqlite3.png
145
+ - manual-snapshots/simple-timer.png
146
+ - manual-snapshots/simple-video.png
147
+ - platform/mac/Info.plist
148
+ - platform/mac/build-deps.sh
149
+ - platform/mac/command-manual.rb
150
+ - platform/mac/deps-osx.patch
151
+ - platform/mac/dmg_ds_store
152
+ - platform/mac/pangorc
153
+ - platform/mac/pkg-dmg
154
+ - platform/mac/shoes
155
+ - platform/mac/shoes-launch
156
+ - platform/mac/stub.m
157
+ - platform/mac/version.plist
158
+ - platform/msw/base.nsi
159
+ - platform/msw/installer-1.bmp
160
+ - platform/msw/installer-2.bmp
161
+ - platform/msw/shoes.exe.manifest
162
+ - platform/msw/shoes.ico
163
+ - platform/msw/stub-inject.c
164
+ - platform/msw/stub.c
165
+ - platform/msw/stub32.h
166
+ - platform/msw/stub32.rc
167
+ - platform/nix/INSTALL
168
+ - platform/nix/Makefile
169
+ - platform/nix/shoes.launch
170
+ - platform/skel.rb
171
+ - rakefile_darwin.rb
172
+ - rakefile_linux.rb
173
+ - rakefile_mingw.rb
174
+ - req/binject/ext/binject_c/LICENSE
175
+ - req/binject/ext/binject_c/README
176
+ - req/binject/ext/binject_c/abstractfile.c
177
+ - req/binject/ext/binject_c/base64.c
178
+ - req/binject/ext/binject_c/binject.c
179
+ - req/binject/ext/binject_c/btree.c
180
+ - req/binject/ext/binject_c/catalog.c
181
+ - req/binject/ext/binject_c/checksum.c
182
+ - req/binject/ext/binject_c/dmgfile.c
183
+ - req/binject/ext/binject_c/dmglib.c
184
+ - req/binject/ext/binject_c/extconf.rb
185
+ - req/binject/ext/binject_c/extents.c
186
+ - req/binject/ext/binject_c/fastunicodecompare.c
187
+ - req/binject/ext/binject_c/filevault.c
188
+ - req/binject/ext/binject_c/flatfile.c
189
+ - req/binject/ext/binject_c/hfslib.c
190
+ - req/binject/ext/binject_c/includes/abstractfile.h
191
+ - req/binject/ext/binject_c/includes/common.h
192
+ - req/binject/ext/binject_c/includes/dmg/dmg.h
193
+ - req/binject/ext/binject_c/includes/dmg/dmgfile.h
194
+ - req/binject/ext/binject_c/includes/dmg/dmglib.h
195
+ - req/binject/ext/binject_c/includes/dmg/filevault.h
196
+ - req/binject/ext/binject_c/includes/hfs/hfslib.h
197
+ - req/binject/ext/binject_c/includes/hfs/hfsplus.h
198
+ - req/binject/ext/binject_c/includes/xpwn/8900.h
199
+ - req/binject/ext/binject_c/includes/xpwn/ibootim.h
200
+ - req/binject/ext/binject_c/includes/xpwn/img2.h
201
+ - req/binject/ext/binject_c/includes/xpwn/img3.h
202
+ - req/binject/ext/binject_c/includes/xpwn/lzss.h
203
+ - req/binject/ext/binject_c/includes/xpwn/lzssfile.h
204
+ - req/binject/ext/binject_c/includes/xpwn/nor_files.h
205
+ - req/binject/ext/binject_c/includes/xpwn/outputstate.h
206
+ - req/binject/ext/binject_c/includes/xpwn/plist.h
207
+ - req/binject/ext/binject_c/includes/xpwn/pwnutil.h
208
+ - req/binject/ext/binject_c/io.c
209
+ - req/binject/ext/binject_c/mkhfz
210
+ - req/binject/ext/binject_c/partition.c
211
+ - req/binject/ext/binject_c/pe.h
212
+ - req/binject/ext/binject_c/rawfile.c
213
+ - req/binject/ext/binject_c/resources.c
214
+ - req/binject/ext/binject_c/udif.c
215
+ - req/binject/ext/binject_c/utility.c
216
+ - req/binject/ext/binject_c/volume.c
217
+ - req/bloopsaphone/COPYING
218
+ - req/bloopsaphone/README
219
+ - req/bloopsaphone/c/bloopsaphone.c
220
+ - req/bloopsaphone/c/bloopsaphone.h
221
+ - req/bloopsaphone/c/notation.c
222
+ - req/bloopsaphone/ext/bloops/extconf.rb
223
+ - req/bloopsaphone/ext/bloops/rubyext.c
224
+ - req/bloopsaphone/sounds/dart.blu
225
+ - req/bloopsaphone/sounds/error.blu
226
+ - req/bloopsaphone/sounds/ice.blu
227
+ - req/bloopsaphone/sounds/jump.blu
228
+ - req/bloopsaphone/sounds/pogo.blu
229
+ - req/bloopsaphone/sounds/stun.blu
230
+ - req/chipmunk/LICENSE
231
+ - req/chipmunk/README
232
+ - req/chipmunk/README_for_Shoes.txt
233
+ - req/chipmunk/ext/chipmunk/chipmunk.c
234
+ - req/chipmunk/ext/chipmunk/chipmunk.h
235
+ - req/chipmunk/ext/chipmunk/cpArbiter.c
236
+ - req/chipmunk/ext/chipmunk/cpArbiter.h
237
+ - req/chipmunk/ext/chipmunk/cpArray.c
238
+ - req/chipmunk/ext/chipmunk/cpArray.h
239
+ - req/chipmunk/ext/chipmunk/cpBB.c
240
+ - req/chipmunk/ext/chipmunk/cpBB.h
241
+ - req/chipmunk/ext/chipmunk/cpBody.c
242
+ - req/chipmunk/ext/chipmunk/cpBody.h
243
+ - req/chipmunk/ext/chipmunk/cpCollision.c
244
+ - req/chipmunk/ext/chipmunk/cpCollision.h
245
+ - req/chipmunk/ext/chipmunk/cpHashSet.c
246
+ - req/chipmunk/ext/chipmunk/cpHashSet.h
247
+ - req/chipmunk/ext/chipmunk/cpJoint.c
248
+ - req/chipmunk/ext/chipmunk/cpJoint.h
249
+ - req/chipmunk/ext/chipmunk/cpPolyShape.c
250
+ - req/chipmunk/ext/chipmunk/cpPolyShape.h
251
+ - req/chipmunk/ext/chipmunk/cpShape.c
252
+ - req/chipmunk/ext/chipmunk/cpShape.h
253
+ - req/chipmunk/ext/chipmunk/cpSpace.c
254
+ - req/chipmunk/ext/chipmunk/cpSpace.h
255
+ - req/chipmunk/ext/chipmunk/cpSpaceHash.c
256
+ - req/chipmunk/ext/chipmunk/cpSpaceHash.h
257
+ - req/chipmunk/ext/chipmunk/cpVect.c
258
+ - req/chipmunk/ext/chipmunk/cpVect.h
259
+ - req/chipmunk/ext/chipmunk/extconf.rb
260
+ - req/chipmunk/ext/chipmunk/prime.h
261
+ - req/chipmunk/ext/chipmunk/rb_chipmunk.c
262
+ - req/chipmunk/ext/chipmunk/rb_chipmunk.h
263
+ - req/chipmunk/ext/chipmunk/rb_cpBB.c
264
+ - req/chipmunk/ext/chipmunk/rb_cpBody.c
265
+ - req/chipmunk/ext/chipmunk/rb_cpJoint.c
266
+ - req/chipmunk/ext/chipmunk/rb_cpShape.c
267
+ - req/chipmunk/ext/chipmunk/rb_cpSpace.c
268
+ - req/chipmunk/ext/chipmunk/rb_cpVect.c
269
+ - req/ftsearch/README
270
+ - req/ftsearch/ext/ftsearchrt/extconf.rb
271
+ - req/ftsearch/ext/ftsearchrt/ftsearch.c
272
+ - req/ftsearch/lib/ftsearch/analysis/analyzer.rb
273
+ - req/ftsearch/lib/ftsearch/analysis/simple_identifier_analyzer.rb
274
+ - req/ftsearch/lib/ftsearch/analysis/whitespace_analyzer.rb
275
+ - req/ftsearch/lib/ftsearch/document_map_reader.rb
276
+ - req/ftsearch/lib/ftsearch/document_map_writer.rb
277
+ - req/ftsearch/lib/ftsearch/field_infos.rb
278
+ - req/ftsearch/lib/ftsearch/fragment_writer.rb
279
+ - req/ftsearch/lib/ftsearch/fulltext_reader.rb
280
+ - req/ftsearch/lib/ftsearch/fulltext_writer.rb
281
+ - req/ftsearch/lib/ftsearch/suffix_array_reader.rb
282
+ - req/ftsearch/lib/ftsearch/suffix_array_writer.rb
283
+ - req/ftsearch/lib/ftsearch/util.rb
284
+ - req/hpricot/LICENSE
285
+ - req/hpricot/ext/fast_xs/extconf.rb
286
+ - req/hpricot/ext/fast_xs/fast_xs.c
287
+ - req/hpricot/ext/hpricot_scan/extconf.rb
288
+ - req/hpricot/ext/hpricot_scan/hpricot_css.c
289
+ - req/hpricot/ext/hpricot_scan/hpricot_scan.c
290
+ - req/hpricot/ext/hpricot_scan/hpricot_scan.h
291
+ - req/hpricot/gemspec
292
+ - req/hpricot/lib/hpricot.rb
293
+ - req/hpricot/lib/hpricot/blankslate.rb
294
+ - req/hpricot/lib/hpricot/builder.rb
295
+ - req/hpricot/lib/hpricot/elements.rb
296
+ - req/hpricot/lib/hpricot/htmlinfo.rb
297
+ - req/hpricot/lib/hpricot/inspect.rb
298
+ - req/hpricot/lib/hpricot/modules.rb
299
+ - req/hpricot/lib/hpricot/parse.rb
300
+ - req/hpricot/lib/hpricot/tag.rb
301
+ - req/hpricot/lib/hpricot/tags.rb
302
+ - req/hpricot/lib/hpricot/traverse.rb
303
+ - req/hpricot/lib/hpricot/xchar.rb
304
+ - req/json/GPL
305
+ - req/json/README
306
+ - req/json/RUBY
307
+ - req/json/ext/generator/extconf.rb
308
+ - req/json/ext/generator/generator.c
309
+ - req/json/ext/generator/unicode.c
310
+ - req/json/ext/generator/unicode.h
311
+ - req/json/ext/parser/extconf.rb
312
+ - req/json/ext/parser/parser.c
313
+ - req/json/ext/parser/unicode.c
314
+ - req/json/ext/parser/unicode.h
315
+ - req/json/gemspec
316
+ - req/json/lib/json.rb
317
+ - req/json/lib/json/add/core.rb
318
+ - req/json/lib/json/add/rails.rb
319
+ - req/json/lib/json/common.rb
320
+ - req/json/lib/json/ext.rb
321
+ - req/json/lib/json/version.rb
322
+ - req/sqlite3/LICENSE
323
+ - req/sqlite3/ext/sqlite3/database.c
324
+ - req/sqlite3/ext/sqlite3/database.h
325
+ - req/sqlite3/ext/sqlite3/exception.c
326
+ - req/sqlite3/ext/sqlite3/exception.h
327
+ - req/sqlite3/ext/sqlite3/extconf.rb
328
+ - req/sqlite3/ext/sqlite3/sqlite3.c
329
+ - req/sqlite3/ext/sqlite3/sqlite3_ruby.h
330
+ - req/sqlite3/ext/sqlite3/statement.c
331
+ - req/sqlite3/ext/sqlite3/statement.h
332
+ - req/sqlite3/gemspec
333
+ - req/sqlite3/lib/sqlite3.rb
334
+ - req/sqlite3/lib/sqlite3/constants.rb
335
+ - req/sqlite3/lib/sqlite3/database.rb
336
+ - req/sqlite3/lib/sqlite3/errors.rb
337
+ - req/sqlite3/lib/sqlite3/pragmas.rb
338
+ - req/sqlite3/lib/sqlite3/resultset.rb
339
+ - req/sqlite3/lib/sqlite3/statement.rb
340
+ - req/sqlite3/lib/sqlite3/translator.rb
341
+ - req/sqlite3/lib/sqlite3/value.rb
342
+ - req/sqlite3/lib/sqlite3/version.rb
343
+ - samples/class-book.rb
344
+ - samples/class-book.yaml
345
+ - samples/expert-definr.rb
346
+ - samples/expert-funnies.rb
347
+ - samples/expert-irb.rb
348
+ - samples/expert-minesweeper.rb
349
+ - samples/expert-othello.rb
350
+ - samples/expert-pong.rb
351
+ - samples/expert-tankspank.rb
352
+ - samples/good-arc.rb
353
+ - samples/good-clock.rb
354
+ - samples/good-follow.rb
355
+ - samples/good-reminder.rb
356
+ - samples/good-vjot.rb
357
+ - samples/simple-accordion.rb
358
+ - samples/simple-anim-shapes.rb
359
+ - samples/simple-anim-text.rb
360
+ - samples/simple-arc.rb
361
+ - samples/simple-bounce.rb
362
+ - samples/simple-calc.rb
363
+ - samples/simple-chipmunk.rb
364
+ - samples/simple-control-sizes.rb
365
+ - samples/simple-curve.rb
366
+ - samples/simple-dialogs.rb
367
+ - samples/simple-downloader.rb
368
+ - samples/simple-draw.rb
369
+ - samples/simple-editor.rb
370
+ - samples/simple-form.rb
371
+ - samples/simple-form.shy
372
+ - samples/simple-mask.rb
373
+ - samples/simple-menu.rb
374
+ - samples/simple-menu1.rb
375
+ - samples/simple-rubygems.rb
376
+ - samples/simple-slide.rb
377
+ - samples/simple-sphere.rb
378
+ - samples/simple-sqlite3.rb
379
+ - samples/simple-timer.rb
380
+ - samples/simple-video.rb
381
+ - shoes.gemspec
382
+ - shoes/app.c
383
+ - shoes/app.h
384
+ - shoes/appwin32.h
385
+ - shoes/appwin32.rc
386
+ - shoes/canvas.c
387
+ - shoes/canvas.h
388
+ - shoes/code.h
389
+ - shoes/config.h
390
+ - shoes/effects.c
391
+ - shoes/effects.h
392
+ - shoes/http.h
393
+ - shoes/http/common.h
394
+ - shoes/http/curl.c
395
+ - shoes/http/nsurl.m
396
+ - shoes/http/windownload.c
397
+ - shoes/http/winhttp.c
398
+ - shoes/http/winhttp.h
399
+ - shoes/image.c
400
+ - shoes/internal.c
401
+ - shoes/internal.h
402
+ - shoes/native.h
403
+ - shoes/native/cocoa.h
404
+ - shoes/native/cocoa.m
405
+ - shoes/native/gtk.c
406
+ - shoes/native/windows.c
407
+ - shoes/ruby.c
408
+ - shoes/ruby.h
409
+ - shoes/world.c
410
+ - shoes/world.h
411
+ - static/Shoes.icns
412
+ - static/avatar.png
413
+ - static/code_highlighter.js
414
+ - static/code_highlighter_ruby.js
415
+ - static/icon-debug.png
416
+ - static/icon-error.png
417
+ - static/icon-info.png
418
+ - static/icon-warn.png
419
+ - static/listbox_button1.png
420
+ - static/listbox_button2.png
421
+ - static/man-app.png
422
+ - static/man-builds.png
423
+ - static/man-builds1.png
424
+ - static/man-editor-notepad.png
425
+ - static/man-editor-osx.png
426
+ - static/man-ele-background.png
427
+ - static/man-ele-border.png
428
+ - static/man-ele-button.png
429
+ - static/man-ele-check.png
430
+ - static/man-ele-editbox.png
431
+ - static/man-ele-editline.png
432
+ - static/man-ele-image.png
433
+ - static/man-ele-listbox.png
434
+ - static/man-ele-progress.png
435
+ - static/man-ele-radio.png
436
+ - static/man-ele-shape.png
437
+ - static/man-ele-textblock.png
438
+ - static/man-ele-video.png
439
+ - static/man-intro-dmg.png
440
+ - static/man-intro-exe.png
441
+ - static/man-look-tiger.png
442
+ - static/man-look-ubuntu.png
443
+ - static/man-look-vista.png
444
+ - static/man-run-osx.png
445
+ - static/man-run-vista.png
446
+ - static/man-run-xp.png
447
+ - static/man-shot1.png
448
+ - static/manual-en.txt
449
+ - static/manual-ja.txt
450
+ - static/manual.css
451
+ - static/menu-corner1.png
452
+ - static/menu-corner2.png
453
+ - static/menu-gray.png
454
+ - static/menu-left.png
455
+ - static/menu-right.png
456
+ - static/menu-top.png
457
+ - static/shoes-dmg.jpg
458
+ - static/shoes-icon-blue.png
459
+ - static/shoes-icon.png
460
+ - static/shoes-manual-apps.gif
461
+ - static/shoes_main_window.png
462
+ - static/stripe.png
463
+ - static/stubs/blank.exe
464
+ - static/stubs/blank.hfz
465
+ - static/stubs/blank.run
466
+ - static/stubs/cocoa-install
467
+ - static/stubs/sh-install
468
+ - static/stubs/shoes-stub-inject.exe
469
+ - static/stubs/shoes-stub.exe
470
+ - static/tutor-back.png
471
+ - test/shoes_test.rb
472
+ - test/test_helper.rb
473
+ - use-deps
474
+ - use-tmp-dep
475
+ has_rdoc: true
476
+ homepage: http://github.com/shoes/shoes
477
+ licenses: []
478
+
479
+ post_install_message:
480
+ rdoc_options: []
481
+
482
+ require_paths:
483
+ - gemlib
484
+ required_ruby_version: !ruby/object:Gem::Requirement
485
+ none: false
486
+ requirements:
487
+ - - ">="
488
+ - !ruby/object:Gem::Version
489
+ segments:
490
+ - 0
491
+ version: "0"
492
+ required_rubygems_version: !ruby/object:Gem::Requirement
493
+ none: false
494
+ requirements:
495
+ - - ">="
496
+ - !ruby/object:Gem::Version
497
+ segments:
498
+ - 0
499
+ version: "0"
500
+ requirements: []
501
+
502
+ rubyforge_project:
503
+ rubygems_version: 1.3.7
504
+ signing_key:
505
+ specification_version: 3
506
+ summary: Shoes is the best little GUI toolkit for Ruby.
507
+ test_files:
508
+ - test/shoes_test.rb
509
+ - test/test_helper.rb