Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated Rakefile to be more consistent with other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed May 23, 2010
1 parent f11baa0 commit c28fd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ begin
gem.summary = 'DataMapper plugin for writing and speccing migrations'
gem.description = gem.summary
gem.email = 'psadauskas [a] gmail [d] com'
gem.homepage = 'http://github.com/datamapper/dm-more/tree/master/%s' % gem.name
gem.homepage = 'http://github.com/datamapper/%s' % gem.name
gem.authors = [ 'Paul Sadauskas' ]

gem.rubyforge_project = 'datamapper'
Expand Down
4 changes: 2 additions & 2 deletions dm-migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Sadauskas"]
s.date = %q{2010-05-19}
s.date = %q{2010-05-23}
s.description = %q{DataMapper plugin for writing and speccing migrations}
s.email = %q{psadauskas [a] gmail [d] com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -75,7 +75,7 @@ Gem::Specification.new do |s|
"tasks/yard.rake",
"tasks/yardstick.rake"
]
s.homepage = %q{http://github.com/datamapper/dm-more/tree/master/dm-migrations}
s.homepage = %q{http://github.com/datamapper/dm-migrations}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{datamapper}
Expand Down

0 comments on commit c28fd60

Please sign in to comment.