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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d3ec6b671861b5c71e5de6a115942ade2b5c3d1
4
- data.tar.gz: da709154623e5fafd6bc95201668d374be8d0d00
3
+ metadata.gz: d405ead93670dfd2af94c0968bec36e8cfbc4bfb
4
+ data.tar.gz: ee96aebb7606bf01c57755ed85de4bd954474064
5
5
  SHA512:
6
- metadata.gz: 1886d54103d4e650dd743381f7f5c5faf5173dbf1917d8d131fba0bfdadd6e4b090ed0c847f555833fdd72e7750dd7eb213da7dd72a1663f373657e34e55f176
7
- data.tar.gz: 661b284c72ca9236d918afc1fcd032671723955ac22d14dc678a8e3acd8a83379f09117fed78317039bd2d7e59aa68cd93b5d464a95207a9a2a7e0dd936daadc
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 'persistable'
9
+ gem 'persistable_mongoid'
10
10
 
11
11
  or
12
12
 
13
- gem 'persistable', git: 'https://github.com/mshahzadtariq/persistable'
13
+ gem 'persistable_mongoid', git: 'https://github.com/mshahzadtariq/persistable_mongoid'
14
14
 
15
15
  or
16
16
 
17
- gem install persistable
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
 
@@ -1,3 +1,3 @@
1
1
  module PersistableMongoid
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: persistable_mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shahzad Tariq