public
Rubygem
Description: A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
Homepage: http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
Clone URL: git://github.com/mbleigh/acts-as-taggable-on.git
Click here to lend your support to: acts-as-taggable-on and make a donation at www.pledgie.com !
Bumping gem version.
mbleigh (author)
Tue Sep 09 01:39:09 -0700 2008
commit  7fe16ba64c2cabae924b2906a47946643712ee6d
tree    7844bd0a56231c35a354543d642c6b048d6575ac
parent  77f3e951162d39a2c57788d6a8bdb4f48680e4d1
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "acts-as-taggable-on"
0
-  s.version = "1.0.1"
0
+  s.version = "1.0.2"
0
   s.date = "2008-06-10"
0
   s.summary = "Tagging for ActiveRecord with custom contexts and advanced features."
0
   s.email = "michael@intridea.com"

Comments