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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Sep 3, 2010
1 parent afa076f commit e97a2d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -71,7 +71,7 @@
source 'http://rubygems.org'

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

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

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ begin

gem.rubyforge_project = 'datamapper'

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

gem.add_development_dependency 'rspec', '~> 1.3'
end
Expand Down
10 changes: 5 additions & 5 deletions dm-adjust.gemspec
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sindre Aarsaether"]
s.date = %q{2010-08-29}
s.date = %q{2010-09-03}
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"])
s.add_runtime_dependency(%q<dm-core>, ["~> 1.0.1"])
s.add_development_dependency(%q<rspec>, ["~> 1.3"])
else
s.add_dependency(%q<dm-core>, ["~> 1.0.0"])
s.add_dependency(%q<dm-core>, ["~> 1.0.1"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
else
s.add_dependency(%q<dm-core>, ["~> 1.0.0"])
s.add_dependency(%q<dm-core>, ["~> 1.0.1"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
end
Expand Down

0 comments on commit e97a2d2

Please sign in to comment.