thera 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/extconf.rb +1 -1
  2. data/thera.gemspec +1 -1
  3. metadata +3 -3
data/ext/extconf.rb CHANGED
@@ -15,7 +15,7 @@ Dir.chdir(quarry_dir) do
15
15
  `make -f Makefile.osx clean`
16
16
  `make -f Makefile.osx`
17
17
  else
18
- cflags += ' -std=g++0x -Wno-multichar -frtti'
18
+ cflags += ' -std=gnu++0x -Wno-multichar -frtti'
19
19
  puts "Compiling quarry (linux mode)"
20
20
  `make -f Makefile.linux clean`
21
21
  `make -f Makefile.linux`
data/thera.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.description = "C++ Data Mining Library for Ruby"
10
10
  s.email = "me@willcannings.com"
11
11
  s.authors = ["Will Cannings"]
12
- s.version = '0.0.5'
12
+ s.version = '0.0.6'
13
13
  s.extensions = ["ext/extconf.rb"]
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thera
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-13 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rice
16
- requirement: &70358172322420 !ruby/object:Gem::Requirement
16
+ requirement: &70149523474660 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70358172322420
24
+ version_requirements: *70149523474660
25
25
  description: C++ Data Mining Library for Ruby
26
26
  email: me@willcannings.com
27
27
  executables: []