lightcast-ruby 0.2.1 → 0.2.2

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: e8319162d14d2020a979ada0683ac877bc655d16528c49f0c587d7ffe1033bb1
4
+ data.tar.gz: 6317884027d9bd7e505af3f21586ccb304c165b39bcef95f895e67ce7defd122
5
5
  SHA512:
6
- metadata.gz: de74703364201614aa14d343ddbe1c96841987ac26a2e235f5aab5624830282063c107aa559dc2c5737bb8c4e80c4f7b5c077e59349e2c32d4533a80fe47a515
7
- data.tar.gz: 7410aaa39b0dec37ac8116c9a410be16358b5e0927b90febc4674f87665b87c674fae5fb536930831a7a2b26ff71f7bb136511884a84243551f7b380ebdc47a7
6
+ metadata.gz: 03a9bfef04f347fd0a6059fb8d0aaf784d8b8e1680ee76bb5c31f8b818d17a729ac37618a6982d3fbd1dad6a2c087ff19129e228ab37e5a4bba332499cea60ea
7
+ data.tar.gz: 65d3520d8d7d82d69ef4231461c31b05f29f2b6773add1d855747a503c4e580611d2931f031ef457c85c1797aaeb61a31474b0aee6c6e053ef7716786e921adc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.2.2
2
+
3
+ Upgraded `rexml` to 3.4.1
4
+
1
5
  ## v0.2.1
2
6
 
3
7
  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.2)
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)
@@ -75,6 +75,7 @@ GEM
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.2'
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.2
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: []