rake_roll 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rake_roll/roller.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dac52af7b024695d735ef0eb7c092eed8fdae0c
4
- data.tar.gz: 1a3633bc707f6ded2f78e629e3b9b5985934ad55
3
+ metadata.gz: 0cb8c149b57b098435b8aac3e7b4ff4c7e248a5b
4
+ data.tar.gz: 5d5a461e3bfbf4bd1870a9a4895b6acd0b5d7d9a
5
5
  SHA512:
6
- metadata.gz: 8ec7810d5bbad5f44edd109b0552a28560ee10d89413c5ecde826ef52cd1aab16b0ff7e5d990fb7adcb90a69f4f398c6811ee236d23f53470aab696533e45167
7
- data.tar.gz: 342bfc4851c5a570d146af9cacf7f839eb17cbe528cbb090b812befd719f031159f12c6d74525bce0734d9e00c54e379ed76e387616e33e994933431787e667c
6
+ metadata.gz: 9270aec9cd6c5e47f491899895a1ac0496119cbe5de1cfa0c16af45cc68f3756864a95a67c939f6d579e84fd01eec0cf51b84fc84f25836ae70f1ac8ea43af4a
7
+ data.tar.gz: dad7fd9a97142476e923c8a72a219e6749b69a26db3f21f1603c5e937ee221451b5096bf13d7d718da603ba8afc1340a01ed8c944ffe2ef5f0b79e4bfd5e6eb3
data/README.md CHANGED
@@ -39,7 +39,7 @@ Or install it yourself as:
39
39
 
40
40
  CHANGELOG
41
41
 
42
- Only commits starting with * or match /^[0-9a-zA-Z\-_]{3,27} :: #[0-9]{4,6} :: .{5,}/ will be added to the changelog, example:
42
+ Only commits starting with *, 'Tech' or match /^@[0-9a-zA-Z\-_]{3,27} #[0-9]{4,6} .{5,}/ will be added to the changelog, example:
43
43
 
44
44
  * BugFix: #1234 IE6 Positioning fix
45
45
  * Feature: #1111 Adding rake_roll to the Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
@@ -135,7 +135,7 @@ module RakeRoll
135
135
  private
136
136
 
137
137
  def include_line?(line)
138
- line.start_with?('*') || /^[0-9a-zA-Z\-_]{3,27} :: #[0-9]{4,6} :: .{5,}/.match(line)
138
+ line.start_with?('*') || line.start_with?('Tech') || /^@[0-9a-zA-Z\-_]{3,27} #[0-9]{4,6} .{5,}/.match(line)
139
139
  end
140
140
  end
141
141
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_roll
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Hanscombe
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-02-01 00:00:00.000000000 Z
12
+ date: 2018-02-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler