acts_as_paranoid 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/README +7 -5
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.1.4* (18 Sep 2005)
2
+
3
+ * First RubyForge release
4
+
1
5
  *0.1.3* (18 Sep 2005)
2
6
 
3
7
  * ignore multiple calls to acts_as_paranoid on the same model
data/README CHANGED
@@ -3,14 +3,16 @@
3
3
  Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the
4
4
  current timestamp. ActiveRecord is required.
5
5
 
6
- == Download
6
+ == Install
7
7
 
8
8
  Gem installation:
9
9
 
10
- gem install acts_as_paranoid --source=http://techno-weenie.net/code
10
+ gem install acts_as_paranoid
11
11
 
12
- Get a gzipped tar at http://techno-weenie.net/code/pkg
12
+ Download:
13
13
 
14
- == Usage
14
+ http://rubyforge.org/projects/ar-paranoid/
15
15
 
16
- RDocs are online at http://techno-weenie.net/code/doc/acts_as_paranoid/.
16
+ == Documentation
17
+
18
+ RDocs are online at http://ar-paranoid.rubyforge.org
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: acts_as_paranoid
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.3
6
+ version: 0.1.4
7
7
  date: 2005-09-18
8
8
  summary: acts_as_paranoid keeps models from actually being deleted by setting a deleted_at field.
9
9
  require_paths: