copyright-header 1.0.2 → 1.0.3

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.
data/README.md CHANGED
@@ -43,7 +43,7 @@ Command used to generate copyright headers for this script:
43
43
 
44
44
  Paths can be either files or directories. It will recursively traverse the directory tree ignoring all dot files.
45
45
 
46
- You can specify an alternative syntax configuration file using the --syntax argument.
46
+ You can specify an alternative syntax configuration file using the `--syntax` argument.
47
47
 
48
48
 
49
49
  Full list of supported arguments:
data/contrib/syntax.yml CHANGED
@@ -38,14 +38,14 @@ css:
38
38
 
39
39
 
40
40
  c:
41
- ext: ['.java', '.c', '.cpp', '.cc']
41
+ ext: ['.java', '.c', '.h']
42
42
  comment:
43
43
  open: '/*'
44
44
  close: ' */\n\n'
45
45
  prefix: ' * '
46
46
 
47
47
  cpp:
48
- ext: ['.cpp', '.cc', '.hh', '.hpp']
48
+ ext: ['.cpp', '.hpp', '.cc', '.hh']
49
49
  comment:
50
50
  open: '//\n'
51
51
  close: '//\n\n'
@@ -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.2"
21
+ VERSION = "1.0.3"
22
22
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
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-07-15 00:00:00 -07:00
17
+ date: 2012-08-15 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies: []
20
20