Skip to content

Commit

Permalink
bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artemk committed Dec 9, 2011
1 parent 1795e9a commit d24b864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acts-as-taggable-on.gemspec
Expand Up @@ -4,7 +4,7 @@ require 'acts-as-taggable-on/version'
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.name = %q{acts-as-taggable-on} gem.name = %q{acts-as-taggable-on}
gem.authors = ["Michael Bleigh"] gem.authors = ["Michael Bleigh"]
gem.date = %q{2011-09-26} gem.date = %q{2011-12-09}
gem.description = %q{With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.} gem.description = %q{With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.}
gem.summary = "Advanced tagging for Rails." gem.summary = "Advanced tagging for Rails."
gem.email = %q{michael@intridea.com} gem.email = %q{michael@intridea.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/acts-as-taggable-on/version.rb
@@ -1,4 +1,4 @@
module ActsAsTaggableOn module ActsAsTaggableOn
VERSION = '2.1.1' VERSION = '2.2.0'
end end


0 comments on commit d24b864

Please sign in to comment.