Rakefile in web_video-1.1.2 vs Rakefile in web_video-1.2.0
- old
+ new
@@ -20,24 +20,5 @@
rdoc.title = 'WebVideo'
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('lib/**/*.rb')
end
-
-begin
- require 'jeweler'
- Jeweler::Tasks.new do |gemspec|
- gemspec.name = "web_video"
- gemspec.version = WebVideo::VERSION.dup
- gemspec.summary = "WebVideo allows you to inspect and process video files"
- gemspec.description = "WebVideo allows you to inspect, convert and take screenshots from video files"
- gemspec.email = "galeta.igor@gmail.com"
- gemspec.homepage = "http://github.com/galetahub/web_video"
- gemspec.authors = ["Igor Galeta"]
- gemspec.files = FileList["[A-Z]*", "{lib, test}/**/*"]
- gemspec.rubyforge_project = "web_video"
- end
-
- Jeweler::GemcutterTasks.new
-rescue LoadError
- puts "Jeweler not available. Install it with: gem install jeweler"
-end