chipmunk 5.2.0 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -33,6 +33,9 @@ task :compile => :clean
33
33
  # end
34
34
 
35
35
 
36
+
37
+
38
+
36
39
  spec = Gem::Specification.new do |s|
37
40
  apply_spec_defaults(s)
38
41
  s.platform = Gem::Platform::RUBY
@@ -30,5 +30,6 @@ end
30
30
 
31
31
  $CFLAGS += ' -std=gnu99 -ffast-math'
32
32
  $CFLAGS += ' -Iinclude/chipmunk/'
33
+ $CFLAGS += ' -DNDEBUG'
33
34
  create_makefile('chipmunk')
34
35
 
@@ -1,3 +1,3 @@
1
1
  module Chipmunk
2
- VERSION = "5.2.0"
2
+ VERSION = "5.2.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chipmunk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 5
8
8
  - 2
9
- - 0
10
- version: 5.2.0
9
+ - 1
10
+ version: 5.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Lembcke, Beoran, John Mair (banisterfiend)