lightcast-ruby 0.2.1 → 0.2.3

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: 5cd267666687cc842b14716d54d109c96180cbbb6c4ddd980324beb15f59de38
4
- data.tar.gz: 5057ff614595e005a8460972a23fa934d98fe3ea5950d1c212ec118ac3e76fa5
3
+ metadata.gz: 96c1cfb18735189210d6dac09d7a7058c5c8b562f7b2560133f8f70de35cf9b8
4
+ data.tar.gz: 560af0f74d46f82946d19a7bc17bdc5affa8a2cdf4af9d38eec7fae2168a6ecf
5
5
  SHA512:
6
- metadata.gz: de74703364201614aa14d343ddbe1c96841987ac26a2e235f5aab5624830282063c107aa559dc2c5737bb8c4e80c4f7b5c077e59349e2c32d4533a80fe47a515
7
- data.tar.gz: 7410aaa39b0dec37ac8116c9a410be16358b5e0927b90febc4674f87665b87c674fae5fb536930831a7a2b26ff71f7bb136511884a84243551f7b380ebdc47a7
6
+ metadata.gz: dea8076512cc09d9ab5103cbbd129c5a8be30328d804ec2a4ad26061710c93ea4b442c4bc04001a9facd723054c1249d42af35b3a51a78b2373ee5d2d040138b
7
+ data.tar.gz: b4a9f92063efbb791696c309bd4683ebf33294c4101111eea61aa615aa8f06f01c6f025e42de1ad2cfe07c411b5db45598e75ef2f04ee11e4ffc1efcc0fd9926
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## v0.2.3
2
+
3
+ Upgraded `uri` to 1.0.3
4
+
5
+ ## v0.2.2
6
+
7
+ Upgraded `rexml` to 3.4.1
8
+
1
9
  ## v0.2.1
2
10
 
3
11
  Upgrade faraday dependency to >=2.0.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lightcast-ruby (0.2.1)
4
+ lightcast-ruby (0.2.3)
5
5
  faraday (>= 2.0.1)
6
6
 
7
7
  GEM
@@ -30,7 +30,7 @@ GEM
30
30
  rainbow (3.1.1)
31
31
  rake (13.0.6)
32
32
  regexp_parser (2.8.1)
33
- rexml (3.2.6)
33
+ rexml (3.4.1)
34
34
  rspec (3.12.0)
35
35
  rspec-core (~> 3.12.0)
36
36
  rspec-expectations (~> 3.12.0)
@@ -68,13 +68,14 @@ GEM
68
68
  rubocop-factory_bot (~> 2.22)
69
69
  ruby-progressbar (1.13.0)
70
70
  unicode-display_width (2.4.2)
71
- uri (0.13.0)
71
+ uri (1.0.3)
72
72
  webmock (3.18.1)
73
73
  addressable (>= 2.8.0)
74
74
  crack (>= 0.3.2)
75
75
  hashdiff (>= 0.4.0, < 2.0.0)
76
76
 
77
77
  PLATFORMS
78
+ arm64-darwin-24
78
79
  x86_64-darwin-20
79
80
  x86_64-darwin-22
80
81
  x86_64-linux
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lightcast
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightcast-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordan Ell
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-04-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: faraday
@@ -25,7 +24,6 @@ dependencies:
25
24
  - !ruby/object:Gem::Version
26
25
  version: 2.0.1
27
26
  description: Access the Lightcast REST API.
28
- email:
29
27
  executables: []
30
28
  extensions: []
31
29
  extra_rdoc_files: []
@@ -53,7 +51,6 @@ metadata:
53
51
  source_code_uri: https://github.com/riipen/lightcast-ruby
54
52
  changelog_uri: https://github.com/riipen/lightcast-ruby/blob/master/CHANGELOG.md
55
53
  rubygems_mfa_required: 'true'
56
- post_install_message:
57
54
  rdoc_options: []
58
55
  require_paths:
59
56
  - lib
@@ -68,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
65
  - !ruby/object:Gem::Version
69
66
  version: '0'
70
67
  requirements: []
71
- rubygems_version: 3.3.7
72
- signing_key:
68
+ rubygems_version: 3.6.8
73
69
  specification_version: 4
74
70
  summary: An API client for Lightcast in ruby.
75
71
  test_files: []