svmlightcli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 830c8582eaab0f2064f97b049efd69ff2353d1cf
4
- data.tar.gz: ecf1cd550f1d3e04e620ab5ff489f80fd7e924f4
3
+ metadata.gz: 726794e45a69187fa2afcc2c41bc8032f63d1622
4
+ data.tar.gz: 91805570e976ced65c5387d712dfc979bb31dc04
5
5
  SHA512:
6
- metadata.gz: 59c65f49306147e96709fc311db6bd5e817a204c7b279527081aa0fd83486d3d5103b5d983e6c400aee9b4300ff974e138ab6db7793229f7fd896b996a143bab
7
- data.tar.gz: 6c6f12dad4f373a2a5f0271e5e5ae615199a762efd42f5a535b529c04e525b327440cef4c283083d5093a3c04333936a4ed15716534317155562546a623cff41
6
+ metadata.gz: 211a621b61ea98ddf83c6366193ddb77120d1854437f1aca11e9372b70a3461a08059d5cb7575c94b0349ba1c2647dabb094f22c7bd4e93400bab9d4adf85642
7
+ data.tar.gz: c520a0dcfcc8d1208204962097d9d087f18e29dea46ea8af89f73dbbbc9f2e0ceed84b7984774588ed88aaf5e0168b230ff1f98931a3cc57db794099a1e5efb2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- svmlightcli (0.1.1)
4
+ svmlightcli (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bin/svm_classify CHANGED
@@ -18,6 +18,6 @@ gem 'svmlightcli', version
18
18
 
19
19
  # Now we don't want to just load the ruby bin file, we want to execute it
20
20
  # The reason is that it may not be necessarily a ruby file, could be native
21
- system(Gem.bin_path('svmlightcli', 'svm_classify_native', version))
21
+ system(Gem.bin_path('svmlightcli', 'svm_classify', version) + '_native')
22
22
  # Capture the exit status of the binary and exit with the same
23
23
  exit($?.exitstatus)
data/bin/svm_learn CHANGED
@@ -18,6 +18,6 @@ gem 'svmlightcli', version
18
18
 
19
19
  # Now we don't want to just load the ruby bin file, we want to execute it
20
20
  # The reason is that it may not be necessarily a ruby file, could be native
21
- system(Gem.bin_path('svmlightcli', 'svm_learn_native', version))
21
+ system(Gem.bin_path('svmlightcli', 'svm_learn', version) + '_native')
22
22
  # Capture the exit status of the binary and exit with the same
23
23
  exit($?.exitstatus)
@@ -1,3 +1,3 @@
1
1
  module Svmlightcli
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svmlightcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hossam Hammady
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-06 00:00:00.000000000 Z
11
+ date: 2017-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler