boogex.gemspec in boogex-0.1.0 vs boogex.gemspec in boogex-0.1.1
- old
+ new
@@ -1,7 +1,11 @@
+# -*- 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.version = '0.1.0'
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."