cjohansen / juicer

A command line tool for JavaScript and CSS developers
630 stars 47 forks source link

fails to install yui_compressor #9

Closed grimen closed 14 years ago

grimen commented 15 years ago
$ juicer install yui_compressor
/opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/install/yui_compressor_installer.rb:62:in `latest': undefined method `get_attribute' for nil:NilClass (NoMethodError)
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/command/install.rb:55:in `version'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/command/install.rb:40:in `execute'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/command/install.rb:37:in `each'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/command/install.rb:37:in `execute'
    from /opt/local/lib/ruby/gems/1.8/gems/cmdparse-2.0.2/lib/cmdparse.rb:438:in `parse'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/cli.rb:27:in `parse'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/lib/juicer/cli.rb:37:in `run'
    from /opt/local/lib/ruby/gems/1.8/gems/cjohansen-juicer-0.2.5/bin/juicer:8
    from /opt/local/bin/juicer:19:in `load'
    from /opt/local/bin/juicer:19
cjohansen commented 15 years ago

Possibly a network issue? Could you try again?

grimen commented 15 years ago

No, same.

cjohansen commented 15 years ago

Could you try from master? I've replaced Hpricot with Nokogiri, but it shouldn't matter. It works here. Also, try to wget the URL manually, see what you get.

grimen commented 15 years ago

The master gemspec is invalid - looked for files that don't exist. Everything works fine after re-generating gemspec and build/install the gem. =)

cjohansen commented 14 years ago

Closing this