[Q] How to update to version 1.0.0

7 views
Skip to first unread message

NKTPRO

unread,
Feb 5, 2010, 4:41:13 AM2/5/10
to Juicer
Hi everyone,

As I checked on github (http://github.com/cjohansen/juicer) the latest
version of Juicer is 1.0.0-A2. However I can't seem to update my
current version of 0.2.6 to that new version. I did a "gem update
juicer" and got a "Nothing to update" message. The version stays
0.2.6.

Any help would be greatly appreciated!

P.S: An obvious solution is to compile it from source, yet I'm Ruby
noob so I have no idea how to do that. Anyone knows how please do give
advices.

Thanks!

MRoderick

unread,
Feb 10, 2010, 3:45:13 AM2/10/10
to Juicer
You basically have two options, you can build a gem yourself or you
can wait for Christian to build the 1.0.0 gem.

If you're not that comfortable with ruby and rubygems, I would
recommend you just wait it out a little, while I nag Christian to
finish the 1.0.0 release.

I am sure that new versions will be announced here.

/Morgan

Christian Johansen

unread,
Feb 10, 2010, 4:09:06 AM2/10/10
to juice...@googlegroups.com
It's basically ready, I have put off the release while waiting to do some more testing.
I guess we can just put it out there real soon :)

Christian
--
MVH
Christian

Ryan Parman

unread,
Feb 10, 2010, 9:47:57 AM2/10/10
to juice...@googlegroups.com
Here's what I use to compile the latest from source:

sudo gem install jeweler && \
mkdir -p ~/source && \
cd ~/source && \
sudo rm -Rf ~/source/juicer && \
sudo rm -Rf ~/.juicer && \
cd ~/source/juicer && \
sudo rake build install && \
sudo juicer install yui_compressor && \
sudo juicer install closure_compiler && \
sudo juicer install jslint;

Hope this helps! :)

--
Ryan Parman




Christian Johansen

unread,
Feb 11, 2010, 4:05:27 AM2/11/10
to juice...@googlegroups.com
With the new version you don't need to wipe ~/.juicer. Just re-run juicer install and it will install only if new versions of YUI and the others are available.

Christian
--
MVH
Christian
Reply all
Reply to author
Forward
0 new messages