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

Commit

Permalink
Remove local_gemfile task and update the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Nov 26, 2010
1 parent 485de22 commit 987d7f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
5 changes: 1 addition & 4 deletions dm-rails.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(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Martin Gamsjaeger (snusnu)", "Dan Kubb"]
s.date = %q{2010-10-29}
s.date = %q{2010-11-26}
s.description = %q{Integrate DataMapper with Rails 3}
s.email = %q{gamsnjaga@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -45,10 +45,7 @@ Gem::Specification.new do |s|
"lib/generators/data_mapper/model/templates/model.rb",
"lib/generators/data_mapper/observer/observer_generator.rb",
"lib/generators/data_mapper/observer/templates/observer.rb",
"tasks/ci.rake",
"tasks/clean.rake",
"tasks/local_gemfile.rake",
"tasks/metrics.rake",
"tasks/yard.rake",
"tasks/yardstick.rake"
]
Expand Down
16 changes: 0 additions & 16 deletions tasks/local_gemfile.rake

This file was deleted.

0 comments on commit 987d7f0

Please sign in to comment.