scanii-ruby 1.3.0 → 1.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 +8 -0
- data/lib/scanii/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: c9fddc91c85da53168797a052626eb0fe200d675267b0752ff2d9e40e08c977e
|
|
4
|
+
data.tar.gz: 1438bf8d7cd1aa58747a898a6aed657cca75b5108b5ba0f4090511725e39d861
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69e26e752018a0792cf7f8dcb9bf0b49667c454186967f7193668dc5e24f12808c6f7c1ddf131b570f1045005d9b212233e74a22b1dd6b06417571cb71007b1a
|
|
7
|
+
data.tar.gz: a235aef9683b29e8111235cfbe11787c94594e897a0536703a1cfb7f546f7502c4355b1ccfa2254115af2495075a678c3e99a911f6263e20dd748752d51a0bc3
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `scanii-ruby` are documented here. Versions follow [SemVer](https://semver.org).
|
|
4
4
|
|
|
5
|
+
## [1.3.1] — dependency refresh
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Bumped CI action: `actions/checkout` v4 → v7 (pr.yml and release.yml).
|
|
10
|
+
(Dev dependencies float within gemspec `~>` ranges at install time — `Gemfile.lock`
|
|
11
|
+
is intentionally not committed; the gem has zero runtime dependencies and is unchanged.)
|
|
12
|
+
|
|
5
13
|
## [1.3.0] — deprecate AUTO endpoint
|
|
6
14
|
|
|
7
15
|
### Added
|
data/lib/scanii/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scanii-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scanii
|
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: '0'
|
|
109
109
|
requirements: []
|
|
110
|
-
rubygems_version: 4.0.
|
|
110
|
+
rubygems_version: 4.0.16
|
|
111
111
|
specification_version: 4
|
|
112
112
|
summary: Zero-dependency Ruby SDK for the Scanii content security API
|
|
113
113
|
test_files: []
|