buncher 1.0.7 → 1.0.8

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 -1
  2. data/lib/buncher.rb +1 -1
  3. metadata +1 -1
@@ -4,7 +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
+ self.class::CONFIG['CXX'] = "#{self.class::CONFIG['CXX']} -std=c++11"
8
8
  # The destination
9
9
  dir_config(extension_name)
10
10
  # Do the work
@@ -1,6 +1,6 @@
1
1
  require 'buncher/buncher'
2
2
  module Buncher
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
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.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: