texplay 0.4.3 → 0.4.4.pre

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.
Files changed (71) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +225 -222
  3. data/README.markdown +48 -48
  4. data/Rakefile +16 -16
  5. data/examples/common.rb +18 -18
  6. data/examples/example_alpha_blend.rb +29 -29
  7. data/examples/example_bezier.rb +41 -41
  8. data/examples/example_blank.rb +37 -37
  9. data/examples/example_cache.rb +21 -21
  10. data/examples/example_color_control.rb +69 -69
  11. data/examples/example_color_transform.rb +62 -62
  12. data/examples/example_color_transform_circle.rb +34 -34
  13. data/examples/example_darken.rb +24 -24
  14. data/examples/example_dup.rb +73 -73
  15. data/examples/example_each.rb +39 -39
  16. data/examples/example_effect.rb +34 -34
  17. data/examples/example_fill.rb +43 -43
  18. data/examples/example_fill_old.rb +48 -48
  19. data/examples/example_fluent.rb +29 -29
  20. data/examples/example_font.rb +31 -31
  21. data/examples/example_hash_arguments.rb +46 -46
  22. data/examples/example_ippa.rb +23 -23
  23. data/examples/example_light.rb +75 -75
  24. data/examples/example_light_multiply.rb +18 -18
  25. data/examples/example_lsystem.rb +61 -61
  26. data/examples/example_melt.rb +25 -25
  27. data/examples/example_meyet.rb +62 -62
  28. data/examples/example_polyline.rb +42 -42
  29. data/examples/example_scale.rb +27 -27
  30. data/examples/example_select.rb +36 -36
  31. data/examples/example_select2.rb +25 -25
  32. data/examples/example_simple.rb +46 -46
  33. data/examples/example_splice.rb +26 -26
  34. data/examples/example_sync.rb +59 -59
  35. data/examples/example_tiles.rb +41 -41
  36. data/examples/example_trace.rb +22 -22
  37. data/examples/example_transparent.rb +28 -28
  38. data/examples/example_transparent2.rb +24 -24
  39. data/examples/example_transparent3.rb +20 -20
  40. data/examples/example_turtle.rb +39 -39
  41. data/examples/example_weird.rb +22 -22
  42. data/examples/example_window_render_to_image.rb +41 -41
  43. data/examples/example_window_to_blob.rb +35 -35
  44. data/examples/media/maria.png +0 -0
  45. data/examples/media/rose.bmp +0 -0
  46. data/ext/texplay/actions.c +1011 -1006
  47. data/ext/texplay/actions.h +60 -60
  48. data/ext/texplay/bindings.c +1130 -1125
  49. data/ext/texplay/bindings.h +46 -46
  50. data/ext/texplay/cache.c +123 -118
  51. data/ext/texplay/cache.h +24 -24
  52. data/ext/texplay/compat.h +21 -27
  53. data/ext/texplay/extconf.rb +38 -38
  54. data/ext/texplay/graphics_utils.c +1318 -1313
  55. data/ext/texplay/graphics_utils.h +22 -22
  56. data/ext/texplay/texplay.c +206 -201
  57. data/ext/texplay/texplay.h +153 -153
  58. data/ext/texplay/utils.c +896 -891
  59. data/ext/texplay/utils.h +153 -153
  60. data/lib/texplay-contrib.rb +147 -147
  61. data/lib/texplay.rb +347 -347
  62. data/lib/texplay/alone.rb +20 -20
  63. data/lib/texplay/c_function_docs.rb +178 -178
  64. data/lib/texplay/live.rb +84 -84
  65. data/lib/texplay/version.rb +3 -3
  66. data/live/live.rb +85 -85
  67. data/test/image_spec.rb +45 -45
  68. data/test/texplay_spec.rb +144 -144
  69. metadata +42 -52
  70. data/lib/texplay/1.8/texplay.so +0 -0
  71. data/lib/texplay/1.9/texplay.so +0 -0
metadata CHANGED
@@ -1,62 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: texplay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
5
- prerelease:
4
+ version: 0.4.4.pre
6
5
  platform: ruby
7
6
  authors:
8
7
  - John Mair (banisterfiend)
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-07-15 00:00:00.000000000 Z
11
+ date: 2014-06-29 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: gosu
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - ">="
20
18
  - !ruby/object:Gem::Version
21
19
  version: 0.7.25
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.7.25
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rspec
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: 2.0.0
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: 2.0.0
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rake-compiler
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: 0.7.9
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: 0.7.9
62
55
  description: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
@@ -67,33 +60,10 @@ extensions:
67
60
  - ext/texplay/extconf.rb
68
61
  extra_rdoc_files: []
69
62
  files:
70
- - Rakefile
71
- - README.markdown
63
+ - ".gemtest"
72
64
  - CHANGELOG
73
- - lib/texplay/alone.rb
74
- - lib/texplay/c_function_docs.rb
75
- - lib/texplay/live.rb
76
- - lib/texplay/version.rb
77
- - lib/texplay-contrib.rb
78
- - lib/texplay.rb
79
- - ext/texplay/extconf.rb
80
- - ext/texplay/actions.h
81
- - ext/texplay/bindings.h
82
- - ext/texplay/cache.h
83
- - ext/texplay/compat.h
84
- - ext/texplay/graphics_utils.h
85
- - ext/texplay/texplay.h
86
- - ext/texplay/utils.h
87
- - ext/texplay/vendor/freeglut/include/GL/freeglut.h
88
- - ext/texplay/vendor/freeglut/include/GL/freeglut_ext.h
89
- - ext/texplay/vendor/freeglut/include/GL/freeglut_std.h
90
- - ext/texplay/vendor/freeglut/include/GL/glut.h
91
- - ext/texplay/actions.c
92
- - ext/texplay/bindings.c
93
- - ext/texplay/cache.c
94
- - ext/texplay/graphics_utils.c
95
- - ext/texplay/texplay.c
96
- - ext/texplay/utils.c
65
+ - README.markdown
66
+ - Rakefile
97
67
  - examples/common.rb
98
68
  - examples/example_alpha_blend.rb
99
69
  - examples/example_bezier.rb
@@ -147,34 +117,54 @@ files:
147
117
  - examples/media/sand1.png
148
118
  - examples/media/sunset.png
149
119
  - examples/media/texplay.png
120
+ - ext/texplay/actions.c
121
+ - ext/texplay/actions.h
122
+ - ext/texplay/bindings.c
123
+ - ext/texplay/bindings.h
124
+ - ext/texplay/cache.c
125
+ - ext/texplay/cache.h
126
+ - ext/texplay/compat.h
127
+ - ext/texplay/extconf.rb
128
+ - ext/texplay/graphics_utils.c
129
+ - ext/texplay/graphics_utils.h
130
+ - ext/texplay/texplay.c
131
+ - ext/texplay/texplay.h
132
+ - ext/texplay/utils.c
133
+ - ext/texplay/utils.h
134
+ - ext/texplay/vendor/freeglut/include/GL/freeglut.h
135
+ - ext/texplay/vendor/freeglut/include/GL/freeglut_ext.h
136
+ - ext/texplay/vendor/freeglut/include/GL/freeglut_std.h
137
+ - ext/texplay/vendor/freeglut/include/GL/glut.h
138
+ - lib/texplay-contrib.rb
139
+ - lib/texplay.rb
140
+ - lib/texplay/alone.rb
141
+ - lib/texplay/c_function_docs.rb
142
+ - lib/texplay/live.rb
143
+ - lib/texplay/version.rb
144
+ - live/live.rb
150
145
  - test/image_spec.rb
151
146
  - test/texplay_spec.rb
152
- - live/live.rb
153
- - .gemtest
154
- - lib/texplay/1.8/texplay.so
155
- - lib/texplay/1.9/texplay.so
156
147
  homepage: http://banisterfiend.wordpress.com/2008/08/23/texplay-an-image-manipulation-tool-for-ruby-and-gosu/
157
148
  licenses: []
149
+ metadata: {}
158
150
  post_install_message:
159
151
  rdoc_options: []
160
152
  require_paths:
161
153
  - lib
162
154
  required_ruby_version: !ruby/object:Gem::Requirement
163
- none: false
164
155
  requirements:
165
- - - ! '>='
156
+ - - ">="
166
157
  - !ruby/object:Gem::Version
167
158
  version: '0'
168
159
  required_rubygems_version: !ruby/object:Gem::Requirement
169
- none: false
170
160
  requirements:
171
- - - ! '>='
161
+ - - ">"
172
162
  - !ruby/object:Gem::Version
173
- version: '0'
163
+ version: 1.3.1
174
164
  requirements: []
175
165
  rubyforge_project:
176
- rubygems_version: 1.8.24
166
+ rubygems_version: 2.2.2
177
167
  signing_key:
178
- specification_version: 3
168
+ specification_version: 4
179
169
  summary: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
180
170
  test_files: []
Binary file
Binary file