cdnjs-command
cdnjs-command copied to clipboard
Command line helper for cdnjs.com
for example in this moment when i write $ cdnjs h jquery it prints the latest version: it should have a option or modifier if you wrote something like $...
I get the following error when i try to run `cdnjs list`: ``` /Library/Ruby/Gems/1.8/gems/cdnjs-command-0.0.6/lib/cdnjs_command/package.rb:40:in `fetch': undefined method `force_encoding' for # (NoMethodError) from /Library/Ruby/Gems/1.8/gems/cdnjs-command-0.0.6/lib/cdnjs_command/package.rb:32:in `all' from /Library/Ruby/Gems/1.8/gems/cdnjs-command-0.0.6/bin/cdnjs:23 from /usr/bin/cdnjs:19:in `load' from...
You probably need to add s.executables = ["cdnjs"] line to gemspec