shotgrid_api_ruby 0.1.3 → 0.1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 774dd8aaf768a98b4be34e5f5c9d208605fd590aec94754273452f48130498a5
4
- data.tar.gz: d3faf78fe7efcd12ecbbfed7c175597a547ecffbcb951586e51de1624e9a6d8a
3
+ metadata.gz: 333653a08be09ab4d6584b02bba3607d1c15b33ff368a2ae43768ac618237b0f
4
+ data.tar.gz: a4ff9433124e6e5f8d4a45425f9d9fed887b9199614a6b80180f9869431367c1
5
5
  SHA512:
6
- metadata.gz: 4c9e6fd99e54df7499011a75de0884ea8f96bafe1dc6eba86013f1fc5381177467814e7b0590247f632f8ffee7d1a5e2d8f9be8495936235da3d3e238771c3e7
7
- data.tar.gz: 698dbc0f7d77dad04d5ca3fad5acea4c1ea2d6429dfa587c0e1b4df096ce474bdb2343c658ad8081d154f4adda82baa732243ceebcc25cd89dddb1dbab1e8f2f
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.2...HEAD
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShotgridApiRuby
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.3.1'
5
5
  end
@@ -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.5.0')
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.5.0
380
+ version: 2.6.0
381
381
  required_rubygems_version: !ruby/object:Gem::Requirement
382
382
  requirements:
383
383
  - - ">="