copyright-header 1.0.13 → 1.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 097a7e0830e9409e5ecf07ca99671ba4b91611d1
4
- data.tar.gz: cc46531f644ec0d986b4ef60c2354a1545458805
3
+ metadata.gz: 6c649547265b83fc4bc8becec1a9481e8383004e
4
+ data.tar.gz: c9f018c1ff7778d4ce4366a6aca92cffd5d86f7f
5
5
  SHA512:
6
- metadata.gz: 150c3aadb51fbed942e1a9a182a47496ecde3ee52e517d7bef72d2ab2c58f7f65566cf797b050109e353f565c28f68040067ae1e5ceea7341935935a2a7b348d
7
- data.tar.gz: e9e49422d345639295f0f3d6f3cf558918b50c3c2104a30375a574f48603bf149f94bb8354a37acbcb348a9e7ffa8bf033bfa48c8546738c9db0e37d4c2a1715
6
+ metadata.gz: d54a061b800cf096b3c2aed08a012c6988b5b6f84d6f1dea211466d056d505fdca547d6af946fed9322e3c7a19d8ae963ea004d9741ba17d6d293dd25c30e24d
7
+ data.tar.gz: 4db417e6ea3ad15aa27f291944a126a357f519421cb22d17ceaa159d3a91f519df30feadf5694a5e3e70bb7063d90cc0dabc513fb208d78e29644933f81cab73
data/contrib/syntax.yml CHANGED
@@ -139,4 +139,10 @@ action_script:
139
139
  open: '//\n'
140
140
  close: '//\n\n'
141
141
  prefix: '// '
142
-
142
+
143
+ sass:
144
+ ext: ['.sass', '.scss']
145
+ comment:
146
+ open: '/*\n'
147
+ close: ' */\n\n'
148
+ prefix: ' * '
@@ -209,6 +209,8 @@ module CopyrightHeader
209
209
  STDERR.puts "SKIP #{path}; excluded"
210
210
  next
211
211
  end
212
+ elsif File.directory?(path)
213
+ next
212
214
  else
213
215
  STDERR.puts "SKIP #{path}; not file"
214
216
  next
@@ -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.13"
21
+ VERSION = "1.0.14"
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.13
4
+ version: 1.0.14
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-06-18 00:00:00.000000000 Z
11
+ date: 2014-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-linguist
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  requirements: []
79
79
  rubyforge_project: copyright-header
80
- rubygems_version: 2.0.3
80
+ rubygems_version: 2.0.14
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: A utility to insert copyright headers into various types of source code files