Sha256: c44d50a49694d11c3416d2c2d4adbb53c95e982e5cd1f1909ab2ba3e7fc319fe
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
require 'rake' begin require "jeweler" Jeweler::Tasks.new do |s| s.name = "ruby-imdb" s.summary = "Ruby IMDB Parsing Library" s.description = s.summary s.email = "yalcin@webliyacelebi.com" s.homepage = "http://github.com/yalcin/ruby-imdb" s.authors = ["Yalcin Acikyildiz"] s.files = FileList["[A-Za-z]*", "{lib,features}/**/*", ".gitignore"] s.add_dependency "bundler" s.add_dependency "nokogiri" end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ruby-imdb-0.2.2 | Rakefile |
ruby-imdb-0.1.2 | Rakefile |
ruby-imdb-0.1.0 | Rakefile |
ruby-imdb-0.0.3 | Rakefile |