gem_liux 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/gem_liux.gemspec +1 -1
- data/lib/gem_liux/version.rb +1 -1
- metadata +3 -3
data/gem_liux.gemspec
CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
# delete this section to allow pushing this gem to any host.
|
19
19
|
|
20
20
|
|
21
|
-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
21
|
+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|scss)/}) }
|
22
22
|
spec.bindir = "exe"
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
24
|
spec.require_paths = ["lib"]
|
data/lib/gem_liux/version.rb
CHANGED
metadata
CHANGED