tmm1 / http_parser.rb

simple callback-based HTTP request/response parser
MIT License
200 stars 43 forks source link

Could not find a valid gem 'http_parser' (= 0.6.0) in any repository #50

Closed mariusa closed 3 years ago

mariusa commented 7 years ago

On Fedora 26

gem install http_parser 

installs version 0.1.3

Trying to force doesn't work:

# gem install http_parser -v 0.6.0
ERROR:  Could not find a valid gem 'http_parser' (= 0.6.0) in any repository
FlowerWrong commented 7 years ago

gem install http_parser.rb

banavasi commented 6 years ago

Even though you install gem its throwing error saying cannot install the gem

ashie commented 3 years ago

gem install http_parser.rb

It's the answer.