Skip to content

Commit

Permalink
Merge branch 'fix_gemspec' of https://github.com/rmm5t/no-peeping-toms
Browse files Browse the repository at this point in the history
…into rmm5t-fix_gemspec
  • Loading branch information
Pat Maddox committed Feb 28, 2011
2 parents 3987773 + 3b1857f commit d266db6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions no_peeping_toms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
s.rubyforge_project = "no_peeping_toms"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.files = Dir["*.rdoc", "{lib,spec}/**/*"]
s.require_paths = ["lib"]

s.add_runtime_dependency 'activerecord', '>=3.0.0'
Expand Down

0 comments on commit d266db6

Please sign in to comment.