lt-google-api 0.2.3 → 0.2.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: 49e7855c5ab40fb80281ba58f130333ad81631cbaa24dd9b5d64b79d40fc8bc8
4
- data.tar.gz: fb1393d24c6a05c168da9cd43bc460a4439424cdbb9f233f86b7df274aca474a
3
+ metadata.gz: 203073cba74046037ecc29511af5eb80b60bcb27a4590a5fe9fde1f9334e7355
4
+ data.tar.gz: 0e61efbb1603bec389c470395637b31f8e81b3cbe50bb97b4a2a396bfaf375da
5
5
  SHA512:
6
- metadata.gz: cec024f4b0490b44dccaf9232dbebac79c466fab348ac4b0bd16e61b2fbda688c57d32c998938c2abf6c3638ed39fa039ac186706358112c26f31569380f089d
7
- data.tar.gz: 3d100192c9e212ed8046c44b657f8660e42e0a0b839ae57a988c08b060e8ed1ae290e97cbc9469040d09fbd67f399bf768dba73f99674c8ed5e17801c7d1f1ec
6
+ metadata.gz: dad5b20560975ce5037b9a07bf472fdc5ab3c1e3cd69ede699bd3d0d72cbc9b4c49abdfff7fd939b702ad67204285ccd1191ce811d40aa7b0d27e4421560830a
7
+ data.tar.gz: f1d8ad2e964132b96317848f5f2413e9115af93c115f8e5888abc722d856d333f9d1786d46c0d14dac747e17aa59a84a2c866da892855c9ae29122d4ddba58d8
data/CHANGELOG.md CHANGED
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [Unreleased](https://github.com/learningtapestry/lt-google-api/compare/v0.2.3...HEAD)
7
+ ## [Unreleased](https://github.com/learningtapestry/lt-google-api/compare/v0.2.4...HEAD)
8
+
9
+ ## [0.2.4](https://github.com/learningtapestry/lt-lcms/compare/v0.2.3...v0.2.4) - 2021-07-16
10
+
11
+ ### Fixed
12
+
13
+ - Fix for Google Query ([#13](https://github.com/learningtapestry/lt-google-api/pull/13))
8
14
 
9
15
  ## [0.2.3](https://github.com/learningtapestry/lt-lcms/compare/v0.2.2...v0.2.3) - 2021-07-02
10
16
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lt-google-api (0.2.3)
4
+ lt-google-api (0.2.4)
5
5
  google-api-client (~> 0.46)
6
6
  googleauth (~> 0.14)
7
7
 
@@ -14,25 +14,29 @@ GEM
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
16
  zeitwerk (~> 2.3)
17
- addressable (2.7.0)
17
+ addressable (2.8.0)
18
18
  public_suffix (>= 2.0.2, < 5.0)
19
19
  ast (2.4.2)
20
20
  childprocess (4.1.0)
21
21
  concurrent-ruby (1.1.9)
22
22
  declarative (0.0.20)
23
- faraday (1.4.3)
23
+ faraday (1.5.1)
24
24
  faraday-em_http (~> 1.0)
25
25
  faraday-em_synchrony (~> 1.0)
26
26
  faraday-excon (~> 1.1)
27
+ faraday-httpclient (~> 1.0.1)
27
28
  faraday-net_http (~> 1.0)
28
29
  faraday-net_http_persistent (~> 1.1)
30
+ faraday-patron (~> 1.0)
29
31
  multipart-post (>= 1.2, < 3)
30
32
  ruby2_keywords (>= 0.0.4)
31
33
  faraday-em_http (1.0.0)
32
34
  faraday-em_synchrony (1.0.0)
33
35
  faraday-excon (1.1.0)
36
+ faraday-httpclient (1.0.1)
34
37
  faraday-net_http (1.0.1)
35
- faraday-net_http_persistent (1.1.0)
38
+ faraday-net_http_persistent (1.2.0)
39
+ faraday-patron (1.0.0)
36
40
  gems (1.2.0)
37
41
  google-api-client (0.53.0)
38
42
  google-apis-core (~> 0.1)
@@ -46,8 +50,8 @@ GEM
46
50
  retriable (>= 2.0, < 4.a)
47
51
  rexml
48
52
  webrick
49
- google-apis-discovery_v1 (0.5.0)
50
- google-apis-core (>= 0.3, < 2.a)
53
+ google-apis-discovery_v1 (0.6.0)
54
+ google-apis-core (>= 0.4, < 2.a)
51
55
  google-apis-generator (0.4.0)
52
56
  activesupport (>= 5.0)
53
57
  gems (~> 1.2)
@@ -101,7 +105,7 @@ GEM
101
105
  rubocop-ast (1.7.0)
102
106
  parser (>= 3.0.1.1)
103
107
  ruby-progressbar (1.11.0)
104
- ruby2_keywords (0.0.4)
108
+ ruby2_keywords (0.0.5)
105
109
  signet (0.15.0)
106
110
  addressable (~> 2.3)
107
111
  faraday (>= 0.17.3, < 2.0)
@@ -85,7 +85,7 @@ module Lt
85
85
  page_token = nil
86
86
  loop do
87
87
  response = service.list_files(
88
- q: %("#{folder_id}" in parents and trashed = false"),
88
+ q: %("#{folder_id}" in parents and trashed = false),
89
89
  fields: 'files(id, mime_type), nextPageToken',
90
90
  page_token: page_token.to_s,
91
91
  include_items_from_all_drives: true,
@@ -3,7 +3,7 @@
3
3
  module Lt
4
4
  module Google
5
5
  module Api
6
- VERSION = '0.2.3'
6
+ VERSION = '0.2.4'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lt-google-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kuznetsov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-07-02 00:00:00.000000000 Z
11
+ date: 2021-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-api-client
@@ -145,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  - !ruby/object:Gem::Version
146
146
  version: '0'
147
147
  requirements: []
148
- rubygems_version: 3.0.9
148
+ rubygems_version: 3.2.21
149
149
  signing_key:
150
150
  specification_version: 4
151
151
  summary: Provides the set of classes to simplify work with Google services