# -*- encoding: utf-8 -*- # stub: multi_string_replace 1.0.2 ruby lib # stub: ext/multi_string_replace/extconf.rb Gem::Specification.new do |s| s.name = "multi_string_replace".freeze s.version = "1.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Joseph Dayo".freeze] s.bindir = "exe".freeze s.date = "2018-09-29" s.description = "A fast multiple string replace library for ruby. Uses a C implementation of the Aho\u2013Corasick Algorithm".freeze s.email = ["joseph.dayo@gmail.com".freeze] s.extensions = ["ext/multi_string_replace/extconf.rb".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/benchmark.rb".freeze, "bin/console".freeze, "bin/setup".freeze, "ext/multi_string_replace/aho_queue.c".freeze, "ext/multi_string_replace/aho_queue.h".freeze, "ext/multi_string_replace/aho_text.h".freeze, "ext/multi_string_replace/aho_trie.c".freeze, "ext/multi_string_replace/aho_trie.h".freeze, "ext/multi_string_replace/ahocorasick.c".freeze, "ext/multi_string_replace/ahocorasick.h".freeze, "ext/multi_string_replace/extconf.rb".freeze, "ext/multi_string_replace/multi_string_replace.c".freeze, "lib/multi_string_replace.rb".freeze, "lib/multi_string_replace/version.rb".freeze, "multi_string_replace.gemspec".freeze, "replaced.txt".freeze, "replaced2.txt".freeze] s.homepage = "https://github.com/jedld/multi_string_replace".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A fast multiple string replace library for ruby. Uses a C implementation of the Aho\u2013Corasick Algorithm".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.16".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end