# -*- encoding: utf-8 -*-
# stub: boogex 0.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "boogex".freeze
  s.version = "0.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Sam Crouch".freeze]
  s.date = "2016-02-14"
  s.description = "Converts Lucene Boolean query language into ruby regex.".freeze
  s.email = "samuel.crouch@lexer.com.au".freeze
  s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "boogex.gemspec".freeze, "lib/boogex.rb".freeze, "lib/boogex/convertor.rb".freeze, "lib/boogex/error.rb".freeze, "lib/boogex/helper.rb".freeze, "lib/boogex/version.rb".freeze, "test/convertor_test.rb".freeze, "test/reports/TEST-Boogex.xml".freeze, "test/test_helper.rb".freeze]
  s.homepage = "https://github.com/lexerdev/boogex.gem".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Boolean Lucene to Regex convertor.".freeze
  s.test_files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "boogex.gemspec".freeze, "lib/boogex.rb".freeze, "lib/boogex/convertor.rb".freeze, "lib/boogex/error.rb".freeze, "lib/boogex/helper.rb".freeze, "lib/boogex/version.rb".freeze, "test/convertor_test.rb".freeze, "test/reports/TEST-Boogex.xml".freeze, "test/test_helper.rb".freeze]
end