# -*- encoding: utf-8 -*- # stub: wp2txt 0.7.0 ruby lib Gem::Specification.new do |s| s.name = "wp2txt".freeze s.version = "0.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yoichiro Hasebe".freeze] s.date = "2014-11-29" s.description = "WP2TXT extracts plain text data from Wikipedia dump file (encoded in XML/compressed with Bzip2) stripping all the MediaWiki markups and other metadata.".freeze s.email = ["yohasebe@gmail.com".freeze] s.executables = ["benchmark.rb".freeze, "wp2txt".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/benchmark.rb".freeze, "bin/wp2txt".freeze, "data/testdata.bz2".freeze, "lib/wp2txt.rb".freeze, "lib/wp2txt/article.rb".freeze, "lib/wp2txt/mw_api.rb".freeze, "lib/wp2txt/progressbar.rb".freeze, "lib/wp2txt/utils.rb".freeze, "lib/wp2txt/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/utils_spec.rb".freeze, "wp2txt.gemspec".freeze] s.homepage = "http://github.com/yohasebe/wp2txt".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Wikipedia dump to text converter".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/utils_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end