rake_roll 2.1.3 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rake_roll/roller.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a41a6487b82cde72860b9cc31d40edf2f22b3853e6747a7aa6396c328e9f79a
4
- data.tar.gz: e2ead38a1c3c74311171cd18d0ea806b137cf91f407053f86459bf7ba11050b7
3
+ metadata.gz: a0b10bd051906ba8ebfcfeeb35c85867db65452573404652d7d536b9c4ac1896
4
+ data.tar.gz: 8954e827550ac54c6e4d7dbc3b54711669c8fca5c87c45859d660976b106d714
5
5
  SHA512:
6
- metadata.gz: 21c6fffd865c88b6ae38580b423d476f13e59408ebcd074a28521ebc7d3c70b30ece6c51979f1731e72b03032ce871929960ad54900f6ad7c72abbf1879d1da1
7
- data.tar.gz: 35b2a7b22a112334b3dd0c88ab23c514589b86830a7d3c7b0913e7d2390d5e8c7cc32cefad141b86187253fec5dfd3a444d1f684f652b5a1628bfd7891efdf1f
6
+ metadata.gz: 87159adc413b0b4da20cdcc44078f1852efff5970d53e3eebd93739d9e6cd54aba81236f50f70834f89ccc8a3baf86db9b031190d91f84c41d6f240f4f488def
7
+ data.tar.gz: a5dd3c737b76b8c8d6954f2e2f1713f075b57092ffa81a3c4735ed8de11b122c1b4dbe43b4eda479a1f27431c4ac68532a4a0b83e264e06e13961b21880d36b8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.3
1
+ 2.2.0
@@ -135,7 +135,7 @@ module RakeRoll
135
135
  private
136
136
 
137
137
  def include_line?(line)
138
- line.start_with?('*') || line.downcase.start_with("bugfix") || line.downcase.start_with?('tech') || /^@[0-9a-zA-Z\-_]{2,27} #[0-9a-zA-Z\-_]*[0-9]{1,6} .{5,}/.match(line)
138
+ line.start_with?('*') || line.downcase.start_with?("hotfix") || line.downcase.start_with?("bugfix") || line.downcase.start_with?('tech') || /^@[0-9a-zA-Z\-_]{2,27} #[0-9a-zA-Z\-_]*[0-9]{1,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.1.3
4
+ version: 2.2.0
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: 2020-12-10 00:00:00.000000000 Z
12
+ date: 2020-12-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler