Instantly share code, notes, and snippets.

Embed
What would you like to do?
Gem found matching: mocha (>= 0)
Gem found, but funky: shoulda (>= 0) (Unable to activate activesupport-4.0.0, because minitest-5.0.8 conflicts with minitest (~> 4.2))
Gem found matching: rspec (>= 0)
Gem found matching: insist (= 1.0.0)
Gem found, but funky: rumbster (>= 0) (Unable to activate rumbster-1.1.1, because mail-2.5.4 conflicts with mail (= 2.5.3))
#@GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= java -jar vendor/jar/jruby-complete-1.7.4.jar --1.9 -S gem uninstal l json -v 1.6.5
INFO: gem "addressable" is not installed
#@GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= java -jar vendor/jar/jruby-complete-1.7.4.jar --1.9 -S gem uninstal l ffi -v 1.3.1
rm -rf vendor/bundle/jruby/1.9/gems/riak-client-1.0.3/pkg
rm -rf vendor/bundle/jruby/1.9/gems/*/spec vendor/bundle/jruby/1.9/gems/*/test
touch vendor/bundle
mkdir build/flatgems
for i in vendor/bundle/jruby/1.9/gems/*/lib vendor/bundle/jruby/1.9/gems/*/data; do \
rsync -a $i/ build/flatgems/$(basename $i) ; \
done
#@rsync -a vendor/bundle/jruby/1.9/gems/sys-uname-*/lib/unix/ build/flatgems/lib
xargs: jar: No such file or directory
make: *** [build/monolith] Error 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment