Rakefile in rmov-0.1.1 vs Rakefile in rmov-0.1.2
- old
+ new
@@ -1,9 +1,9 @@
require 'rubygems'
require 'rake'
require 'echoe'
-Echoe.new('rmov', '0.1.1') do |p|
+Echoe.new('rmov', '0.1.2') 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"