summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2016-09-23 18:37:50 +0300
committerFlorian Frank <flori@ping.de>2016-09-23 19:38:00 +0300
commit1d00c8da715eec2e56e2602b001c28f33c32c046 (patch)
tree635555280cd0cc645d71937efa284124e9c2983c /Rakefile
parent8c7eb9e93916f2d863fc9ead9422427e243a5956 (diff)
downloadjson-parsing-numbers-with-specified-number-classes.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f10f366..b2ee69d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -251,7 +251,7 @@ if defined?(RUBY_ENGINE) and RUBY_ENGINE == 'jruby'
desc "Package the jruby gem"
task :jruby_gem => :create_jar do
- sh 'gem build json-java.gemspec'
+ sh 'gem build java/json-java.gemspec'
mkdir_p 'pkg'
mv "json-#{PKG_VERSION}-java.gem", 'pkg'
end