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

Commit

Permalink
Browse files Browse the repository at this point in the history
Version bump to 1.1.0.rc2
  • Loading branch information
dkubb committed Mar 2, 2011
1 parent f5d3def commit 54030a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ source 'http://rubygems.org'
SOURCE = ENV.fetch('SOURCE', :git).to_sym
REPO_POSTFIX = SOURCE == :path ? '' : '.git'
DATAMAPPER = SOURCE == :path ? Pathname(__FILE__).dirname.parent : 'http://github.com/datamapper'
DM_VERSION = '~> 1.1.0.rc1'
DM_VERSION = '~> 1.1.0.rc2'

gem 'dm-serializer', DM_VERSION, SOURCE => "#{DATAMAPPER}/dm-serializer#{REPO_POSTFIX}"

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.0.rc1
1.1.0.rc2
14 changes: 7 additions & 7 deletions dm-rest-adapter.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Scott Burton @ Joyent Inc"]
Expand Down Expand Up @@ -57,23 +57,23 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<dm-serializer>, ["~> 1.1.0.rc1"])
s.add_development_dependency(%q<dm-validations>, ["~> 1.1.0.rc1"])
s.add_runtime_dependency(%q<dm-serializer>, ["~> 1.1.0.rc2"])
s.add_development_dependency(%q<dm-validations>, ["~> 1.1.0.rc2"])
s.add_development_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rake>, ["~> 0.8.7"])
s.add_development_dependency(%q<rspec>, ["~> 1.3.1"])
else
s.add_dependency(%q<dm-serializer>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-validations>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-serializer>, ["~> 1.1.0.rc2"])
s.add_dependency(%q<dm-validations>, ["~> 1.1.0.rc2"])
s.add_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rake>, ["~> 0.8.7"])
s.add_dependency(%q<rspec>, ["~> 1.3.1"])
end
else
s.add_dependency(%q<dm-serializer>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-validations>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-serializer>, ["~> 1.1.0.rc2"])
s.add_dependency(%q<dm-validations>, ["~> 1.1.0.rc2"])
s.add_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rake>, ["~> 0.8.7"])
Expand Down

0 comments on commit 54030a3

Please sign in to comment.