Skip to content

Commit

Permalink
bunp to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artemk committed Dec 18, 2011
1 parent b223901 commit 52bcb5f
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'acts-as-taggable-on/version'
Gem::Specification.new do |gem|
gem.name = %q{acts-as-taggable-on}
gem.authors = ["Michael Bleigh"]
gem.date = %q{2011-12-09}
gem.date = %q{2011-12-18}
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.email = %q{[email protected]}
Expand Down
2 changes: 1 addition & 1 deletion lib/acts-as-taggable-on/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ActsAsTaggableOn
VERSION = '2.2.0'
VERSION = '2.2.1'
end

0 comments on commit 52bcb5f

Please sign in to comment.