summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorXuân Baldauf <xuan--2016--json--xb--github.com@software.baldauf.org>2017-03-27 19:57:40 +0200
committerXuân Baldauf <xuan--2016--json--xb--github.com@software.baldauf.org>2017-03-27 19:57:40 +0200
commit27eeabf4c9a4916adf5a42554bfa451034653167 (patch)
tree204920e772c964202032c5006bcdcaf06c89138b /Rakefile
parentc9fc0f047b11497bb30c75880a9f5af7698d350b (diff)
downloadjson-27eeabf4c9a4916adf5a42554bfa451034653167.tar.gz
Back-out change of directory of json-java.gemspec.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 017d14a..c6c195f 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 java/json.gemspec'
+ sh 'gem build json-java.gemspec'
mkdir_p 'pkg'
mv "json-#{PKG_VERSION}-java.gem", 'pkg'
end