grafeas 1.7.0 → 1.8.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/grafeas/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23c02a89bb1ec5c91198f07535c871aa89ce2e2279e92033877987da01052dcb
4
- data.tar.gz: ee24814b28b91335ded750e8335436bc44147ad02a6658a03197b9bbb19087ec
3
+ metadata.gz: 1087e39659813d1e6c30834df5a98d5562184daec175966b781ae3a8d019de2a
4
+ data.tar.gz: 90657983a568ee12dab8b730be9ca49a7bfe2c3745309b6110ae00e034f98a3c
5
5
  SHA512:
6
- metadata.gz: 89431a6c5c6c2eefd58407b9fad19e31f96a079b794eea00986bcc317d9a8a7a3edf0fd527ec9fdbaeb6b34c0b625f6dd55eb4685481afdc3fd2877c7f60c354
7
- data.tar.gz: fa29be61d1f89df3f15f6adac9026d8f6823185e317ddd76f584a0064c8a03144196383091c9472f065915512d8c0b867ca909efe1098177a71992fd24b2cd30
6
+ metadata.gz: fded3e00ca3c558c3d884613bcdcbf9e12bcfc9e66bdf68816b9f9d49cc6fbd9537a449d4cc1c5e23cab9470d02e8f192ad9455915342ad80dcbefaaecd3cf4d
7
+ data.tar.gz: 679510fe5f87fc90da57d7c01f0a2e4ffeddfcdf09a471ba3bf3e093bb65554c3a69d6a89bce7c0a0ba4a7922c9bc8d22b49b73acce01b99aab79f241e0baca2
data/README.md CHANGED
@@ -75,7 +75,7 @@ working, try updating the versioned clients in your bundle or installed gems:
75
75
 
76
76
  ## Supported Ruby Versions
77
77
 
78
- This library is supported on Ruby 3.0+.
78
+ This library is supported on Ruby 3.2+.
79
79
 
80
80
  Google provides official support for Ruby versions that are actively supported
81
81
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -18,5 +18,5 @@
18
18
 
19
19
 
20
20
  module Grafeas
21
- VERSION = "1.7.0"
21
+ VERSION = "1.8.0"
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grafeas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC