Skip to content

Commit

Permalink
Remove explicit declaration of default gem require path
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed Sep 9, 2014
1 parent d689dcc commit 6cac1d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions interactor-rails.gemspec
Expand Up @@ -11,9 +11,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/collectiveidea/interactor-rails"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.test_files = spec.files.grep(/^spec/)
spec.require_paths = ["lib"]
spec.files = `git ls-files`.split($/)
spec.test_files = spec.files.grep(/^spec/)

spec.add_dependency "interactor", "~> 3.0"
spec.add_dependency "rails", ">= 3", "< 5"
Expand Down

0 comments on commit 6cac1d7

Please sign in to comment.