svmlightcli 0.1.2 → 0.1.3

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: 726794e45a69187fa2afcc2c41bc8032f63d1622
4
- data.tar.gz: 91805570e976ced65c5387d712dfc979bb31dc04
3
+ metadata.gz: 52ef4a9b216670a3d9f086ec4425b8cd398d6209
4
+ data.tar.gz: bb132a3e5fedb573d37430fac660c4b7a8bf3dd9
5
5
  SHA512:
6
- metadata.gz: 211a621b61ea98ddf83c6366193ddb77120d1854437f1aca11e9372b70a3461a08059d5cb7575c94b0349ba1c2647dabb094f22c7bd4e93400bab9d4adf85642
7
- data.tar.gz: c520a0dcfcc8d1208204962097d9d087f18e29dea46ea8af89f73dbbbc9f2e0ceed84b7984774588ed88aaf5e0168b230ff1f98931a3cc57db794099a1e5efb2
6
+ metadata.gz: dcd3eb2643627486247e5d519bb1d7c60cc00b1abcdf210b62e41083d97bfec7a9251c60f9c0d97bf3dc005f2c8993043fdb2ac86dc11af52f818ad8e700f682
7
+ data.tar.gz: c0ef6b35824bdfbaad1ecf6b3c5192ee4759ba9e5af852659823d45db7e76b6574ac6789489d70338fa2296d46cd59f51c6b1c98be2489d5d5c2c9579fe77888
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- svmlightcli (0.1.2)
4
+ svmlightcli (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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', version) + '_native')
21
+ system(Gem.bin_path('svmlightcli', 'svm_classify', version) + '_native', *ARGV)
22
22
  # Capture the exit status of the binary and exit with the same
23
23
  exit($?.exitstatus)
@@ -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', version) + '_native')
21
+ system(Gem.bin_path('svmlightcli', 'svm_learn', version) + '_native', *ARGV)
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.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svmlightcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hossam Hammady