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.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jun 8, 2010
1 parent 69ffbca commit a5338de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
source 'http://rubygems.org'

DATAMAPPER = 'git://github.com/datamapper'
DM_VERSION = '~> 1.0.0.rc3'
DM_VERSION = '~> 1.0.0'

group :runtime do # Runtime dependencies (as in the gemspec)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ begin

gem.rubyforge_project = 'datamapper'

gem.add_dependency 'dm-core', '~> 1.0.0.rc3'
gem.add_dependency 'dm-core', '~> 1.0.0'

gem.add_development_dependency 'rspec', '~> 1.3'
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.rc3
1.0.0
12 changes: 6 additions & 6 deletions dm-adjust.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-adjust}
s.version = "1.0.0.rc3"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sindre Aarsaether"]
s.date = %q{2010-05-27}
s.date = %q{2010-06-08}
s.description = %q{DataMapper plugin providing methods to increment and decrement properties}
s.email = %q{sindre [a] identu [d] no}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -57,14 +57,14 @@ 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.0.0.rc3"])
s.add_runtime_dependency(%q<dm-core>, ["~> 1.0.0"])
s.add_development_dependency(%q<rspec>, ["~> 1.3"])
else
s.add_dependency(%q<dm-core>, ["~> 1.0.0.rc3"])
s.add_dependency(%q<dm-core>, ["~> 1.0.0"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
else
s.add_dependency(%q<dm-core>, ["~> 1.0.0.rc3"])
s.add_dependency(%q<dm-core>, ["~> 1.0.0"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
end
Expand Down

0 comments on commit a5338de

Please sign in to comment.