Sha256: a99ca24117aa70e3ed5d355e1579c208f960289b09b05bab42e6fb486e6e6ec8
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 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{regexp_crawler} s.version = "0.9.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Richard Huang"] s.date = %q{2010-02-06} s.description = %q{RegexpCrawler is a Ruby library for crawl data from website using regular expression.} s.email = %q{flyerhzm@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.textile" ] s.files = [ "LICENSE", "README.textile", "Rakefile", "VERSION", "example/github_projects.rb", "init.rb", "lib/regexp_crawler.rb", "lib/regexp_crawler/crawler.rb", "lib/regexp_crawler/http.rb", "regexp_crawler.gemspec", "spec/regexp_crawler_spec.rb", "spec/resources/complex.html", "spec/resources/nested1.html", "spec/resources/nested2.html", "spec/resources/nested21.html", "spec/resources/simple.html", "spec/spec.opts", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/flyerhzm/regexp_crawler} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{RegexpCrawler is a Ruby library for crawl data from website using regular expression.} s.test_files = [ "spec/regexp_crawler_spec.rb", "spec/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
regexp_crawler-0.9.2 | regexp_crawler.gemspec |