Skip to content

Commit

Permalink
Do not include Gemfile with the gem.
Browse files Browse the repository at this point in the history
Gemfile confuses Passenger when setting SequenceServer up with Apache.

Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
  • Loading branch information
yeban committed Mar 18, 2016
1 parent fe2e9d4 commit 6b8bb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequenceserver.gemspec
Expand Up @@ -31,7 +31,7 @@ DESC
'~> 0.4', '>= 0.4.7')

# gem
s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n") - ['Gemfile', 'Gemfile.lock']
s.executables = ['sequenceserver']
s.require_paths = ['lib']

Expand Down

0 comments on commit 6b8bb50

Please sign in to comment.