Rakefile in one-k-rmov-0.2.2 vs Rakefile in one-k-rmov-0.2.3

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('rmov', '0.2.2') do |p| +Echoe.new('rmov', '0.2.3') 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/ryanb/rmov" p.author = 'Ryan Bates, with updates by 1K Studios, LLC' p.email = "ryan (at) railscasts (dot) com"