shotgrid_api_ruby 0.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 +7 -1
- data/lib/shotgrid_api_ruby/version.rb +1 -1
- data/shotgrid_api_ruby.gemspec +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: 333653a08be09ab4d6584b02bba3607d1c15b33ff368a2ae43768ac618237b0f
|
|
4
|
+
data.tar.gz: a4ff9433124e6e5f8d4a45425f9d9fed887b9199614a6b80180f9869431367c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7778ef6d4be81061647548446a4700906132722f1201c04888bbabc2f9ada5c2c8231fe76776c3d395f6ded1af0e5043bb2aca1a5a08065fb61433d83e4a3845
|
|
7
|
+
data.tar.gz: 38eafb01dcdec490a00a46740550864042c0017fe4379194ff6c60d3db7d48c0219c8a509f8905bdcaf30c9cad02676c55519f835a09eec94558b46a1d2d771d
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.1.3.1] - 2021-08-24
|
|
10
|
+
### Changed
|
|
11
|
+
- Correctly advertising the minimum ruby version to 2.6
|
|
12
|
+
|
|
9
13
|
## [0.1.3] - 2021-08-24
|
|
10
14
|
### Changed
|
|
11
15
|
- Updated tooling
|
|
@@ -55,7 +59,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
55
59
|
- Entities: delete
|
|
56
60
|
- Entities: revive
|
|
57
61
|
|
|
58
|
-
[Unreleased]: https://github.com/shotgunsoftware/shotgrid_api_ruby/compare/v0.1.
|
|
62
|
+
[Unreleased]: https://github.com/shotgunsoftware/shotgrid_api_ruby/compare/v0.1.3.1...HEAD
|
|
63
|
+
[0.1.3.1]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.2
|
|
64
|
+
[0.1.3]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.2
|
|
59
65
|
[0.1.2]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.2
|
|
60
66
|
[0.1.1]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.1
|
|
61
67
|
[0.1.0]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.0
|
data/shotgrid_api_ruby.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
"Gem to facilitate the interaction with Shotgrid's REST API."
|
|
16
16
|
spec.homepage = 'https://github.com/shotgunsoftware/shotgrid_api_ruby'
|
|
17
17
|
spec.license = 'MIT'
|
|
18
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.
|
|
18
|
+
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
|
|
19
19
|
|
|
20
20
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
21
21
|
spec.metadata['source_code_uri'] =
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shotgrid_api_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.3
|
|
4
|
+
version: 0.1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Denis <Zaratan> Pasin
|
|
@@ -377,7 +377,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
377
377
|
requirements:
|
|
378
378
|
- - ">="
|
|
379
379
|
- !ruby/object:Gem::Version
|
|
380
|
-
version: 2.
|
|
380
|
+
version: 2.6.0
|
|
381
381
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
382
382
|
requirements:
|
|
383
383
|
- - ">="
|