mongoid_misc 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- data/readme.md +1 -1
- metadata +2 -2
data/readme.md
CHANGED
@@ -82,4 +82,4 @@ Handy shortcut to assign tags (Array) as a string with delimiters (there are als
|
|
82
82
|
|
83
83
|
# License
|
84
84
|
|
85
|
-
Copyright (c) Alexey Petrushin
|
85
|
+
Copyright (c) Alexey Petrushin, http://petrush.in, released under the MIT license.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid_misc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-07-
|
13
|
+
date: 2011-07-30 00:00:00 +04:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|