Rakefile in rmov-0.1.4 vs Rakefile in rmov-0.1.5

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('rmov', '0.1.4') do |p| +Echoe.new('rmov', '0.1.5') do |p| p.summary = "Ruby wrapper for the QuickTime C API." p.description = "Ruby wrapper for the QuickTime C API." p.url = "http://github.com/ryanb/rmov" p.author = 'Ryan Bates' p.email = "ryan (at) railscasts (dot) com"