copyright-header 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/contrib/syntax.yml +7 -0
- data/copyright-header.gemspec +1 -1
- data/lib/copyright_header/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f4e76225032e78418b7096b76d464112e2f9f1d
|
4
|
+
data.tar.gz: e5d3a014536d5e075dbbdb6a77207b3fd7fc6f4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d02abcba67288b9d819d507d3b0396da77b7505ac075abb013a586b03c2df2d34d8682d00fa143ff5610b38374241d85d2141c9a6d2a88b59a28aba7a14f07c8
|
7
|
+
data.tar.gz: 577bb300dca3f2dabbef1fc98aab687cfed071533e855f9350e4298b016a699c1eb02c28a2aea8d12a04aa34976c63b13594c35f028276c51e1f4ee5b38afd4a
|
data/contrib/syntax.yml
CHANGED
data/copyright-header.gemspec
CHANGED
@@ -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
|
22
|
+
s.add_dependency('github-linguist', '~> 2.6')
|
23
23
|
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.
|
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:
|
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
|
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
|
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:
|