cwords 0.1.7-jruby → 0.1.8-jruby

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.
Files changed (2) hide show
  1. data/bin/cwords_mkdb +0 -1
  2. metadata +2 -2
data/bin/cwords_mkdb CHANGED
@@ -13,5 +13,4 @@ argv = ARGV.select{|x| not x=~ /^M=\w+$/}.join(' ')
13
13
  puts "Starting cwords_mkdb with max heap size " + mem + " ...\n"
14
14
 
15
15
  cmd = "jruby --server --fast -J-Xmx#{mem} " + scriptdir + "cwords_mkdb.rb " + argv
16
- puts cmd
17
16
  exec cmd
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: jruby
11
11
  authors:
12
12
  - Anders Jacobsen