ashton 0.1.1 → 0.1.2
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/ext/ashton/extconf.rb +3 -3
- data/lib/ashton/version.rb +1 -1
- metadata +3 -4
- data/lib/ashton/1.9/ashton.so +0 -0
data/ext/ashton/extconf.rb
CHANGED
|
@@ -26,7 +26,7 @@ case RUBY_PLATFORM
|
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
# 1.9 compatibility
|
|
29
|
-
$CFLAGS << ' -DRUBY_19'
|
|
29
|
+
$CFLAGS << ' -DRUBY_19'
|
|
30
30
|
|
|
31
31
|
# let's use a nicer C (rather than C90)
|
|
32
32
|
$CFLAGS << " -std=gnu99"
|
|
@@ -36,9 +36,9 @@ $CFLAGS << " -std=gnu99"
|
|
|
36
36
|
|
|
37
37
|
if $warnflags
|
|
38
38
|
# Stop getting annoying warnings for valid C99 code.
|
|
39
|
-
$warnflags.gsub!('-Wdeclaration-after-statement', '')
|
|
39
|
+
$warnflags.gsub!('-Wdeclaration-after-statement', '')
|
|
40
40
|
# Let's be good boys and girls!
|
|
41
|
-
$warnflags << ' -Wall'
|
|
41
|
+
$warnflags << ' -Wall'
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
create_header
|
data/lib/ashton/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ashton
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-04-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: opengl
|
|
@@ -190,7 +190,6 @@ files:
|
|
|
190
190
|
- lib/ashton/signed_distance_field.rb
|
|
191
191
|
- lib/ashton/lighting/manager.rb
|
|
192
192
|
- lib/ashton/lighting/light_source.rb
|
|
193
|
-
- lib/ashton/1.9/ashton.so
|
|
194
193
|
- lib/ashton/gosu_ext/image.rb
|
|
195
194
|
- lib/ashton/gosu_ext/gosu_module.rb
|
|
196
195
|
- lib/ashton/gosu_ext/font.rb
|
|
@@ -312,7 +311,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
312
311
|
version: '0'
|
|
313
312
|
segments:
|
|
314
313
|
- 0
|
|
315
|
-
hash: -
|
|
314
|
+
hash: -285802949019105287
|
|
316
315
|
requirements: []
|
|
317
316
|
rubyforge_project: ashton
|
|
318
317
|
rubygems_version: 1.8.23
|
data/lib/ashton/1.9/ashton.so
DELETED
|
Binary file
|