texplay 0.2.960-i386-mingw32 → 0.2.965-i386-mingw32
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/CHANGELOG +4 -0
- data/README.markdown +1 -1
- data/Rakefile +21 -21
- data/lib/1.8/texplay.so +0 -0
- data/lib/1.9/texplay.so +0 -0
- data/lib/texplay/version.rb +1 -1
- metadata +11 -5
- data/examples/media/Thumbs.db +0 -0
data/CHANGELOG
CHANGED
data/README.markdown
CHANGED
data/Rakefile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
require 'rake/clean'
|
3
3
|
require 'rake/gempackagetask'
|
4
|
-
require 'rake/extensiontask'
|
4
|
+
#require 'rake/extensiontask'
|
5
5
|
|
6
6
|
# get the texplay version
|
7
7
|
require 'lib/texplay/version'
|
@@ -11,32 +11,32 @@ $dlext = Config::CONFIG['DLEXT']
|
|
11
11
|
CLEAN.include("ext/**/*.#{$dlext}", "ext/**/*.log", "ext/**/*.o", "ext/**/*~", "ext/**/*#*", "ext/**/*.obj", "ext/**/*.def", "ext/**/*.pdb")
|
12
12
|
CLOBBER.include("**/*.#{$dlext}", "**/*~", "**/*#*", "**/*.log", "**/*.o")
|
13
13
|
|
14
|
-
specification = Gem::Specification.new do |s|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
14
|
+
# specification = Gem::Specification.new do |s|
|
15
|
+
# s.name = "texplay"
|
16
|
+
# s.summary = "TexPlay is a light-weight image manipulation framework for Ruby and Gosu"
|
17
|
+
# s.version = TexPlay::VERSION
|
18
|
+
# s.date = Time.now.strftime '%Y-%m-%d'
|
19
|
+
# s.author = "John Mair (banisterfiend)"
|
20
|
+
# s.email = 'jrmair@gmail.com'
|
21
|
+
# s.description = s.summary
|
22
|
+
# s.require_path = 'lib'
|
23
|
+
# s.add_dependency("gosu",">=0.7.20")
|
24
|
+
# s.platform = Gem::Platform::RUBY
|
25
|
+
# s.homepage = "http://banisterfiend.wordpress.com/2008/08/23/texplay-an-image-manipulation-tool-for-ruby-and-gosu/"
|
26
|
+
# s.has_rdoc = false
|
27
27
|
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
end
|
28
|
+
# s.extensions = ["ext/texplay/extconf.rb"]
|
29
|
+
# s.files = ["Rakefile", "README.markdown", "CHANGELOG",
|
30
|
+
# "lib/texplay.rb", "lib/texplay-contrib.rb", "lib/texplay/version.rb"] +
|
31
|
+
# FileList["ext/**/extconf.rb", "ext/**/*.h", "ext/**/*.c", "examples/*.rb", "examples/media/*"].to_a
|
32
|
+
# end
|
33
33
|
|
34
|
-
Rake::ExtensionTask.new('texplay', specification) do |ext|
|
34
|
+
#Rake::ExtensionTask.new('texplay', specification) do |ext|
|
35
35
|
# ext.config_script = 'extconf.rb'
|
36
36
|
# ext.cross_compile = true
|
37
37
|
#ext.cross_platform = 'i386-mswin32'
|
38
38
|
# ext.platform = 'i386-mswin32'
|
39
|
-
end
|
39
|
+
#end
|
40
40
|
|
41
41
|
|
42
42
|
#comment this when want to build normal gems.
|
data/lib/1.8/texplay.so
CHANGED
Binary file
|
data/lib/1.9/texplay.so
CHANGED
Binary file
|
data/lib/texplay/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: texplay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 1949
|
4
5
|
prerelease: false
|
5
6
|
segments:
|
6
7
|
- 0
|
7
8
|
- 2
|
8
|
-
-
|
9
|
-
version: 0.2.
|
9
|
+
- 965
|
10
|
+
version: 0.2.965
|
10
11
|
platform: i386-mingw32
|
11
12
|
authors:
|
12
13
|
- John Mair (banisterfiend)
|
@@ -14,16 +15,18 @@ autorequire:
|
|
14
15
|
bindir: bin
|
15
16
|
cert_chain: []
|
16
17
|
|
17
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-16 00:00:00 +12:00
|
18
19
|
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: gosu
|
22
23
|
prerelease: false
|
23
24
|
requirement: &id001 !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
24
26
|
requirements:
|
25
27
|
- - ">="
|
26
28
|
- !ruby/object:Gem::Version
|
29
|
+
hash: 43
|
27
30
|
segments:
|
28
31
|
- 0
|
29
32
|
- 7
|
@@ -91,7 +94,6 @@ files:
|
|
91
94
|
- examples/media/sand1.png
|
92
95
|
- examples/media/sunset.png
|
93
96
|
- examples/media/texplay.png
|
94
|
-
- examples/media/Thumbs.db
|
95
97
|
has_rdoc: true
|
96
98
|
homepage: http://banisterfiend.wordpress.com/2008/08/23/texplay-an-image-manipulation-tool-for-ruby-and-gosu/
|
97
99
|
licenses: []
|
@@ -102,23 +104,27 @@ rdoc_options: []
|
|
102
104
|
require_paths:
|
103
105
|
- lib
|
104
106
|
required_ruby_version: !ruby/object:Gem::Requirement
|
107
|
+
none: false
|
105
108
|
requirements:
|
106
109
|
- - ">="
|
107
110
|
- !ruby/object:Gem::Version
|
111
|
+
hash: 3
|
108
112
|
segments:
|
109
113
|
- 0
|
110
114
|
version: "0"
|
111
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
none: false
|
112
117
|
requirements:
|
113
118
|
- - ">="
|
114
119
|
- !ruby/object:Gem::Version
|
120
|
+
hash: 3
|
115
121
|
segments:
|
116
122
|
- 0
|
117
123
|
version: "0"
|
118
124
|
requirements: []
|
119
125
|
|
120
126
|
rubyforge_project:
|
121
|
-
rubygems_version: 1.3.
|
127
|
+
rubygems_version: 1.3.7
|
122
128
|
signing_key:
|
123
129
|
specification_version: 3
|
124
130
|
summary: TexPlay is a light-weight image manipulation framework for Ruby and Gosu
|
data/examples/media/Thumbs.db
DELETED
Binary file
|