Sha256: f05a36c2e7444f25097c8d17e58677795e854947c3f286815b63a8731c20be45
Contents?: true
Size: 1.01 KB
Versions: 5
Compression:
Stored size: 1.01 KB
Contents
# -*- coding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "wp2txt/version" Gem::Specification.new do |s| s.name = "wp2txt" s.version = Wp2txt::VERSION s.authors = ["Yoichiro Hasebe"] s.email = ["yohasebe@gmail.com"] s.homepage = "http://github.com/yohasebe/wp2txt" s.summary = %q{Wikipedia dump to text converter} s.description = %q{WP2TXT extracts plain text data from Wikipedia dump file (encoded in XML/compressed with Bzip2) stripping all the MediaWiki markups and other metadata.} s.rubyforge_project = "wp2txt" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # s.add_development_dependency "bundler" # s.add_development_dependency "rspec" # s.add_development_dependency "rake" s.add_dependency "nokogiri" s.add_dependency "htmlentities" s.add_dependency "trollop" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wp2txt-0.8.0 | wp2txt.gemspec |
wp2txt-0.7.8 | wp2txt.gemspec |
wp2txt-0.7.7 | wp2txt.gemspec |
wp2txt-0.7.6 | wp2txt.gemspec |
wp2txt-0.7.5 | wp2txt.gemspec |