Rakefile in one-k-rmov-0.2.7 vs Rakefile in one-k-rmov-0.2.8

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('rmov', '0.2.7') do |p| +Echoe.new('rmov', '0.2.8') do |p| p.summary = "Ruby wrapper for the QuickTime C API." p.description = "Ruby wrapper for the QuickTime C API. Updates by 1K include exposing some movie properties such as codec and audio channel descriptions" p.url = "http://github.com/one-k/rmov" p.author = 'Ryan Bates, with updates by 1K Studios, LLC' p.email = "ryan (at) railscasts (dot) com"