jess 1.4.2 → 1.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: 304b12c8d2bff6e2fa8b1138660439dd17dfbf63fe68d64bdf39a05f13e8aa63
4
- data.tar.gz: b3f4ea6ddb2246d0d25c547dcff315f63d594cfd6442cd38d60ebaa8db59bdf4
3
+ metadata.gz: 794bbea608253809cc3148c767b58bed37fe36d520a768cf009aba9d2e7c8448
4
+ data.tar.gz: 0a0e9c4b80333b31205fd7b12813b16c5a5d9c31dbe0f872a81b06b47fb5181a
5
5
  SHA512:
6
- metadata.gz: ed3dc7eb66a6672bcf11ee31aad592c671b6e66fe63a5bd568bc4797b69ac0033497b33ac06447ad878a050969a5170fef05d16eada2c107cf1fd486b1654b9e
7
- data.tar.gz: 54896fcf742f12a6a841cc3671fea746daf90b94ef358fc2574582c6c99792a024ea38e47ef2b93337e6504ed399a7693df496a927a1d4f828bd62963d50bf80
6
+ metadata.gz: 46339f77bb818d023d77a009bfb940f7f2c9ff4bedcadc1df5a95de0336e91af10d02b158431fe38e1aaf526a7c8d0e911e06454b4c63fb63ee88f9dfd8452ed
7
+ data.tar.gz: 8a5abe7276b87348bc3467cadcda2d42593e6963d661d402d1ef75037c1ad19777edea7591ad3420328df34cb69aac07ec08ce4a89fd05f9ed2548277794cdc1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -37,7 +37,7 @@ module Jess
37
37
 
38
38
  def response_desc(response)
39
39
  content_type = response.content_type
40
- desc = ""
40
+ desc = +""
41
41
  desc << if response.body && response.body.length
42
42
  "#{response.body.length} bytes"
43
43
  else
data/lib/jess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.4.2".freeze
2
+ VERSION = "1.4.4".freeze
3
3
  end
metadata CHANGED
@@ -1,16 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jess
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
12
- dependencies: []
13
- description:
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: logger
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: 1.4.2
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: 1.4.2
14
26
  email:
15
27
  - opensource@mattbrictson.com
16
28
  executables: []
@@ -41,7 +53,6 @@ metadata:
41
53
  source_code_uri: https://github.com/mattbrictson/jess/
42
54
  bug_tracker_uri: https://github.com/mattbrictson/jess/issues
43
55
  rubygems_mfa_required: 'true'
44
- post_install_message:
45
56
  rdoc_options: []
46
57
  require_paths:
47
58
  - lib
@@ -56,8 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
67
  - !ruby/object:Gem::Version
57
68
  version: '0'
58
69
  requirements: []
59
- rubygems_version: 3.5.23
60
- signing_key:
70
+ rubygems_version: 3.6.7
61
71
  specification_version: 4
62
72
  summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API
63
73
  test_files: []