issue-db 1.3.1 → 1.3.2

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 -0
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afd81f2991f380d3c7af947dbcbb1d92150ee9b5436d87cdffeecdae9a8d7732
4
- data.tar.gz: e1a37f8ff1d41c15ada506762cb02d65039550ab62adb82b2ae34c5ffcdb45d9
3
+ metadata.gz: 04333aa7c6f8d9cdbe7f640b8a5323d5c0ef42ee2a555c07cd0eafe2d92db6d7
4
+ data.tar.gz: 8d6ed788b139c7e68dfaa5e0230670d0a31a0ca36975e3b4126cf84369621af8
5
5
  SHA512:
6
- metadata.gz: f3ab3c9c02a6d941ed62e0c7e271a7b1ae35b01df19e8ae16f2dbf7b26338914641f3a2ec3eaed98602456344623771b0e9a8ddf472e363125e7542590129dae
7
- data.tar.gz: 3464fd9a4c92b006311d55e31780403106b797c0c1225c70303f3bf0f933646b71f4f64c106d3e1b8710a06b7f5c266ee0c607ba71a8648d5c5628ddb6294ee5
6
+ metadata.gz: e89c5a75b153c9f70eda1e92e7039d58e8bec773bdb739c2c7161172f79fb559a3f93fe50cfe892b336370b05b99b28371a656b83cda7596b0338a5a5e092153
7
+ data.tar.gz: 2b9b282f7614ffab3411bb977974c4a764a850ac49d3bc5192a48c38e469548a9a968ae7270327da6ab91d8d5465d835f564f1ffe6cc5122167786090239ba30
data/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  [![acceptance](https://github.com/runwaylab/issue-db/actions/workflows/acceptance.yml/badge.svg)](https://github.com/runwaylab/issue-db/actions/workflows/acceptance.yml)
7
7
  [![release](https://github.com/runwaylab/issue-db/actions/workflows/release.yml/badge.svg)](https://github.com/runwaylab/issue-db/actions/workflows/release.yml)
8
8
  [![coverage](./docs/assets/coverage.svg)](./docs/assets/coverage.svg)
9
+ ![slsa-level3](docs/assets/slsa-level3.svg)
9
10
 
10
11
  A Ruby Gem to use GitHub Issues as a NoSQL JSON document db.
11
12
 
data/lib/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module IssueDB
4
4
  module Version
5
- VERSION = "1.3.1"
5
+ VERSION = "1.3.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: issue-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - runwaylab