mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Do not include any executable since bin/setup needed only in development
This commit is contained in:
parent
c66d2e58f1
commit
28746a7866
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.require_paths = ["lib"]
|
||||
s.executables = []
|
||||
s.license = "MIT"
|
||||
|
||||
s.add_runtime_dependency('railties', '>= 3.0.0')
|
||||
|
|
Loading…
Reference in a new issue