github_bot 0.3.0 → 0.3.1
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/CHANGELOG.md +3 -0
- data/github_bot.gemspec +1 -1
- data/lib/github_bot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61973c7486e9ca173cb3dbbccc00dc26447dd60fddf21c81c0e7fb9b9e52472c
|
|
4
|
+
data.tar.gz: e4cf36b31641a4ad74ae46542d7a2004e84eff80aa5873f734006598881eb9f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af7c17cac25261f7d7f849a612150a7e39698d6eba0f6e2173744e5447095ea20484384e2e1012cb091ea855ca6e4aa0d6638332c2b44091a93ddf4fae5bfec7
|
|
7
|
+
data.tar.gz: a5fbfbda3d8d093a2d48d9bd20e32ee87e3719d4a485cfc5cf7ea70722c2b5f276b73934e30810fb714e22a98912809e7fd77367966327d46451b70d231e047c
|
data/CHANGELOG.md
CHANGED
|
@@ -4,3 +4,6 @@
|
|
|
4
4
|
# 0.3.0
|
|
5
5
|
- Add Danger validation for changelog and prepare for next patch release ([#7](https://github.com/cerner/github_bot-ruby/pull/7))
|
|
6
6
|
- Update to support ruby 3.2 ([#8](https://github.com/cerner/github_bot-ruby/pull/8))
|
|
7
|
+
|
|
8
|
+
# 0.3.1
|
|
9
|
+
- Back version of ruby to be in RVM supported set ([#9](https://github.com/cerner/github_bot-ruby/pull/9))
|
data/github_bot.gemspec
CHANGED
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
|
29
29
|
|
|
30
30
|
# rubocop:disable Gemspec/RequiredRubyVersion
|
|
31
31
|
# The intent is for supportability from ruby 2.7 and greater
|
|
32
|
-
spec.required_ruby_version = '>= 2.7.
|
|
32
|
+
spec.required_ruby_version = '>= 2.7.2'
|
|
33
33
|
# rubocop:enable Gemspec/RequiredRubyVersion
|
|
34
34
|
|
|
35
35
|
spec.add_dependency 'git', '~> 1.0'
|
data/lib/github_bot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Howdeshell
|
|
@@ -137,7 +137,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
requirements:
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 2.7.
|
|
140
|
+
version: 2.7.2
|
|
141
141
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
requirements:
|
|
143
143
|
- - ">="
|