Sha256: f43e74e68d81b95aae62a5a63f72a3fe9a151ffae28f4e3cb5e8e4e35ed7da1f
Contents?: true
Size: 764 Bytes
Versions: 2
Compression:
Stored size: 764 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'img_dl/version' Gem::Specification.new do |gem| gem.name = "img_dl" gem.version = ImgDl::VERSION gem.authors = ["jjy"] gem.email = ["jjyruby@gmail.com"] gem.description = %q{Download images from web,support regexp and recursive. more args type "img_dl -h"} gem.summary = %q{Download images from web,support regexp and recursive,use eventmachine} gem.homepage = "http://github.com/jjyr/img_dl" gem.files = `git ls-files`.split($/) gem.executables = %Q{img_dl} gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
img_dl-0.0.2 | img_dl.gemspec |
img_dl-0.0.1 | img_dl.gemspec |