lt-lcms 0.4.3 → 0.4.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e473a918ee10abd3c4678e8aacb8226ca766c0873f1bd2eb7378ed0a945bed46
4
- data.tar.gz: f79e8bb554d732aff1f349a26c77a659031b142dd40ff72b65ca533d5e1f52c7
3
+ metadata.gz: 7a7d54912da56ecb5c67c7156fae127967689e0027480bebec4a2bc841c3ff75
4
+ data.tar.gz: 5a4389eee37177d731093e3f1310080b5cc361d9e1abd621faf9ffa673c3c564
5
5
  SHA512:
6
- metadata.gz: bb088eeeda2fd4692b95103f24bff729dcb3417d5526a89fa8cac514288e25af4b047e1893d3b7006cdd1f91a00ae79e8c876849ffee78ccb60744ca144ef699
7
- data.tar.gz: ef35fbbc8e83170464f3b78511a6423dcbcb84fcc619d1922fb0ed7ae61dff02a33bd8af5a56a7e79320f4b0074a3ba9c59fc527f08d0b330227ed0be3f738af
6
+ metadata.gz: ffccf04d37f1ecfef94f25cf60c732aab899e1d8b160c55e526c1f040582f2de44c136980291476d2e54dea1903a6bb21dad7cefff98e0f4550cf39b96223cfa
7
+ data.tar.gz: 7adb2215b0d9ab9d685d62dd2408a9c4e063490c2ed6e87ac3013c2b09f8667d3f6c2440cc42c941af34772bb792fa4c29c9a9a32c19f9c2c5930feca0d7865a
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/lcms-engine/compare/v0.4.3...HEAD)
7
+ ## [Unreleased](https://github.com/learningtapestry/lcms-engine/compare/v0.4.4...HEAD)
8
+
9
+ ## [0.4.4](https://github.com/learningtapestry/lt-lcms/compare/v0.4.3...v0.4.4) - 2021-07-16
10
+
11
+ ### Added
12
+
13
+ - Bump lt-google-api to 0.2.4 ([#19](https://github.com/learningtapestry/lt-lcms/pull/19))
8
14
 
9
15
  ## [0.4.3](https://github.com/learningtapestry/lt-lcms/compare/v0.4.2...v0.4.3) - 2021-07-02
10
16
 
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lt-lcms (0.4.3)
4
+ lt-lcms (0.4.4)
5
5
  google-api-client (~> 0.38)
6
6
  httparty (~> 0.18)
7
- lt-google-api (~> 0.2, >= 0.2.3)
7
+ lt-google-api (~> 0.2, >= 0.2.4)
8
8
  nokogiri (~> 1.10, >= 1.10.8)
9
9
  rubyzip (~> 2)
10
10
 
@@ -17,25 +17,29 @@ GEM
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
19
  zeitwerk (~> 2.3)
20
- addressable (2.7.0)
20
+ addressable (2.8.0)
21
21
  public_suffix (>= 2.0.2, < 5.0)
22
22
  ast (2.4.2)
23
23
  childprocess (4.1.0)
24
24
  concurrent-ruby (1.1.9)
25
25
  declarative (0.0.20)
26
- faraday (1.4.3)
26
+ faraday (1.5.1)
27
27
  faraday-em_http (~> 1.0)
28
28
  faraday-em_synchrony (~> 1.0)
29
29
  faraday-excon (~> 1.1)
30
+ faraday-httpclient (~> 1.0.1)
30
31
  faraday-net_http (~> 1.0)
31
32
  faraday-net_http_persistent (~> 1.1)
33
+ faraday-patron (~> 1.0)
32
34
  multipart-post (>= 1.2, < 3)
33
35
  ruby2_keywords (>= 0.0.4)
34
36
  faraday-em_http (1.0.0)
35
37
  faraday-em_synchrony (1.0.0)
36
38
  faraday-excon (1.1.0)
39
+ faraday-httpclient (1.0.1)
37
40
  faraday-net_http (1.0.1)
38
- faraday-net_http_persistent (1.1.0)
41
+ faraday-net_http_persistent (1.2.0)
42
+ faraday-patron (1.0.0)
39
43
  gems (1.2.0)
40
44
  google-api-client (0.53.0)
41
45
  google-apis-core (~> 0.1)
@@ -49,8 +53,8 @@ GEM
49
53
  retriable (>= 2.0, < 4.a)
50
54
  rexml
51
55
  webrick
52
- google-apis-discovery_v1 (0.5.0)
53
- google-apis-core (>= 0.3, < 2.a)
56
+ google-apis-discovery_v1 (0.6.0)
57
+ google-apis-core (>= 0.4, < 2.a)
54
58
  google-apis-generator (0.4.0)
55
59
  activesupport (>= 5.0)
56
60
  gems (~> 1.2)
@@ -72,13 +76,13 @@ GEM
72
76
  concurrent-ruby (~> 1.0)
73
77
  iniparse (1.5.0)
74
78
  jwt (2.2.3)
75
- lt-google-api (0.2.3)
79
+ lt-google-api (0.2.4)
76
80
  google-api-client (~> 0.46)
77
81
  googleauth (~> 0.14)
78
82
  memoist (0.16.2)
79
83
  mime-types (3.3.1)
80
84
  mime-types-data (~> 3.2015)
81
- mime-types-data (3.2021.0225)
85
+ mime-types-data (3.2021.0704)
82
86
  mini_mime (1.1.0)
83
87
  minitest (5.14.4)
84
88
  multi_json (1.15.0)
@@ -117,8 +121,8 @@ GEM
117
121
  rubocop-ast (1.7.0)
118
122
  parser (>= 3.0.1.1)
119
123
  ruby-progressbar (1.11.0)
120
- ruby2_keywords (0.0.4)
121
- rubyzip (2.3.0)
124
+ ruby2_keywords (0.0.5)
125
+ rubyzip (2.3.2)
122
126
  signet (0.15.0)
123
127
  addressable (~> 2.3)
124
128
  faraday (>= 0.17.3, < 2.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lt
4
4
  module Lcms
5
- VERSION = '0.4.3'
5
+ VERSION = '0.4.4'
6
6
  end
7
7
  end
data/lt-lcms.gemspec CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
35
35
 
36
36
  spec.add_dependency 'google-api-client', '~> 0.38'
37
37
  spec.add_dependency 'httparty', '~> 0.18'
38
- spec.add_dependency 'lt-google-api', '~> 0.2', '>= 0.2.3'
38
+ spec.add_dependency 'lt-google-api', '~> 0.2', '>= 0.2.4'
39
39
  spec.add_dependency 'nokogiri', '~> 1.10', '>= 1.10.8'
40
40
  spec.add_dependency 'rubyzip', '~> 2'
41
41
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lt-lcms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.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
@@ -47,7 +47,7 @@ dependencies:
47
47
  version: '0.2'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 0.2.3
50
+ version: 0.2.4
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
@@ -57,7 +57,7 @@ dependencies:
57
57
  version: '0.2'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 0.2.3
60
+ version: 0.2.4
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: nokogiri
63
63
  requirement: !ruby/object:Gem::Requirement