Sha256: 823f5a3eb3e0015342c9088a6d86fe6beb05b1abb97ceed2699886ff337055c4
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "boogex/version" Gem::Specification.new do |s| s.version = Boogex::VERSION s.name = 'boogex' 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
boogex-0.1.1 | boogex.gemspec |