Skip to content

Commit

Permalink
Add LICENSE.md to the gem package; versions 0.10.{8,9} are missing this
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 15, 2020
1 parent 29dd0e0 commit 9d4f1bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions faye-websocket.gemspec
Expand Up @@ -11,9 +11,7 @@ Gem::Specification.new do |s|
s.rdoc_options = %w[--main README.md --markup markdown]
s.require_paths = %w[lib]

s.files = %w[README.md CHANGELOG.md] +
Dir.glob('lib/**/*.rb') +
Dir.glob('examples/**/*')
s.files = %w[CHANGELOG.md LICENSE.md README.md] + Dir.glob('lib/**/*.rb')

s.add_dependency 'eventmachine', '>= 0.12.0'
s.add_dependency 'websocket-driver', '>= 0.5.1'
Expand Down

0 comments on commit 9d4f1bb

Please sign in to comment.