copyright-header 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,7 +180,7 @@ module CopyrightHeader
180
180
  end
181
181
 
182
182
  if @options.has_key?(:remove_path)
183
- @options[:add_path].split(File::PATH_SEPARATOR).each { |path| remove(path) }
183
+ @options[:remove_path].split(File::PATH_SEPARATOR).each { |path| remove(path) }
184
184
  end
185
185
  end
186
186
 
@@ -18,5 +18,5 @@
18
18
  # along with Copyright Header. If not, see <http://www.gnu.org/licenses/>.
19
19
  #
20
20
  module CopyrightHeader
21
- VERSION = "1.0.7"
21
+ VERSION = "1.0.8"
22
22
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 7
9
- version: 1.0.7
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: 2012-12-04 00:00:00 -08:00
17
+ date: 2013-03-08 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20