Commit 6b7e5cd3 by liyijie

feat: 更新gem版本

parent 1993313e
......@@ -54,7 +54,10 @@ end
* eq
* not_eq
* null
* not_null
* cont
* cont_any
* in
* start
* mstart
......
module RansackMongo
VERSION = '1.0.1'
VERSION = '1.0.2'
end
......@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'ransack_mongo/version'
Gem::Specification.new do |spec|
spec.name = 'ransack_mongo'
spec.name = 'ta_ransack_mongo'
spec.version = RansackMongo::VERSION
spec.authors = ['Pablo Cantero']
spec.email = ['pablo@pablocantero.com']
spec.homepage = 'https://github.com/phstc/ransack_mongo'
spec.authors = ['tallty dev']
spec.email = ['dev@tallty.com']
spec.homepage = 'https://git.tallty.com/open-source/ta_ransack_mongo'
spec.summary = %q{Query params based searching for MongoDB}
spec.description = %q{Ransack Mongo is based on Ransack but for MongoDB}
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