Sha256: 44f0e5900f92ce10ff4b621a69835cad52afcb3ffca75fdf883c0064088812ea
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = "xp" s.version = "2.0.0" s.authors = ["Jikku Jose"] s.email = ['jikkujose@gmail.com'] s.summary = "Gem that enables String class to help quick & dirty scraping tasks." s.description = "Provides a monkey patched String class that can download & filter web pages using CSS/XPATH selectors; also has a very intuitive method to download files directly from their urls." s.homepage = "http://github.com/JikkuJose/xp" s.license = "MIT" s.files = `git ls-files -z`.split("\x0") s.executables = ["xp"] s.add_dependency "nokogiri", '~> 1.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xp-2.0.0 | xp.gemspec |