summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
parentc9fc0f047b11497bb30c75880a9f5af7698d350b (diff)
downloadjson-27eeabf4c9a4916adf5a42554bfa451034653167.tar.gz
Back-out change of directory of json-java.gemspec.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 747bc71..64f98d6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
case ENV['JSON']
when 'ext', nil
if ENV['RUBY_ENGINE'] == 'jruby'
- gemspec :name => 'json', :path => 'java'
+ gemspec :name => 'json-java'
else
gemspec :name => 'json'
end