lightcast-ruby 0.2.0 → 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: c8f0f6be739b285cd3aeb40d4ee2b51dfc46c5086a5412b5e936fe2ac48d1eec
4
- data.tar.gz: 50cd701405c0df4c3b66305322c7c29f126816298b3dcee987ebdb65c3534a05
3
+ metadata.gz: e8319162d14d2020a979ada0683ac877bc655d16528c49f0c587d7ffe1033bb1
4
+ data.tar.gz: 6317884027d9bd7e505af3f21586ccb304c165b39bcef95f895e67ce7defd122
5
5
  SHA512:
6
- metadata.gz: 723cd5b937a35f2ec89d9b5d407447cf2f2fc39bd43775e438af5a95d3f2d2a7fafb14e3069d7fc56ee6c48495053a4ce7f28269186e84e46b13ab9b550c4139
7
- data.tar.gz: 014d028aad150946678e64d08b0eaac5cd9dd4e8045f942761113a7c29374d40eb06ba0a61816dfdbca456a26ba9f6695039acd8d3ef31ac63354fb536bd30a2
6
+ metadata.gz: 03a9bfef04f347fd0a6059fb8d0aaf784d8b8e1680ee76bb5c31f8b818d17a729ac37618a6982d3fbd1dad6a2c087ff19129e228ab37e5a4bba332499cea60ea
7
+ data.tar.gz: 65d3520d8d7d82d69ef4231461c31b05f29f2b6773add1d855747a503c4e580611d2931f031ef457c85c1797aaeb61a31474b0aee6c6e053ef7716786e921adc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## v0.2.2
2
+
3
+ Upgraded `rexml` to 3.4.1
4
+
5
+ ## v0.2.1
6
+
7
+ Upgrade faraday dependency to >=2.0.1
8
+
1
9
  ## v0.2.0
2
10
 
3
11
  Switched from using of Skills API to Classification API
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
4
 
5
5
  gemspec
6
6
 
7
- gem 'faraday', '~> 1.0', '>= 1.0.0'
7
+ gem 'faraday', '>= 2.0.1'
8
8
 
9
9
  group :development, :test do
10
10
  gem 'rake', '~> 13.0.6'
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lightcast-ruby (0.2.0)
5
- faraday (~> 1.0, >= 1.0.0)
4
+ lightcast-ruby (0.2.2)
5
+ faraday (>= 2.0.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -13,32 +13,14 @@ GEM
13
13
  crack (0.4.5)
14
14
  rexml
15
15
  diff-lcs (1.5.0)
16
- faraday (1.10.3)
17
- faraday-em_http (~> 1.0)
18
- faraday-em_synchrony (~> 1.0)
19
- faraday-excon (~> 1.1)
20
- faraday-httpclient (~> 1.0)
21
- faraday-multipart (~> 1.0)
22
- faraday-net_http (~> 1.0)
23
- faraday-net_http_persistent (~> 1.0)
24
- faraday-patron (~> 1.0)
25
- faraday-rack (~> 1.0)
26
- faraday-retry (~> 1.0)
27
- ruby2_keywords (>= 0.0.4)
28
- faraday-em_http (1.0.0)
29
- faraday-em_synchrony (1.0.0)
30
- faraday-excon (1.1.0)
31
- faraday-httpclient (1.0.1)
32
- faraday-multipart (1.0.4)
33
- multipart-post (~> 2)
34
- faraday-net_http (1.0.1)
35
- faraday-net_http_persistent (1.2.0)
36
- faraday-patron (1.0.0)
37
- faraday-rack (1.0.0)
38
- faraday-retry (1.0.3)
16
+ faraday (2.9.0)
17
+ faraday-net_http (>= 2.0, < 3.2)
18
+ faraday-net_http (3.1.0)
19
+ net-http
39
20
  hashdiff (1.0.1)
40
21
  json (2.6.3)
41
- multipart-post (2.3.0)
22
+ net-http (0.4.1)
23
+ uri
42
24
  parallel (1.23.0)
43
25
  parser (3.2.2.3)
44
26
  ast (~> 2.4.1)
@@ -48,7 +30,7 @@ GEM
48
30
  rainbow (3.1.1)
49
31
  rake (13.0.6)
50
32
  regexp_parser (2.8.1)
51
- rexml (3.2.6)
33
+ rexml (3.4.1)
52
34
  rspec (3.12.0)
53
35
  rspec-core (~> 3.12.0)
54
36
  rspec-expectations (~> 3.12.0)
@@ -85,20 +67,21 @@ GEM
85
67
  rubocop-capybara (~> 2.17)
86
68
  rubocop-factory_bot (~> 2.22)
87
69
  ruby-progressbar (1.13.0)
88
- ruby2_keywords (0.0.5)
89
70
  unicode-display_width (2.4.2)
71
+ uri (0.13.0)
90
72
  webmock (3.18.1)
91
73
  addressable (>= 2.8.0)
92
74
  crack (>= 0.3.2)
93
75
  hashdiff (>= 0.4.0, < 2.0.0)
94
76
 
95
77
  PLATFORMS
78
+ arm64-darwin-24
96
79
  x86_64-darwin-20
97
80
  x86_64-darwin-22
98
81
  x86_64-linux
99
82
 
100
83
  DEPENDENCIES
101
- faraday (~> 1.0, >= 1.0.0)
84
+ faraday (>= 2.0.1)
102
85
  lightcast-ruby!
103
86
  rake (~> 13.0.6)
104
87
  rspec (~> 3.12.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lightcast
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,37 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lightcast-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
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
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.0'
20
16
  - - ">="
21
17
  - !ruby/object:Gem::Version
22
- version: 1.0.0
18
+ version: 2.0.1
23
19
  type: :runtime
24
20
  prerelease: false
25
21
  version_requirements: !ruby/object:Gem::Requirement
26
22
  requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '1.0'
30
23
  - - ">="
31
24
  - !ruby/object:Gem::Version
32
- version: 1.0.0
25
+ version: 2.0.1
33
26
  description: Access the Lightcast REST API.
34
- email:
35
27
  executables: []
36
28
  extensions: []
37
29
  extra_rdoc_files: []
@@ -59,7 +51,6 @@ metadata:
59
51
  source_code_uri: https://github.com/riipen/lightcast-ruby
60
52
  changelog_uri: https://github.com/riipen/lightcast-ruby/blob/master/CHANGELOG.md
61
53
  rubygems_mfa_required: 'true'
62
- post_install_message:
63
54
  rdoc_options: []
64
55
  require_paths:
65
56
  - lib
@@ -74,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
65
  - !ruby/object:Gem::Version
75
66
  version: '0'
76
67
  requirements: []
77
- rubygems_version: 3.3.7
78
- signing_key:
68
+ rubygems_version: 3.6.8
79
69
  specification_version: 4
80
70
  summary: An API client for Lightcast in ruby.
81
71
  test_files: []