copyright-header 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/copyright_header/parser.rb +1 -1
- data/lib/copyright_header/version.rb +1 -1
- metadata +3 -3
@@ -180,7 +180,7 @@ module CopyrightHeader
|
|
180
180
|
end
|
181
181
|
|
182
182
|
if @options.has_key?(:remove_path)
|
183
|
-
@options[:
|
183
|
+
@options[:remove_path].split(File::PATH_SEPARATOR).each { |path| remove(path) }
|
184
184
|
end
|
185
185
|
end
|
186
186
|
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 1.0.
|
8
|
+
- 8
|
9
|
+
version: 1.0.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Erik Osterman
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date:
|
17
|
+
date: 2013-03-08 00:00:00 -08:00
|
18
18
|
default_executable:
|
19
19
|
dependencies: []
|
20
20
|
|