buncher 1.0.9 → 1.0.10

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
@@ -8,4 +8,4 @@ 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
11
- create_makefile(extension_name)
11
+ create_makefile('buncher/buncher')
@@ -1,6 +1,6 @@
1
1
  require 'buncher/buncher'
2
2
  module Buncher
3
- VERSION = "1.0.9"
3
+ VERSION = "1.0.10"
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.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: