acts_as_versioned 0.1.2 → 0.1.3

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 -6
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.1.3* (18 Sep 2005)
2
+
3
+ * First RubyForge release
4
+
1
5
  *0.1.2*
2
6
 
3
7
  * check if module is already included when acts_as_versioned is called
data/README CHANGED
@@ -2,18 +2,19 @@
2
2
 
3
3
  This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
4
4
 
5
- == Download
5
+ == Install
6
6
 
7
7
  Gem installation:
8
8
 
9
- gem install acts_as_versioned --source=http://techno-weenie.net/code
9
+ gem install acts_as_versioned
10
10
 
11
- Get a gzipped tar at http://techno-weenie.net/code/pkg
11
+ Download:
12
12
 
13
- == Usage
13
+ http://rubyforge.org/projects/ar-versioned/
14
14
 
15
- RDocs are online at http://techno-weenie.net/code/doc/acts_as_versioned/. Start with the
16
- ActiveRecord::Acts::Versioned module.
15
+ == Documentation
16
+
17
+ RDocs are online at http://ar-versioned.rubyforge.org
17
18
 
18
19
  Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com)
19
20
  was the first project to use acts_as_versioned <em>in the wild</em>.
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: acts_as_versioned
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
6
+ version: 0.1.3
7
7
  date: 2005-09-18
8
8
  summary: Simple versioning with active record models
9
9
  require_paths: