Paul Klumpp cd873bce75 bundle install --deployment 12 gadi atpakaļ
..
data cd873bce75 bundle install --deployment 12 gadi atpakaļ
diagrams cd873bce75 bundle install --deployment 12 gadi atpakaļ
ext cd873bce75 bundle install --deployment 12 gadi atpakaļ
java cd873bce75 bundle install --deployment 12 gadi atpakaļ
lib cd873bce75 bundle install --deployment 12 gadi atpakaļ
tests cd873bce75 bundle install --deployment 12 gadi atpakaļ
tools cd873bce75 bundle install --deployment 12 gadi atpakaļ
.gitignore cd873bce75 bundle install --deployment 12 gadi atpakaļ
.travis.yml cd873bce75 bundle install --deployment 12 gadi atpakaļ
CHANGES cd873bce75 bundle install --deployment 12 gadi atpakaļ
COPYING cd873bce75 bundle install --deployment 12 gadi atpakaļ
COPYING-json-jruby cd873bce75 bundle install --deployment 12 gadi atpakaļ
GPL cd873bce75 bundle install --deployment 12 gadi atpakaļ
Gemfile cd873bce75 bundle install --deployment 12 gadi atpakaļ
README-json-jruby.markdown cd873bce75 bundle install --deployment 12 gadi atpakaļ
README.rdoc cd873bce75 bundle install --deployment 12 gadi atpakaļ
Rakefile cd873bce75 bundle install --deployment 12 gadi atpakaļ
TODO cd873bce75 bundle install --deployment 12 gadi atpakaļ
VERSION cd873bce75 bundle install --deployment 12 gadi atpakaļ
install.rb cd873bce75 bundle install --deployment 12 gadi atpakaļ
json-java.gemspec cd873bce75 bundle install --deployment 12 gadi atpakaļ
json.gemspec cd873bce75 bundle install --deployment 12 gadi atpakaļ
json_pure.gemspec cd873bce75 bundle install --deployment 12 gadi atpakaļ

README-json-jruby.markdown

JSON-JRuby

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.

Development version

The latest version is available from the Git repository:

git clone git://github.com/mernen/json-jruby.git

Compiling

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.