README in acts_as_versioned-0.1.2 vs README in acts_as_versioned-0.1.3
- old
+ new
@@ -1,19 +1,20 @@
= acts_as_versioned
This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
-== Download
+== Install
Gem installation:
- gem install acts_as_versioned --source=http://techno-weenie.net/code
+ gem install acts_as_versioned
-Get a gzipped tar at http://techno-weenie.net/code/pkg
+Download:
-== Usage
+ http://rubyforge.org/projects/ar-versioned/
-RDocs are online at http://techno-weenie.net/code/doc/acts_as_versioned/. Start with the
-ActiveRecord::Acts::Versioned module.
+== Documentation
+
+RDocs are online at http://ar-versioned.rubyforge.org
Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com)
was the first project to use acts_as_versioned <em>in the wild</em>.
\ No newline at end of file