From 7007d9cce9ce5463611f17f7fe95ca59ae73e438 Mon Sep 17 00:00:00 2001 From: Juan Fuentes Date: Fri, 27 Jul 2018 16:00:37 -0400 Subject: [PATCH] Version 0.2.2 --- Gemfile.lock | 2 +- lib/mongoid_enumerable/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e96d8d1..d4174c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mongoid_enumerable (0.2.1) + mongoid_enumerable (0.2.2) mongoid (>= 4.0) GEM diff --git a/lib/mongoid_enumerable/version.rb b/lib/mongoid_enumerable/version.rb index 27475b8..d6e1f0d 100644 --- a/lib/mongoid_enumerable/version.rb +++ b/lib/mongoid_enumerable/version.rb @@ -1,3 +1,3 @@ module MongoidEnumerable - VERSION = "0.2.1" + VERSION = '0.2.2' end