copyright-header 1.0.14 → 1.0.15

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c649547265b83fc4bc8becec1a9481e8383004e
4
- data.tar.gz: c9f018c1ff7778d4ce4366a6aca92cffd5d86f7f
3
+ metadata.gz: 6f4e76225032e78418b7096b76d464112e2f9f1d
4
+ data.tar.gz: e5d3a014536d5e075dbbdb6a77207b3fd7fc6f4a
5
5
  SHA512:
6
- metadata.gz: d54a061b800cf096b3c2aed08a012c6988b5b6f84d6f1dea211466d056d505fdca547d6af946fed9322e3c7a19d8ae963ea004d9741ba17d6d293dd25c30e24d
7
- data.tar.gz: 4db417e6ea3ad15aa27f291944a126a357f519421cb22d17ceaa159d3a91f519df30feadf5694a5e3e70bb7063d90cc0dabc513fb208d78e29644933f81cab73
6
+ metadata.gz: d02abcba67288b9d819d507d3b0396da77b7505ac075abb013a586b03c2df2d34d8682d00fa143ff5610b38374241d85d2141c9a6d2a88b59a28aba7a14f07c8
7
+ data.tar.gz: 577bb300dca3f2dabbef1fc98aab687cfed071533e855f9350e4298b016a699c1eb02c28a2aea8d12a04aa34976c63b13594c35f028276c51e1f4ee5b38afd4a
@@ -76,6 +76,13 @@ java:
76
76
  close: ' */\n\n'
77
77
  prefix: ' * '
78
78
 
79
+ groovy:
80
+ ext: ['.groovy']
81
+ comment:
82
+ open: '/*\n'
83
+ close: ' */\n\n'
84
+ prefix: ' * '
85
+
79
86
  haml:
80
87
  ext: ['.haml', '.hamlc']
81
88
  comment:
@@ -19,5 +19,5 @@ Gem::Specification.new do |s|
19
19
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
20
  s.extra_rdoc_files = ['README.md', 'LICENSE', 'AUTHORS', 'contrib/syntax.yml' ]
21
21
  s.require_paths = ["lib"]
22
- s.add_dependency('github-linguist', '~> 2.6.7')
22
+ s.add_dependency('github-linguist', '~> 2.6')
23
23
  end
@@ -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.14"
21
+ VERSION = "1.0.15"
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copyright-header
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Osterman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-05 00:00:00.000000000 Z
11
+ date: 2015-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-linguist
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 2.6.7
19
+ version: '2.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 2.6.7
26
+ version: '2.6'
27
27
  description: A utility which is able to recursively insert and remove copyright headers
28
28
  from source code files based on file extensions.
29
29
  email: