Skip to content

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 51b3736 commit 21bcf21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
5 changes: 1 addition & 4 deletions dm-is-versioned.gemspec
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 = ["Bernerd Schaefer"]
s.date = %q{2010-09-07}
s.date = %q{2010-11-26}
s.description = %q{DataMapper plugin enabling simple versioning of models}
s.email = %q{bernerd [a] wieck [d] com}
s.extra_rdoc_files = [
Expand All @@ -30,9 +30,6 @@ Gem::Specification.new do |s|
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/versioned_spec.rb",
"tasks/ci.rake",
"tasks/local_gemfile.rake",
"tasks/metrics.rake",
"tasks/spec.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 21bcf21

Please sign in to comment.