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.
cloudinary.gemspec
1 parent 97d6887 commit 107a90fCopy full SHA for 107a90f
cloudinary.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
16
s.rubyforge_project = "cloudinary"
17
18
- s.files = (`git ls-files`.split("\n") - `git ls-files {test,spec,features,samples}/*`.split("\n")) + Dir.glob("vendor/assets/javascripts/*/*") + Dir.glob("vendor/assets/html/*")
+ s.files = `git ls-files`.split("\n").select { |f| !f.start_with?("test", "spec", "features", "samples") } + Dir.glob("vendor/assets/javascripts/*/*") + Dir.glob("vendor/assets/html/*")
19
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
s.require_paths = ["lib"]
21
0 commit comments