Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Version bump to 1.1.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 1, 2011
1 parent abc6fb0 commit 7fc212d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.2
1.1.0.rc1
6 changes: 3 additions & 3 deletions dm-tags.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-tags}
s.version = "1.0.2"
s.version = "1.1.0.rc1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Bobby Calderwood"]
s.date = %q{2011-02-27}
s.date = %q{2011-02-28}
s.description = %q{This package brings tagging to DataMapper. It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh. Props to him for the contextual tagging based on Acts As Taggable on Steroids.}
s.email = %q{bobby_calderwood [a] me [d] com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 7fc212d

Please sign in to comment.