sender 1.5.8 → 1.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/sender/extconf.rb +1 -1
  2. metadata +3 -3
@@ -10,7 +10,7 @@ required_core_headers = [ "vm_core.h",
10
10
  "eval_intern.h",
11
11
  "version.h" ]
12
12
 
13
- default_cflags = "-march=x86-64 -gfull -fcatch-undefined-behavior -fno-common -fsigned-char -pipe"
13
+ default_cflags = "-march=x86-64 -g -fno-common -fsigned-char -pipe"
14
14
 
15
15
  # Create our makefile from sources
16
16
  if ensure_core_headers( required_core_headers )
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 8
9
- version: 1.5.8
8
+ - 9
9
+ version: 1.5.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Asher
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-02-12 00:00:00 -05:00
17
+ date: 2011-02-23 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency