Commit 6b7e5cd3 by liyijie

feat: 更新gem版本

parent 1993313e
...@@ -54,7 +54,10 @@ end ...@@ -54,7 +54,10 @@ end
* eq * eq
* not_eq * not_eq
* null
* not_null
* cont * cont
* cont_any
* in * in
* start * start
* mstart * mstart
......
module RansackMongo module RansackMongo
VERSION = '1.0.1' VERSION = '1.0.2'
end end
...@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) ...@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'ransack_mongo/version' require 'ransack_mongo/version'
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = 'ransack_mongo' spec.name = 'ta_ransack_mongo'
spec.version = RansackMongo::VERSION spec.version = RansackMongo::VERSION
spec.authors = ['Pablo Cantero'] spec.authors = ['tallty dev']
spec.email = ['pablo@pablocantero.com'] spec.email = ['dev@tallty.com']
spec.homepage = 'https://github.com/phstc/ransack_mongo' spec.homepage = 'https://git.tallty.com/open-source/ta_ransack_mongo'
spec.summary = %q{Query params based searching for MongoDB} spec.summary = %q{Query params based searching for MongoDB}
spec.description = %q{Ransack Mongo is based on Ransack but for MongoDB} spec.description = %q{Ransack Mongo is based on Ransack but for MongoDB}
spec.license = 'MIT' spec.license = 'MIT'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment