shotgrid_api_ruby 0.2.0.1 → 0.2.0.4

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: 9c75a790bf6a5bcafd7ecae41e3027099ef522fe1a4dcc8d907857f21a40e5ef
4
- data.tar.gz: 3b0741ffcad53db13e7d9327219ae6ead229a01c58db869cd7dc37a1546a5c16
3
+ metadata.gz: 1b777dd1688925c95b85bed07b52a71f402e39c00a974e55178e2770c3026ac1
4
+ data.tar.gz: ca495362b26d4c02990da0fcd741f05e43057cec3286e1ef932b9b85386bb44e
5
5
  SHA512:
6
- metadata.gz: 63122cb395863f20ae9e3bdb2812cc6c710778e84bd059ddc79d38c87d3e68df31adc3e07ef07db8d451093848e6f4602c69006c2d3ea888b4cac0f6b2f926c0
7
- data.tar.gz: a1c1d4227bad34da46580b62f8a6f891d261ab71bd84fa12117e0d188460780144182dd0f8d9eff7e3ce3f7c9f56d4273b9f2e7079834ae8b0a0ca6dc452b42b
6
+ metadata.gz: 1e5f0edfe8231860ae95cfc29c4b846795b40c7b5bd02bed79191d89468cc03318eeed743528cf64604556442b31f43b1352b26301d8de53fa7e99d87178f5e6
7
+ data.tar.gz: 2dd28a360e37e46ce28eb68cabc7e02ad93b740edd27f242f7120167d9dc733a5d7715209e1c5d7e1f8ece3db53cc55212cc022bbd2d92a66e9e0b30b7b1df92
@@ -9,7 +9,8 @@ jobs:
9
9
  tests:
10
10
  strategy:
11
11
  matrix:
12
- ruby: [2.6, 2.7, 3.0]
12
+ # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13
+ ruby: [2.6, 2.7, '3.0', 3.1]
13
14
  runs-on: ubuntu-latest
14
15
 
15
16
  steps:
@@ -4,12 +4,14 @@ on:
4
4
  push:
5
5
  branches-ignore:
6
6
  - main
7
+ pull_request:
7
8
 
8
9
  jobs:
9
10
  tests:
10
11
  strategy:
11
12
  matrix:
12
- ruby: [2.6, 2.7, 3.0]
13
+ # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
14
+ ruby: [2.6, 2.7, '3.0', 3.1]
13
15
  runs-on: ubuntu-latest
14
16
 
15
17
  steps:
data/.gitignore CHANGED
@@ -10,8 +10,6 @@
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
12
  .env
13
- Gemfile.lock
14
- Gemfile.lock
15
13
  docs
16
14
  spoom_report.html
17
15
  spoom_data
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.2
1
+ 3.0.3
data/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.2.0.4] - 2022-01-04
10
+ ### Changed
11
+ - Moving to bundler 2
12
+ - Updating all dependencies
13
+
14
+ ### Added
15
+ - Adding Ruby 3.1 to test matrix
16
+
9
17
  ## [0.2.0.1] - 2021-10-12
10
18
  ### Changed
11
19
  - Fixing Rubocop
data/Gemfile.lock ADDED
@@ -0,0 +1,264 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ shotgrid_api_ruby (0.2.0.4)
5
+ activesupport (< 7)
6
+ faraday (~> 1)
7
+ sorbet-runtime
8
+ zeitwerk (~> 2.2)
9
+
10
+ GEM
11
+ remote: https://rubygems.org/
12
+ specs:
13
+ activesupport (6.1.4.4)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (>= 1.6, < 2)
16
+ minitest (>= 5.1)
17
+ tzinfo (~> 2.0)
18
+ zeitwerk (~> 2.3)
19
+ ast (2.4.2)
20
+ backport (1.2.0)
21
+ benchmark (0.2.0)
22
+ bundler-audit (0.9.0.1)
23
+ bundler (>= 1.2.0, < 3)
24
+ thor (~> 1.0)
25
+ byebug (11.1.3)
26
+ childprocess (4.1.0)
27
+ coderay (1.1.3)
28
+ concurrent-ruby (1.1.9)
29
+ diff-lcs (1.5.0)
30
+ docile (1.4.0)
31
+ dotenv (2.7.6)
32
+ e2mmap (0.1.0)
33
+ faker (2.19.0)
34
+ i18n (>= 1.6, < 2)
35
+ faraday (1.9.3)
36
+ faraday-em_http (~> 1.0)
37
+ faraday-em_synchrony (~> 1.0)
38
+ faraday-excon (~> 1.1)
39
+ faraday-httpclient (~> 1.0)
40
+ faraday-multipart (~> 1.0)
41
+ faraday-net_http (~> 1.0)
42
+ faraday-net_http_persistent (~> 1.0)
43
+ faraday-patron (~> 1.0)
44
+ faraday-rack (~> 1.0)
45
+ faraday-retry (~> 1.0)
46
+ ruby2_keywords (>= 0.0.4)
47
+ faraday-em_http (1.0.0)
48
+ faraday-em_synchrony (1.0.0)
49
+ faraday-excon (1.1.0)
50
+ faraday-httpclient (1.0.1)
51
+ faraday-multipart (1.0.3)
52
+ multipart-post (>= 1.2, < 3)
53
+ faraday-net_http (1.0.1)
54
+ faraday-net_http_persistent (1.2.0)
55
+ faraday-patron (1.0.0)
56
+ faraday-rack (1.0.0)
57
+ faraday-retry (1.0.3)
58
+ ffi (1.15.5)
59
+ formatador (1.1.0)
60
+ guard (2.18.0)
61
+ formatador (>= 0.2.4)
62
+ listen (>= 2.7, < 4.0)
63
+ lumberjack (>= 1.0.12, < 2.0)
64
+ nenv (~> 0.1)
65
+ notiffany (~> 0.0)
66
+ pry (>= 0.13.0)
67
+ shellany (~> 0.0)
68
+ thor (>= 0.18.1)
69
+ guard-compat (1.2.1)
70
+ guard-rspec (4.7.3)
71
+ guard (~> 2.1)
72
+ guard-compat (~> 1.1)
73
+ rspec (>= 2.99.0, < 4.0)
74
+ haml (5.2.2)
75
+ temple (>= 0.8.0)
76
+ tilt
77
+ i18n (1.9.1)
78
+ concurrent-ruby (~> 1.0)
79
+ iniparse (1.5.0)
80
+ jaro_winkler (1.5.4)
81
+ kramdown (2.3.1)
82
+ rexml
83
+ kramdown-parser-gfm (1.1.0)
84
+ kramdown (~> 2.0)
85
+ listen (3.7.1)
86
+ rb-fsevent (~> 0.10, >= 0.10.3)
87
+ rb-inotify (~> 0.9, >= 0.9.10)
88
+ lumberjack (1.2.8)
89
+ method_source (1.0.0)
90
+ mini_portile2 (2.7.1)
91
+ minitest (5.15.0)
92
+ multipart-post (2.1.1)
93
+ nenv (0.3.0)
94
+ nokogiri (1.13.1)
95
+ mini_portile2 (~> 2.7.0)
96
+ racc (~> 1.4)
97
+ notiffany (0.1.3)
98
+ nenv (~> 0.1)
99
+ shellany (~> 0.0)
100
+ overcommit (0.58.0)
101
+ childprocess (>= 0.6.3, < 5)
102
+ iniparse (~> 1.4)
103
+ rexml (~> 3.2)
104
+ parallel (1.21.0)
105
+ parser (3.1.0.0)
106
+ ast (~> 2.4.1)
107
+ prettier (2.0.0)
108
+ pry (0.13.1)
109
+ coderay (~> 1.1)
110
+ method_source (~> 1.0)
111
+ pry-byebug (3.9.0)
112
+ byebug (~> 11.0)
113
+ pry (~> 0.13.0)
114
+ racc (1.6.0)
115
+ rainbow (3.1.1)
116
+ rake (13.0.6)
117
+ rb-fsevent (0.11.0)
118
+ rb-inotify (0.10.1)
119
+ ffi (~> 1.0)
120
+ rbi (0.0.11)
121
+ ast
122
+ parser
123
+ sorbet-runtime (>= 0.5.9204)
124
+ unparser
125
+ regexp_parser (2.2.0)
126
+ reverse_markdown (2.1.1)
127
+ nokogiri
128
+ rexml (3.2.5)
129
+ rspec (3.10.0)
130
+ rspec-core (~> 3.10.0)
131
+ rspec-expectations (~> 3.10.0)
132
+ rspec-mocks (~> 3.10.0)
133
+ rspec-core (3.10.2)
134
+ rspec-support (~> 3.10.0)
135
+ rspec-expectations (3.10.2)
136
+ diff-lcs (>= 1.2.0, < 2.0)
137
+ rspec-support (~> 3.10.0)
138
+ rspec-mocks (3.10.3)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.10.0)
141
+ rspec-support (3.10.3)
142
+ rspec_in_context (1.1.0.3)
143
+ activesupport (> 2.0)
144
+ rspec (> 3.0)
145
+ rubocop (1.25.0)
146
+ parallel (~> 1.10)
147
+ parser (>= 3.1.0.0)
148
+ rainbow (>= 2.2.2, < 4.0)
149
+ regexp_parser (>= 1.8, < 3.0)
150
+ rexml
151
+ rubocop-ast (>= 1.15.1, < 2.0)
152
+ ruby-progressbar (~> 1.7)
153
+ unicode-display_width (>= 1.4.0, < 3.0)
154
+ rubocop-ast (1.15.1)
155
+ parser (>= 3.0.1.1)
156
+ rubocop-faker (1.1.0)
157
+ faker (>= 2.12.0)
158
+ rubocop (>= 0.82.0)
159
+ rubocop-performance (1.13.2)
160
+ rubocop (>= 1.7.0, < 2.0)
161
+ rubocop-ast (>= 0.4.0)
162
+ rubocop-sorbet (0.6.5)
163
+ rubocop (>= 0.90.0)
164
+ ruby-progressbar (1.11.0)
165
+ ruby2_keywords (0.0.5)
166
+ shellany (0.0.1)
167
+ simplecov (0.21.2)
168
+ docile (~> 1.1)
169
+ simplecov-html (~> 0.11)
170
+ simplecov_json_formatter (~> 0.1)
171
+ simplecov-html (0.12.3)
172
+ simplecov_json_formatter (0.1.3)
173
+ solargraph (0.44.3)
174
+ backport (~> 1.2)
175
+ benchmark
176
+ bundler (>= 1.17.2)
177
+ diff-lcs (~> 1.4)
178
+ e2mmap
179
+ jaro_winkler (~> 1.5)
180
+ kramdown (~> 2.3)
181
+ kramdown-parser-gfm (~> 1.1)
182
+ parser (~> 3.0)
183
+ reverse_markdown (>= 1.0.5, < 3)
184
+ rubocop (>= 0.52)
185
+ thor (~> 1.0)
186
+ tilt (~> 2.0)
187
+ yard (~> 0.9, >= 0.9.24)
188
+ sorbet (0.5.9606)
189
+ sorbet-static (= 0.5.9606)
190
+ sorbet-runtime (0.5.9606)
191
+ sorbet-static (0.5.9606-universal-darwin-14)
192
+ sorbet-static (0.5.9606-universal-darwin-15)
193
+ sorbet-static (0.5.9606-universal-darwin-16)
194
+ sorbet-static (0.5.9606-universal-darwin-17)
195
+ sorbet-static (0.5.9606-universal-darwin-18)
196
+ sorbet-static (0.5.9606-universal-darwin-19)
197
+ sorbet-static (0.5.9606-universal-darwin-20)
198
+ sorbet-static (0.5.9606-universal-darwin-21)
199
+ sorbet-static (0.5.9606-x86_64-linux)
200
+ spoom (1.1.8)
201
+ sorbet (>= 0.5.9204)
202
+ sorbet-runtime (>= 0.5.9204)
203
+ thor (>= 0.19.2)
204
+ tapioca (0.6.3)
205
+ bundler (>= 1.17.3)
206
+ pry (>= 0.12.2)
207
+ rbi (~> 0.0.0, >= 0.0.9)
208
+ sorbet-runtime (>= 0.5.9204)
209
+ sorbet-static (>= 0.5.9204)
210
+ spoom (~> 1.1.0, >= 1.1.4)
211
+ thor (>= 1.2.0)
212
+ yard-sorbet
213
+ temple (0.8.2)
214
+ thor (1.2.1)
215
+ tilt (2.0.10)
216
+ timecop (0.9.4)
217
+ tzinfo (2.0.4)
218
+ concurrent-ruby (~> 1.0)
219
+ unicode-display_width (2.1.0)
220
+ unparser (0.6.3)
221
+ diff-lcs (~> 1.3)
222
+ parser (>= 3.1.0)
223
+ vcr (6.0.0)
224
+ webrick (1.7.0)
225
+ yard (0.9.27)
226
+ webrick (~> 1.7.0)
227
+ yard-sorbet (0.6.1)
228
+ sorbet-runtime (>= 0.5)
229
+ yard (>= 0.9)
230
+ zeitwerk (2.5.4)
231
+
232
+ PLATFORMS
233
+ ruby
234
+
235
+ DEPENDENCIES
236
+ bundler
237
+ bundler-audit (> 0.6.0)
238
+ dotenv
239
+ faker (> 1.8)
240
+ guard-rspec
241
+ haml
242
+ overcommit
243
+ prettier
244
+ pry-byebug
245
+ rake
246
+ rspec (~> 3.0)
247
+ rspec_in_context (> 1)
248
+ rubocop (> 0.58)
249
+ rubocop-faker
250
+ rubocop-performance
251
+ rubocop-sorbet
252
+ shotgrid_api_ruby!
253
+ simplecov (> 0.16)
254
+ solargraph
255
+ sorbet
256
+ tapioca
257
+ timecop
258
+ unparser
259
+ vcr
260
+ yard
261
+ yard-sorbet
262
+
263
+ BUNDLED WITH
264
+ 2.3.4
@@ -29,7 +29,7 @@ module ShotgridApiRuby
29
29
  attr_reader :connection
30
30
 
31
31
  sig do
32
- params(filter: T.nilable(T.untyped), logical_operator: T.untyped)
32
+ params(filter: T.untyped, logical_operator: T.untyped)
33
33
  .returns(T.untyped)
34
34
  end
35
35
  def count(filter: nil, logical_operator: 'and')
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module ShotgridApiRuby
5
- VERSION = '0.2.0.1'
5
+ VERSION = '0.2.0.4'
6
6
  end
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
33
  end
34
34
  spec.require_paths = ['lib']
35
35
 
36
- spec.add_dependency 'activesupport'
36
+ spec.add_dependency 'activesupport', '< 7' # ActiveSupport 7+ do not support Ruby 2.6
37
37
  spec.add_dependency 'faraday', '~> 1'
38
38
  spec.add_dependency 'sorbet-runtime'
39
39
  spec.add_dependency 'zeitwerk', '~> 2.2'
@@ -48,4 +48,5 @@ Gem::Specification.new do |spec|
48
48
  spec.add_development_dependency 'simplecov', '> 0.16'
49
49
  spec.add_development_dependency 'timecop'
50
50
  spec.add_development_dependency 'vcr'
51
+ spec.metadata = { 'rubygems_mfa_required' => 'true' }
51
52
  end
data/yarn.lock CHANGED
@@ -10,6 +10,6 @@
10
10
  prettier ">=1.10"
11
11
 
12
12
  prettier@>=1.10, prettier@^2.2.1:
13
- version "2.3.2"
14
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
15
- integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
13
+ version "2.5.1"
14
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
15
+ integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shotgrid_api_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.1
4
+ version: 0.2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis <Zaratan> Pasin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-12 00:00:00.000000000 Z
11
+ date: 2022-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "<"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "<"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: faraday
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -230,6 +230,7 @@ files:
230
230
  - CHANGELOG.md
231
231
  - CODE_OF_CONDUCT.md
232
232
  - Gemfile
233
+ - Gemfile.lock
233
234
  - Guardfile
234
235
  - LICENSE.txt
235
236
  - README.md
@@ -386,10 +387,8 @@ homepage: https://github.com/shotgunsoftware/shotgrid_api_ruby
386
387
  licenses:
387
388
  - MIT
388
389
  metadata:
389
- homepage_uri: https://github.com/shotgunsoftware/shotgrid_api_ruby
390
- source_code_uri: https://github.com/shotgunsoftware/shotgrid_api_ruby
391
- changelog_uri: https://github.com/shotgunsoftware/shotgrid_api_ruby/blob/main/CHANGELOG.md
392
- post_install_message:
390
+ rubygems_mfa_required: 'true'
391
+ post_install_message:
393
392
  rdoc_options: []
394
393
  require_paths:
395
394
  - lib
@@ -404,8 +403,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
404
403
  - !ruby/object:Gem::Version
405
404
  version: '0'
406
405
  requirements: []
407
- rubygems_version: 3.2.22
408
- signing_key:
406
+ rubygems_version: 3.2.32
407
+ signing_key:
409
408
  specification_version: 4
410
409
  summary: Gem to interact easily with Shotgrid REST api.
411
410
  test_files: []