Sha256: b5c254bc410e5ce91c3559af27328c25529661d89af7d5263907f2b30a7cfc92
Contents?: true
Size: 1.82 KB
Versions: 1
Compression:
Stored size: 1.82 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{thumbnailer-ruby} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Yalcin ACIKYILDIZ"] s.date = %q{2010-06-13} s.description = %q{thumbnailer is a Ruby library for getting thumbnail images from various sites with idiotic artificial intelligence.} s.email = %q{yalcin} s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ ".gitignore", "LICENSE", "README.md", "Rakefile", "VERSION", "lib/constants.rb", "lib/thumbnailer.rb", "lib/thumbnailer/base.rb", "lib/thumbnailer/fetcher.rb", "lib/thumbnailer/parser.rb", "lib/thumbnailer/sites/dailymotion.rb", "lib/thumbnailer/sites/flickr.rb", "lib/thumbnailer/sites/twitpic.rb", "lib/thumbnailer/sites/video_google.rb", "lib/thumbnailer/sites/vimeo.rb", "lib/thumbnailer/sites/websnapr.rb", "lib/thumbnailer/sites/youtube.rb", "thumbnailer-ruby.gemspec", "thumbnailer.gemspec" ] s.homepage = %q{http://github.com/yalcin/thumbnailer} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Get thumbnails from various sites} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<libxml-ruby>, [">= 0"]) else s.add_dependency(%q<libxml-ruby>, [">= 0"]) end else s.add_dependency(%q<libxml-ruby>, [">= 0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thumbnailer-ruby-0.1.1 | thumbnailer-ruby.gemspec |