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 +4 -4
- data/Gemfile.lock +1 -1
- data/bin/svm_classify +1 -1
- data/bin/svm_learn +1 -1
- data/lib/svmlightcli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 726794e45a69187fa2afcc2c41bc8032f63d1622
|
|
4
|
+
data.tar.gz: 91805570e976ced65c5387d712dfc979bb31dc04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 211a621b61ea98ddf83c6366193ddb77120d1854437f1aca11e9372b70a3461a08059d5cb7575c94b0349ba1c2647dabb094f22c7bd4e93400bab9d4adf85642
|
|
7
|
+
data.tar.gz: c520a0dcfcc8d1208204962097d9d087f18e29dea46ea8af89f73dbbbc9f2e0ceed84b7984774588ed88aaf5e0168b230ff1f98931a3cc57db794099a1e5efb2
|
data/Gemfile.lock
CHANGED
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', '
|
|
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', '
|
|
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)
|
data/lib/svmlightcli/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|