Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeric committed Feb 27, 2010
1 parent 5fd9181 commit 11d8599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acts-as-taggable-on.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{acts-as-taggable-on}
s.version = "1.1.5"
s.version = "1.1.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
s.date = %q{2010-02-13}
s.date = %q{2010-02-27}
s.description = %q{With ActsAsTaggableOn, you could tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality.}
s.email = %q{michael@intridea.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/mbleigh/acts-as-taggable-on}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{ActsAsTaggableOn is a tagging plugin for Rails that provides multiple tagging contexts on a single model.}
s.test_files = [
"spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb",
Expand Down

0 comments on commit 11d8599

Please sign in to comment.