Skip to content

Commit

Permalink
Update gemspec to not load rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
burke committed Oct 31, 2012
1 parent 896402f commit 4ce2b9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql-logging.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'rubygems'
require 'rake'

lib = File.expand_path('../lib', __FILE__)
$:.unshift lib unless $:.include?(lib)
Expand All @@ -14,7 +13,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = 'Adds SQL analysis and debugging info to Rails 3 apps.'
s.description = 'Adds SQL analysis and debugging info to Rails 3 apps.'
s.files = FileList['lib/**/*'].to_a
s.files = Dir.glob('lib/**/*').to_a
s.require_path = 'lib'
s.has_rdoc = true
s.extra_rdoc_files = ['README.rdoc']
Expand Down

0 comments on commit 4ce2b9d

Please sign in to comment.