Skip to content

Commit

Permalink
Version bump to 1.1.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Mar 2, 2011
1 parent b7ea516 commit 83a51a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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'
DO_VERSION = '~> 0.10.2'
DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.0.rc1
1.1.0.rc2
8 changes: 4 additions & 4 deletions dm-is-state_machine.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{dm-is-state_machine}
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 = ["David James"]
Expand Down Expand Up @@ -88,18 +88,18 @@ 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-core>, ["~> 1.1.0.rc1"])
s.add_runtime_dependency(%q<dm-core>, ["~> 1.1.0.rc2"])
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-core>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-core>, ["~> 1.1.0.rc2"])
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-core>, ["~> 1.1.0.rc1"])
s.add_dependency(%q<dm-core>, ["~> 1.1.0.rc2"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rake>, ["~> 0.8.7"])
s.add_dependency(%q<rspec>, ["~> 1.3.1"])
Expand Down

0 comments on commit 83a51a8

Please sign in to comment.