Paul Klumpp cd873bce75 bundle install --deployment | před 12 roky | |
---|---|---|
.. | ||
data | před 12 roky | |
diagrams | před 12 roky | |
ext | před 12 roky | |
java | před 12 roky | |
lib | před 12 roky | |
tests | před 12 roky | |
tools | před 12 roky | |
.gitignore | před 12 roky | |
.travis.yml | před 12 roky | |
CHANGES | před 12 roky | |
COPYING | před 12 roky | |
COPYING-json-jruby | před 12 roky | |
GPL | před 12 roky | |
Gemfile | před 12 roky | |
README-json-jruby.markdown | před 12 roky | |
README.rdoc | před 12 roky | |
Rakefile | před 12 roky | |
TODO | před 12 roky | |
VERSION | před 12 roky | |
install.rb | před 12 roky | |
json-java.gemspec | před 12 roky | |
json.gemspec | před 12 roky | |
json_pure.gemspec | před 12 roky |
JSON-JRuby is a port of Florian Frank's native
json
library to JRuby.
It aims to be a perfect drop-in replacement for json_pure
.
The latest version is available from the Git repository:
git clone git://github.com/mernen/json-jruby.git
You'll need JRuby version 1.2 or greater to build JSON-JRuby.
Its path must be set on the jruby.dir
property of
nbproject/project.properties
(defaults to ../jruby
).
Additionally, you'll need Ant, and Ragel 6.4 or greater.
Then, from the folder where the sources are located, type:
ant clean jar
to clean any leftovers from previous builds and generate the .jar
files.
To generate a RubyGem, specify the gem
action rather than jar
.