mongoid-paranoia 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,8 @@
1
+ # 0.2.0 (May 11, 2013)
2
+ * Added info.
3
+
4
+ # 0.1.1 (May 11, 2013)
5
+ * Fixed dependencies.
6
+
1
7
  # 0.1.0 (February 26, 2013)
2
8
  * First public version.
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # mongoid-paranoia
2
2
 
3
+ **Important:** This gem is an extraction of [Mongoid::Paranoia](http://mongoid.org/en/mongoid/docs/extras.html#paranoia) from the official [mongoid](http://mongoid.org) gem. Since Mongoid::Paranoia will be removed in the upcoming `4.0.0` release of mongoid, this gem re-enables the functionality of paranoid documents.
4
+
5
+ **Please submit only bug and security fixes**. Neighter I will accept new features nor changes to exiting APIs. Please consider forking the project if you want new features to appear! :)
6
+
7
+ ---
8
+
3
9
  There may be times when you don't want documents to actually get deleted from the database, but "flagged" as deleted. Mongoid provides a Paranoia module to give you just that.
4
10
 
5
11
  ## Installation
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Paranoia
3
- VERSION = '0.1.1'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mongoid-paranoia
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.1
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mario Uher