Skip to content

Commit

Permalink
remove mysql as a dev dependency. let the programmer choose how to de…
Browse files Browse the repository at this point in the history
…velop.
  • Loading branch information
mpd committed Sep 25, 2010
1 parent d955b71 commit 9d85858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acts_as_archive.gemspec
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.5}
s.summary = %q{Don't delete your records, move them to a different table} s.summary = %q{Don't delete your records, move them to a different table}


s.add_development_dependency 'mysql'

if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 3
Expand Down

0 comments on commit 9d85858

Please sign in to comment.