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 052694f commit 03e554f
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-serializer.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-serializer}
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 = ["Guy van den Berg"]
s.date = %q{2011-02-27}
s.date = %q{2011-02-28}
s.description = %q{DataMapper plugin for serializing Resources and Collections}
s.email = %q{vandenberg.guy [a] gmail [d] com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit 03e554f

Please sign in to comment.