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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8171b42a58a7f35cfa98c74f60bb8bed775b5d7fc8b8ff2eb9ee6d4a17c9cb3b
4
- data.tar.gz: a0d72d29f3967beb0e22d6b876ffdb8ab57277dcd3f0aa985288c8dab30de272
3
+ metadata.gz: 61973c7486e9ca173cb3dbbccc00dc26447dd60fddf21c81c0e7fb9b9e52472c
4
+ data.tar.gz: e4cf36b31641a4ad74ae46542d7a2004e84eff80aa5873f734006598881eb9f8
5
5
  SHA512:
6
- metadata.gz: d7509a810213e4700965e54323129bfd04e7a1f52c31f72ce333f4f6dc128001cd4fe910ae3680bf437ad7d072e31a48641e3b44ac818ba104a5e047e6153cab
7
- data.tar.gz: c5fbe516cd9401d0f5f567351896a046dd939861731dd0910c9b15d234f6a063ce2e4449db9b04d6193a26a280e765c8646602f7890af043c4822d273b1e61fa
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.6'
32
+ spec.required_ruby_version = '>= 2.7.2'
33
33
  # rubocop:enable Gemspec/RequiredRubyVersion
34
34
 
35
35
  spec.add_dependency 'git', '~> 1.0'
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GithubBot
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
 
6
6
  # version module
7
7
  module Version
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.0
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.6
140
+ version: 2.7.2
141
141
  required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - ">="