Sha256: 0bdb2d99d19adfdd81c27eb095a6b38c4592ba51e58143312897c0893b76e475
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "hpricot" s.version = "0.8.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["why the lucky stiff"] s.date = "2012-01-17" s.description = "a swift, liberal HTML parser with a fantastic library" s.email = "why@ruby-lang.org" s.extensions = ["ext/fast_xs/extconf.rb", "ext/hpricot_scan/extconf.rb"] s.extra_rdoc_files = ["README.md", "CHANGELOG", "COPYING"] s.files = ["README.md", "CHANGELOG", "COPYING", "ext/fast_xs/extconf.rb", "ext/hpricot_scan/extconf.rb"] s.homepage = "http://code.whytheluckystiff.net/hpricot/" s.rdoc_options = ["--quiet", "--title", "The Hpricot Reference", "--main", "README.md", "--inline-source"] s.require_paths = ["lib"] s.rubyforge_project = "hobix" s.rubygems_version = "1.8.17" s.summary = "a swift, liberal HTML parser with a fantastic library" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
resque-pool-0.3.0 | vendor/bundle/ruby/1.8/specifications/hpricot-0.8.6.gemspec |
resque-pool-0.3.0.beta.2 | vendor/bundle/ruby/1.8/specifications/hpricot-0.8.6.gemspec |