persistable_mongoid 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.rdoc +3 -3
- data/lib/persistable_mongoid/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d405ead93670dfd2af94c0968bec36e8cfbc4bfb
|
4
|
+
data.tar.gz: ee96aebb7606bf01c57755ed85de4bd954474064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cf2de63bcaeff4582c38d184b15789b16fcf8b9a185c7eb51b79046e02eee5a4628c994c47faad99eb3994bb6c14959f08ee0ede17a96488028e7f77deff89f
|
7
|
+
data.tar.gz: a451afbbd70d560a3889b2feae21cec6700d42bc53979ae6ae987742cf305cf8dd46bb5722f1657d9e0d4b74df976594914d0952d2b000affabc5c1c095da757
|
data/README.rdoc
CHANGED
@@ -6,15 +6,15 @@ Installation
|
|
6
6
|
=======
|
7
7
|
Add following line to your Gemfile
|
8
8
|
|
9
|
-
gem '
|
9
|
+
gem 'persistable_mongoid'
|
10
10
|
|
11
11
|
or
|
12
12
|
|
13
|
-
gem '
|
13
|
+
gem 'persistable_mongoid', git: 'https://github.com/mshahzadtariq/persistable_mongoid'
|
14
14
|
|
15
15
|
or
|
16
16
|
|
17
|
-
gem install
|
17
|
+
gem install persistable_mongoid
|
18
18
|
|
19
19
|
And include this module to the model for which you want to enable soft delete and recovery feature
|
20
20
|
|