xcellus 1.2 → 1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 78dc25b767c41c977eb969e4f192dd70dfa5a8f2
4
- data.tar.gz: db542eb69137904a628176b5042f78904cf51f74
3
+ metadata.gz: 468eb3b4eb16f051d2d75fcf6093402f0523ede7
4
+ data.tar.gz: 5f522f363809f1b79109ad6a2312bbe61c7dc957
5
5
  SHA512:
6
- metadata.gz: e7d868d60d5be842c60e7ab0145b1b9ded4d7a5cd83fb5a5921af965bfb7cfeebd8c83e939679e658a01a3243c6e94ea96476d128681d6652ef33b5978a29d69
7
- data.tar.gz: cee5f648d9b07a86cefcd01538ebc0182b4ab27cc1ec45d65e25891ec6179244ca259a883c1d646c6533ff3f8257a6c4ac2b42120c3186191a2e1217d4b9027a
6
+ metadata.gz: 842c116f362086f0aeca436aa440d9afe7bb541f411e0fe65137919b77c6be7d9a66da1c477b04488fdc8ae9b62eb08e34bbfe675c15421dcf8555180cd48e06
7
+ data.tar.gz: 9ae0777107a9eb8921f9c7a64f173abbde547cff1be9dc8634f5c2df038d56a214006c631f854b50bcf4fa838c9592aadb05693d886fab7c546e44ded7ca861d
@@ -10,5 +10,5 @@ bindings = "xcbindings-#{target_platform}-amd64"
10
10
 
11
11
  dir_config(extension_name)
12
12
  dir_config(bindings, '$(srcdir)/../../bin', '$(srcdir)/../../bin')
13
- $LDFLAGS << " -l#{bindings} -Wl,-rpath,./../../bin -Wl,-rpath,./../bin"
13
+ $LDFLAGS << " -l#{bindings} -Wl,-rpath,./../bin"
14
14
  create_makefile(extension_name)
data/lib/xcellus.rb CHANGED
@@ -3,7 +3,7 @@ require File.expand_path('../xcellus_bin', __FILE__)
3
3
  require 'json'
4
4
 
5
5
  module Xcellus
6
- VERSION = '0.1.2'.freeze
6
+ VERSION = '1.3'.freeze
7
7
 
8
8
  class << self
9
9
  def transform(input)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcellus
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Gama