Sha256: eb9cd2ca76749d82f8c9c5eccfca82b2cd76497f91cfbdc9ed4200623e4190fe
Contents?: true
Size: 644 Bytes
Versions: 3
Compression:
Stored size: 644 Bytes
Contents
begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "thumbnailer-ruby" gemspec.summary = "Get thumbnails from various sites" gemspec.description = "thumbnailer is a Ruby library for getting thumbnail images from various sites with idiotic artificial intelligence." gemspec.email = "yalcin" gemspec.homepage = "http://github.com/yalcin/thumbnailer" gemspec.authors = ["Yalcin ACIKYILDIZ"] gemspec.files = FileList["[A-Za-z]*", "{lib}/**/*", ".gitignore"] gemspec.add_dependency "libxml-ruby" end rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thumbnailer-ruby-0.1.2 | Rakefile |
thumbnailer-ruby-0.1.1 | Rakefile |
thumbnailer-ruby-0.1.0 | Rakefile |