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.
@@ -26,7 +26,7 @@ case RUBY_PLATFORM
26
26
  end
27
27
 
28
28
  # 1.9 compatibility
29
- $CFLAGS << ' -DRUBY_19' if RUBY_VERSION =~ /^1.9/
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
@@ -1,3 +1,3 @@
1
1
  module Ashton
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
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.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-02-13 00:00:00.000000000 Z
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: -2896810870872713965
314
+ hash: -285802949019105287
316
315
  requirements: []
317
316
  rubyforge_project: ashton
318
317
  rubygems_version: 1.8.23
Binary file