kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Gemspec error while installing from master #216

Closed bodrovis closed 10 years ago

bodrovis commented 10 years ago

I tried to install this gem from master branch, but got this error:

syntax error, unexpected <<, expecting keyword_end
<<<<<<< HEAD
  ^
P:/Ruby/lib/ruby/gems/2.0.0/bundler/gems/youtube_it-58b40e46997f/youtube_it.gems
pec:27:
syntax error, unexpected ===, expecting keyword_end
=======
   ^

This is because of the merging, I believe, here is the line that needs fixing: https://github.com/kylejginavan/youtube_it/blob/master/youtube_it.gemspec#L24

bodrovis commented 10 years ago

Anyways, here is the PR https://github.com/kylejginavan/youtube_it/pull/217