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 e2a05c3 commit bee6f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
5 changes: 1 addition & 4 deletions dm-tags.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 = ["Bobby Calderwood"]
s.date = %q{2010-09-07}
s.date = %q{2010-11-26}
s.description = %q{This package brings tagging to DataMapper. It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh. Props to him for the contextual tagging based on Acts As Taggable on Steroids.}
s.email = %q{bobby_calderwood [a] me [d] com}
s.extra_rdoc_files = [
Expand All @@ -36,9 +36,6 @@ Gem::Specification.new do |s|
"spec/rcov.opts",
"spec/spec.opts",
"spec/spec_helper.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 bee6f9d

Please sign in to comment.