Skip to content

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 c3eacc0 commit e7f14e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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'
DM_VERSION = '~> 1.0.1'

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
6 changes: 4 additions & 2 deletions dm-core.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-core}
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 = ["Dan Kubb"]
s.date = %q{2010-08-29}
s.date = %q{2010-09-03}
s.description = %q{Faster, Better, Simpler.}
s.email = %q{dan.kubb@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -125,6 +125,7 @@ Gem::Specification.new do |s|
"spec/public/associations/many_to_many_spec.rb",
"spec/public/associations/many_to_one_spec.rb",
"spec/public/associations/many_to_one_with_boolean_cpk_spec.rb",
"spec/public/associations/many_to_one_with_custom_fk_spec.rb",
"spec/public/associations/one_to_many_spec.rb",
"spec/public/associations/one_to_one_spec.rb",
"spec/public/associations/one_to_one_with_boolean_cpk_spec.rb",
Expand Down Expand Up @@ -226,6 +227,7 @@ Gem::Specification.new do |s|
"spec/public/associations/many_to_many_spec.rb",
"spec/public/associations/many_to_one_spec.rb",
"spec/public/associations/many_to_one_with_boolean_cpk_spec.rb",
"spec/public/associations/many_to_one_with_custom_fk_spec.rb",
"spec/public/associations/one_to_many_spec.rb",
"spec/public/associations/one_to_one_spec.rb",
"spec/public/associations/one_to_one_with_boolean_cpk_spec.rb",
Expand Down

0 comments on commit e7f14e0

Please sign in to comment.