Sha256: 65456de68a75ed0e7e8fe9e6c4a422fb4278c52834d2c5078e8206144e57a185
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' 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" p.ignore_pattern = ["script/*", "tmp/*", "spec/output/*", "**/*.o", "**/*.bundle", "**/*.mov"] p.extensions = ["ext/extconf.rb"] p.development_dependencies = [] end Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each { |ext| load ext }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
one-k-rmov-0.2.3 | Rakefile |