Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update gem description to include myself for this forked version but …
…of course keep original attributions in place
  • Loading branch information
perldork committed Dec 20, 2012
1 parent b4a9d3f commit 8ee47a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Rakefile
Expand Up @@ -5,11 +5,11 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "sequel_plus"
gem.summary = "provides plugins and extensions for Sequel"
gem.description = "Provides plugins and extensions for Sequel"
gem.email = "mwlang@cybrains.net"
gem.homepage = "http://github.com/mwlang/sequel_plus"
gem.authors = ["Michael Lang"]
gem.summary = "provides plugins and extensions for Sequel (forked from mwlang)"
gem.description = "Provides plugins and extensions for Sequel (forked from mwlang)"
gem.email = "maxs@webwizarddesign.com (forked from mwlang@cybrains.net)"
gem.homepage = "http://github.com/perldork/sequel_plus"
gem.authors = ["Michael Lang", "3.4.2 patches by Max Schubert"]
gem.files = [
"LICENSE",
"README.md",
Expand Down

0 comments on commit 8ee47a3

Please sign in to comment.