rake_roll 2.2.0 → 2.3.0
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 +4 -4
- data/README.md +1 -0
- data/VERSION +1 -1
- data/lib/rake_roll/roller.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7fbf831192fa24653f32a9007f5e0dd043ddf83b2c7e9bc206281213a108402
|
|
4
|
+
data.tar.gz: cc8157728a5b4a08f35f196b5076c2e454434b1ab3849e4e7abaf655aab1f7f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80834699bc1c093f176e65911198d41c9ccb26de0233e56e71ed513f75e79b4969eda217a96b22462918efecda6cb972f1f6601df8eea1e4605b33a15d1d77d7
|
|
7
|
+
data.tar.gz: eabf20f3091c8b0c9c88c9f975f68a48fb9fbef5f2fa5cb8258159e855ceb96bc9292a2da25a262a569c04143b5d6125844dab8cb959cbd02ef44690cda96b36
|
data/README.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.3.0
|
data/lib/rake_roll/roller.rb
CHANGED
|
@@ -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?("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)
|
|
138
|
+
line.start_with?('*') || line.downcase.start_with?("hotfix") || line.downcase.start_with?("bugfix") || line.downcase.start_with?('tech') || /(^[A-Z]{1,6}\-\d{1,6})/.match(line) || /^@[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.
|
|
4
|
+
version: 2.3.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:
|
|
12
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -114,8 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
|
-
|
|
118
|
-
rubygems_version: 2.7.6.2
|
|
117
|
+
rubygems_version: 3.2.15
|
|
119
118
|
signing_key:
|
|
120
119
|
specification_version: 4
|
|
121
120
|
summary: 'RakeRoll: Git version tagger and changelog creator'
|