Gem::Specification.new do |s| s.name = 'boogex' s.version = '0.0.1' s.date = '2016-02-14' s.homepage = 'https://github.com/lexerdev/boogex.gem' s.license = 'MIT' s.summary = "Boolean Lucene to Regex convertor." s.description = "Converts Lucene Boolean query language into ruby regex." s.authors = ["Sam Crouch"] s.email = 'samuel.crouch@lexer.com.au' s.files = `git ls-files`.split($RS).reject do |file| file =~ %r{^(?: spec/.* |Gemfile |Rakefile |\.gitignore |\.rubocop.yml )$}x end s.test_files = `git ls-files`.split($RS) s.require_paths = ['lib'] end