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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Sep 8, 2010
1 parent 2b22143 commit cbea176
Show file tree
Hide file tree
Showing 4 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.1'
DM_VERSION = '~> 1.0.2'

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

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

gem.rubyforge_project = 'datamapper'

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

gem.add_development_dependency 'rspec', '~> 1.3'
end
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.1
1.0.2
8 changes: 4 additions & 4 deletions dm-observer.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mark Bates"]
Expand Down Expand Up @@ -54,14 +54,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.1"])
s.add_runtime_dependency(%q<dm-core>, ["~> 1.0.2"])
s.add_development_dependency(%q<rspec>, ["~> 1.3"])
else
s.add_dependency(%q<dm-core>, ["~> 1.0.1"])
s.add_dependency(%q<dm-core>, ["~> 1.0.2"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
else
s.add_dependency(%q<dm-core>, ["~> 1.0.1"])
s.add_dependency(%q<dm-core>, ["~> 1.0.2"])
s.add_dependency(%q<rspec>, ["~> 1.3"])
end
end
Expand Down

0 comments on commit cbea176

Please sign in to comment.