shotgrid_api_ruby 0.2.0.4 → 0.2.0.5

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: 1b777dd1688925c95b85bed07b52a71f402e39c00a974e55178e2770c3026ac1
4
- data.tar.gz: ca495362b26d4c02990da0fcd741f05e43057cec3286e1ef932b9b85386bb44e
3
+ metadata.gz: eca9995bd3ca75f3b4ccfa4ece34b80f8611ac83f2254a235b6824e1bf84af41
4
+ data.tar.gz: 64ccf4453a1258869c491492166e218f5d490f48a5b13de51ede723b3f5c9f08
5
5
  SHA512:
6
- metadata.gz: 1e5f0edfe8231860ae95cfc29c4b846795b40c7b5bd02bed79191d89468cc03318eeed743528cf64604556442b31f43b1352b26301d8de53fa7e99d87178f5e6
7
- data.tar.gz: 2dd28a360e37e46ce28eb68cabc7e02ad93b740edd27f242f7120167d9dc733a5d7715209e1c5d7e1f8ece3db53cc55212cc022bbd2d92a66e9e0b30b7b1df92
6
+ metadata.gz: 70a42b18ed4d8430e4e3b4278097d7e369b43d5b6ea5cf516fdc37550421d5790aa40790473be545defa49580a5dc5680e2a969777be05fd984b19690573cacc
7
+ data.tar.gz: 5f69aee50847e4fc9accfe1f2ef41bcfe81dc1d4ea71b364308f4fe0117e034f4bbe2cde4f307069bdaa088f79776db4381f6f7e382d9fe94b9186d1907c5edf
@@ -10,7 +10,7 @@ jobs:
10
10
  strategy:
11
11
  matrix:
12
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
+ ruby: [2.7, '3.0', 3.1]
14
14
  runs-on: ubuntu-latest
15
15
 
16
16
  steps:
@@ -11,7 +11,7 @@ jobs:
11
11
  strategy:
12
12
  matrix:
13
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]
14
+ ruby: [2.7, '3.0', 3.1]
15
15
  runs-on: ubuntu-latest
16
16
 
17
17
  steps:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.3
1
+ 3.1.1
data/CHANGELOG.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Changelog
2
+
2
3
  All notable changes to this project will be documented in this file.
3
4
 
4
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
@@ -6,85 +7,130 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
 
7
8
  ## [Unreleased]
8
9
 
10
+ ## [0.2.0.5] - 2022-04-04
11
+
12
+ ### Removed
13
+
14
+ - Removing Ruby 2.6 after EOL
15
+
16
+ ### Changed
17
+
18
+ - ActiveSupport 7+
19
+
9
20
  ## [0.2.0.4] - 2022-01-04
21
+
10
22
  ### Changed
23
+
11
24
  - Moving to bundler 2
12
25
  - Updating all dependencies
13
26
 
14
27
  ### Added
28
+
15
29
  - Adding Ruby 3.1 to test matrix
16
30
 
17
31
  ## [0.2.0.1] - 2021-10-12
32
+
18
33
  ### Changed
34
+
19
35
  - Fixing Rubocop
20
36
 
21
37
  ## [0.2.0] - 2021-08-27
38
+
22
39
  ### Added
40
+
23
41
  - Adding Sorbet
24
42
 
25
43
  ## [0.1.3.3] - 2021-08-28
44
+
26
45
  ### Added
27
- - Issue default format
28
46
 
47
+ - Issue default format
29
48
 
30
49
  ## [0.1.3.2] - 2021-08-24
50
+
31
51
  ### Added
52
+
32
53
  - Code Of Conduct
33
54
 
34
55
  ## [0.1.3.1] - 2021-08-24
56
+
35
57
  ### Changed
58
+
36
59
  - Correctly advertising the minimum ruby version to 2.6
37
60
 
38
61
  ## [0.1.3] - 2021-08-24
62
+
39
63
  ### Changed
64
+
40
65
  - Updated tooling
41
66
  - Adding `ShotgridCallError` to capture call errors and give access to the raw Faraday response
42
67
 
43
68
  ## [0.1.2] - 2021-06-16
69
+
44
70
  ### Changed
71
+
45
72
  - Renamed to Shotgrid
46
73
 
47
74
  ## [0.1.1] - 2021-06-15
75
+
48
76
  ### Added
77
+
49
78
  - summarize and count support
50
79
 
51
80
  ## [0.1.0] - 2021-06-14
81
+
52
82
  ### Added
83
+
53
84
  - Complete test coverage (Unit + Integration tests)
54
85
  - Adding minimum coverage for tests
55
86
  - Adding Guard
56
87
 
57
88
  ### Changed
89
+
58
90
  - Fixed many edge-case bugs
59
91
 
60
92
  ### Removed
93
+
61
94
  - Removed the `Gemfile.lock` since it shouldn't be commited in gems
62
95
 
63
96
  ## [0.0.8.5] - 2021-01-15
97
+
64
98
  ### Added
99
+
65
100
  - Added prettier for ruby style
66
101
 
67
102
  ## [0.0.8.4] - 2021-01-07
103
+
68
104
  ### Changed
105
+
69
106
  - Safer eager_load
70
107
 
71
108
  ## [0.0.8.3] - 2021-01-07
109
+
72
110
  ### Added
111
+
73
112
  - eager_load files to fix weird bugs in rspec
74
113
 
75
114
  ## [0.0.8] - 2020-12-16
115
+
76
116
  ### Added
117
+
77
118
  - Schema: read
78
119
  - Schema: read fields
79
120
 
80
121
  ## [0.0.7] - 2020-12-16
122
+
81
123
  ### Added
124
+
82
125
  - Entities: update
83
126
  - Entities: create
84
127
  - Entities: delete
85
128
  - Entities: revive
86
129
 
87
- [Unreleased]: https://github.com/shotgunsoftware/shotgrid_api_ruby/compare/v0.2.0...HEAD
130
+ [unreleased]: https://github.com/shotgunsoftware/shotgrid_api_ruby/compare/v0.2.0...HEAD
131
+ [0.2.0.5]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.2.0.5
132
+ [0.2.0.4]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.2.0.4
133
+ [0.2.0.1]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.2.0.1
88
134
  [0.2.0]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.2.0
89
135
  [0.1.3.3]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.3.3
90
136
  [0.1.3.2]: https://github.com/shotgunsoftware/shotgrid_api_ruby/releases/tag/v0.1.3.2
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shotgrid_api_ruby (0.2.0.4)
5
- activesupport (< 7)
4
+ shotgrid_api_ruby (0.2.0.5)
5
+ activesupport (~> 7)
6
6
  faraday (~> 1)
7
7
  sorbet-runtime
8
8
  zeitwerk (~> 2.2)
@@ -10,12 +10,11 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (6.1.4.4)
13
+ activesupport (7.0.2.3)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- zeitwerk (~> 2.3)
19
18
  ast (2.4.2)
20
19
  backport (1.2.0)
21
20
  benchmark (0.2.0)
@@ -25,14 +24,14 @@ GEM
25
24
  byebug (11.1.3)
26
25
  childprocess (4.1.0)
27
26
  coderay (1.1.3)
28
- concurrent-ruby (1.1.9)
27
+ concurrent-ruby (1.1.10)
29
28
  diff-lcs (1.5.0)
30
29
  docile (1.4.0)
31
30
  dotenv (2.7.6)
32
31
  e2mmap (0.1.0)
33
- faker (2.19.0)
34
- i18n (>= 1.6, < 2)
35
- faraday (1.9.3)
32
+ faker (2.20.0)
33
+ i18n (>= 1.8.11, < 2)
34
+ faraday (1.10.0)
36
35
  faraday-em_http (~> 1.0)
37
36
  faraday-em_synchrony (~> 1.0)
38
37
  faraday-excon (~> 1.1)
@@ -74,11 +73,11 @@ GEM
74
73
  haml (5.2.2)
75
74
  temple (>= 0.8.0)
76
75
  tilt
77
- i18n (1.9.1)
76
+ i18n (1.10.0)
78
77
  concurrent-ruby (~> 1.0)
79
78
  iniparse (1.5.0)
80
79
  jaro_winkler (1.5.4)
81
- kramdown (2.3.1)
80
+ kramdown (2.3.2)
82
81
  rexml
83
82
  kramdown-parser-gfm (1.1.0)
84
83
  kramdown (~> 2.0)
@@ -87,12 +86,12 @@ GEM
87
86
  rb-inotify (~> 0.9, >= 0.9.10)
88
87
  lumberjack (1.2.8)
89
88
  method_source (1.0.0)
90
- mini_portile2 (2.7.1)
89
+ mini_portile2 (2.8.0)
91
90
  minitest (5.15.0)
92
91
  multipart-post (2.1.1)
93
92
  nenv (0.3.0)
94
- nokogiri (1.13.1)
95
- mini_portile2 (~> 2.7.0)
93
+ nokogiri (1.13.3)
94
+ mini_portile2 (~> 2.8.0)
96
95
  racc (~> 1.4)
97
96
  notiffany (0.1.3)
98
97
  nenv (~> 0.1)
@@ -101,10 +100,10 @@ GEM
101
100
  childprocess (>= 0.6.3, < 5)
102
101
  iniparse (~> 1.4)
103
102
  rexml (~> 3.2)
104
- parallel (1.21.0)
105
- parser (3.1.0.0)
103
+ parallel (1.22.1)
104
+ parser (3.1.1.0)
106
105
  ast (~> 2.4.1)
107
- prettier (2.0.0)
106
+ prettier (2.1.0)
108
107
  pry (0.13.1)
109
108
  coderay (~> 1.1)
110
109
  method_source (~> 1.0)
@@ -114,52 +113,52 @@ GEM
114
113
  racc (1.6.0)
115
114
  rainbow (3.1.1)
116
115
  rake (13.0.6)
117
- rb-fsevent (0.11.0)
116
+ rb-fsevent (0.11.1)
118
117
  rb-inotify (0.10.1)
119
118
  ffi (~> 1.0)
120
- rbi (0.0.11)
119
+ rbi (0.0.14)
121
120
  ast
122
- parser
121
+ parser (>= 2.6.4.0)
123
122
  sorbet-runtime (>= 0.5.9204)
124
123
  unparser
125
- regexp_parser (2.2.0)
124
+ regexp_parser (2.2.1)
126
125
  reverse_markdown (2.1.1)
127
126
  nokogiri
128
127
  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)
128
+ rspec (3.11.0)
129
+ rspec-core (~> 3.11.0)
130
+ rspec-expectations (~> 3.11.0)
131
+ rspec-mocks (~> 3.11.0)
132
+ rspec-core (3.11.0)
133
+ rspec-support (~> 3.11.0)
134
+ rspec-expectations (3.11.0)
136
135
  diff-lcs (>= 1.2.0, < 2.0)
137
- rspec-support (~> 3.10.0)
138
- rspec-mocks (3.10.3)
136
+ rspec-support (~> 3.11.0)
137
+ rspec-mocks (3.11.1)
139
138
  diff-lcs (>= 1.2.0, < 2.0)
140
- rspec-support (~> 3.10.0)
141
- rspec-support (3.10.3)
139
+ rspec-support (~> 3.11.0)
140
+ rspec-support (3.11.0)
142
141
  rspec_in_context (1.1.0.3)
143
142
  activesupport (> 2.0)
144
143
  rspec (> 3.0)
145
- rubocop (1.25.0)
144
+ rubocop (1.26.1)
146
145
  parallel (~> 1.10)
147
146
  parser (>= 3.1.0.0)
148
147
  rainbow (>= 2.2.2, < 4.0)
149
148
  regexp_parser (>= 1.8, < 3.0)
150
149
  rexml
151
- rubocop-ast (>= 1.15.1, < 2.0)
150
+ rubocop-ast (>= 1.16.0, < 2.0)
152
151
  ruby-progressbar (~> 1.7)
153
152
  unicode-display_width (>= 1.4.0, < 3.0)
154
- rubocop-ast (1.15.1)
155
- parser (>= 3.0.1.1)
153
+ rubocop-ast (1.16.0)
154
+ parser (>= 3.1.1.0)
156
155
  rubocop-faker (1.1.0)
157
156
  faker (>= 2.12.0)
158
157
  rubocop (>= 0.82.0)
159
- rubocop-performance (1.13.2)
158
+ rubocop-performance (1.13.3)
160
159
  rubocop (>= 1.7.0, < 2.0)
161
160
  rubocop-ast (>= 0.4.0)
162
- rubocop-sorbet (0.6.5)
161
+ rubocop-sorbet (0.6.7)
163
162
  rubocop (>= 0.90.0)
164
163
  ruby-progressbar (1.11.0)
165
164
  ruby2_keywords (0.0.5)
@@ -169,7 +168,7 @@ GEM
169
168
  simplecov-html (~> 0.11)
170
169
  simplecov_json_formatter (~> 0.1)
171
170
  simplecov-html (0.12.3)
172
- simplecov_json_formatter (0.1.3)
171
+ simplecov_json_formatter (0.1.4)
173
172
  solargraph (0.44.3)
174
173
  backport (~> 1.2)
175
174
  benchmark
@@ -185,26 +184,26 @@ GEM
185
184
  thor (~> 1.0)
186
185
  tilt (~> 2.0)
187
186
  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)
187
+ sorbet (0.5.9851)
188
+ sorbet-static (= 0.5.9851)
189
+ sorbet-runtime (0.5.9851)
190
+ sorbet-static (0.5.9851-universal-darwin-14)
191
+ sorbet-static (0.5.9851-universal-darwin-15)
192
+ sorbet-static (0.5.9851-universal-darwin-16)
193
+ sorbet-static (0.5.9851-universal-darwin-17)
194
+ sorbet-static (0.5.9851-universal-darwin-18)
195
+ sorbet-static (0.5.9851-universal-darwin-19)
196
+ sorbet-static (0.5.9851-universal-darwin-20)
197
+ sorbet-static (0.5.9851-universal-darwin-21)
198
+ sorbet-static (0.5.9851-x86_64-linux)
199
+ spoom (1.1.10)
201
200
  sorbet (>= 0.5.9204)
202
201
  sorbet-runtime (>= 0.5.9204)
203
202
  thor (>= 0.19.2)
204
- tapioca (0.6.3)
203
+ tapioca (0.7.1)
205
204
  bundler (>= 1.17.3)
206
205
  pry (>= 0.12.2)
207
- rbi (~> 0.0.0, >= 0.0.9)
206
+ rbi (~> 0.0.0, >= 0.0.14)
208
207
  sorbet-runtime (>= 0.5.9204)
209
208
  sorbet-static (>= 0.5.9204)
210
209
  spoom (~> 1.1.0, >= 1.1.4)
@@ -213,14 +212,14 @@ GEM
213
212
  temple (0.8.2)
214
213
  thor (1.2.1)
215
214
  tilt (2.0.10)
216
- timecop (0.9.4)
215
+ timecop (0.9.5)
217
216
  tzinfo (2.0.4)
218
217
  concurrent-ruby (~> 1.0)
219
218
  unicode-display_width (2.1.0)
220
- unparser (0.6.3)
219
+ unparser (0.6.4)
221
220
  diff-lcs (~> 1.3)
222
221
  parser (>= 3.1.0)
223
- vcr (6.0.0)
222
+ vcr (6.1.0)
224
223
  webrick (1.7.0)
225
224
  yard (0.9.27)
226
225
  webrick (~> 1.7.0)
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: ShotgridApiRuby::Auth::Validator
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -309,9 +309,9 @@
309
309
  </div>
310
310
 
311
311
  <div id="footer">
312
- Generated on Tue Oct 12 21:57:54 2021 by
312
+ Generated on Tue Apr 5 14:52:59 2022 by
313
313
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
314
- 0.9.26 (ruby-3.0.2).
314
+ 0.9.27 (ruby-3.0.3).
315
315
  </div>
316
316
 
317
317
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ShotgridApiRuby::Auth
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -1069,9 +1069,9 @@
1069
1069
  </div>
1070
1070
 
1071
1071
  <div id="footer">
1072
- Generated on Tue Oct 12 21:57:54 2021 by
1072
+ Generated on Tue Apr 5 14:52:59 2022 by
1073
1073
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1074
- 0.9.26 (ruby-3.0.2).
1074
+ 0.9.27 (ruby-3.0.3).
1075
1075
  </div>
1076
1076
 
1077
1077
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: ShotgridApiRuby::Client
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -923,9 +923,9 @@
923
923
  </div>
924
924
 
925
925
  <div id="footer">
926
- Generated on Tue Oct 12 21:57:54 2021 by
926
+ Generated on Tue Apr 5 14:52:59 2022 by
927
927
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
928
- 0.9.26 (ruby-3.0.2).
928
+ 0.9.27 (ruby-3.0.3).
929
929
  </div>
930
930
 
931
931
  </div>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: ShotgridApiRuby::Entities::Params::TooComplexFiltersError
8
8
 
9
- &mdash; Documentation by YARD 0.9.26
9
+ &mdash; Documentation by YARD 0.9.27
10
10
 
11
11
  </title>
12
12
 
@@ -114,9 +114,9 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Oct 12 21:57:55 2021 by
117
+ Generated on Tue Apr 5 14:53:00 2022 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
- 0.9.26 (ruby-3.0.2).
119
+ 0.9.27 (ruby-3.0.3).
120
120
  </div>
121
121
 
122
122
  </div>