We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95185a6 commit 8be0cccCopy full SHA for 8be0ccc
ld-eventsource.gemspec
@@ -3,7 +3,6 @@
3
lib = File.expand_path("../lib", __FILE__)
4
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
require "ld-eventsource/version"
6
-require "rake"
7
8
# rubocop:disable Metrics/BlockLength
9
Gem::Specification.new do |spec|
@@ -16,7 +15,7 @@ Gem::Specification.new do |spec|
16
15
spec.homepage = "https://github.com/launchdarkly/ruby-eventsource"
17
spec.license = "Apache-2.0"
18
19
- spec.files = FileList["lib/**/*", "README.md", "LICENSE"]
+ spec.files = Dir.glob("lib/**/*") + ["README.md", "LICENSE"]
20
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
21
spec.require_paths = ["lib"]
22
0 commit comments