ashbb / green_shoes

Green Shoes is one of the colorful Shoes written in pure Ruby.
Other
204 stars 37 forks source link

Error video sample #84

Open zotherstupidguy opened 9 years ago

zotherstupidguy commented 9 years ago

The given video sample doesn't work on my ubuntu machine https://ashbb.github.io/green_shoes/Video.html

/home/zotherstupidguy/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/green_shoes-1.1.374/lib/plugins/video.rb:104:in `require': cannot load such file -- gst (LoadError)
    from /home/zotherstupidguy/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/green_shoes-1.1.374/lib/plugins/video.rb:104:in `video'
    from video.rb:6:in `block in <main>'
    from /home/zotherstupidguy/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/green_shoes-1.1.374/lib/shoes/main.rb:98:in `instance_eval'
    from /home/zotherstupidguy/.rbenv/versions/2.2.1/lib/ruby/gems/2.2.0/gems/green_shoes-1.1.374/lib/shoes/main.rb:98:in `app'
    from video.rb:3:in `<main>'

Is it ruby version issue?