buncher 1.0.6 → 1.0.7

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/buncher/extconf.rb +1 -0
  2. data/lib/buncher.rb +1 -1
  3. metadata +1 -1
@@ -4,6 +4,7 @@ require 'mkmf'
4
4
  # Give it a name
5
5
  extension_name = 'buncher'
6
6
 
7
+ self.class::CONFIG['CXX'] = "#{self.class::CONFIG['CXX']} -std=gnu++0x"
7
8
  # The destination
8
9
  dir_config(extension_name)
9
10
  # Do the work
data/lib/buncher.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  require 'buncher/buncher'
2
2
  module Buncher
3
- VERSION = "1.0.6"
3
+ VERSION = "1.0.7"
4
4
  # your cluster needs to look like this. Make a bunch of them and pass them in. It's ok to pass in empty elements to start.
5
5
  class Cluster
6
6
  attr_accessor :elements
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: buncher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: