seanbehan / videojs_rails

Video JS for Rails 3.1 Asset Pipeline
91 stars 71 forks source link

VideoJS 4.5.0 is available #9

Closed skkeeper closed 10 years ago

skkeeper commented 10 years ago

It seems to be a stable, non code breaking release so if you would be so kind as to update the gem to it I'm sure a lot of people would be happy (myself included).

Release post: http://blog.videojs.com/post/80918861872/video-js-version-4-5-0-released-nothing-to-see-here

Thanks for your hard work making this

kreeger commented 10 years ago

@skkeeper Thanks for the heads-up. Looks like they've released v4.5.0, 4.5.1, and 4.5.2 in the span of a few weeks, so I'll get those updated.

kreeger commented 10 years ago

@skkeeper All set! I've got the repo tagged, but I'm waiting on RubyGems access to get the gem updated on there. In the meantime, you should be able to point your Gemfile to use this repo directly, along with the tag.

gem 'videojs_rails', github: 'seanbehan/videojs_rails', tag: 'v4.5.2'

You can substitute the tag value for any of the recently-pushed tags.

kreeger commented 10 years ago

@skkeeper I've tagged and pushed all of the appropriate versions to RubyGems.org now, so you're good to go without having to point to github: in your Gemfile. Just point to 4.5.2 as your gem's version and you're all set.

skkeeper commented 10 years ago

Thanks sir for the prompt reply :)