smarx / waz-cmd

Ruby-based command-line tool for the Windows Azure Service Management API
Microsoft Public License
11 stars 3 forks source link

Not installable on Linux #1

Open bergie opened 12 years ago

bergie commented 12 years ago

Running _ruby 1.8.7 (2010-08-16 patchlevel 302) [x8664-linux], I get:

$ sudo gem install waz-cmd
Building native extensions.  This could take a while...
ERROR:  While executing gem ... (NoMethodError)
    undefined method `call' for nil:NilClass
smarx commented 12 years ago

I think you need Ruby 1.9+. I should update the Gem with that requirement...

On Dec 16, 2011, at 1:46 AM, "Henri Bergius" reply@reply.github.com wrote:

Running _ruby 1.8.7 (2010-08-16 patchlevel 302) [x8664-linux], I get:

$ sudo gem install waz-cmd Building native extensions. This could take a while... ERROR: While executing gem ... (NoMethodError) undefined method `call' for nil:NilClass


Reply to this email directly or view it on GitHub: https://github.com/smarx/waz-cmd/issues/1