jess 1.3.0 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b09f0c43204dd893dac29da93ce71c80fc7419e6130cacbf44cbd20bc177f18
4
- data.tar.gz: c903a8d95e2ac192fb8da426d6c9b8a72d0c60bdbd04b5082b07d9ccda0bee3c
3
+ metadata.gz: '037588766a7f37c4d90ba11c1da6a7db8c13a5406a4ee68cc23cdeddba441af1'
4
+ data.tar.gz: cdde918c04eb30b8962bc043a3280b892a75b61a269cad67f7ded9d2c178d7fe
5
5
  SHA512:
6
- metadata.gz: 3bfccb14bbd3199f44f90803aa99d98b80db88ab4ad2d4a7c9a0ac3c94af1a8d1c2aea8c4132a07f80ac72528f84295fa4d573829ae2f7a7e1cc5ef70fa90025
7
- data.tar.gz: 7d5c400e0a76e953ab976e409748b265be51b67bf7e758dc320755ddc14ce92e86ba41e205a4404f9ab7f632a002f2974a35ded3ef73ffef3152ecca4b5bc633
6
+ metadata.gz: e96b149a8c0e6809f5c7220c5dc6e52475983d6003254a82aa2a2628699d0d26048af0683749a29b36364658984793fbcf7e574d130a8a0e25ddc9e736ce092b
7
+ data.tar.gz: 6a370ba5d3078dc80fc16549dab9ec765b00c40fa419cbd7afa353f6f1706b906f4e0e9b2a64c6eaf16ed92a8ccba983cb996e12f36506b96e3bb3fb62f1601d
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Matt Brictson
3
+ Copyright (c) 2024 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
@@ -73,7 +73,7 @@ module Jess
73
73
 
74
74
  def apply_net_http_options(http)
75
75
  net_http_options.each do |attr, value|
76
- http.public_send("#{attr}=", value)
76
+ http.public_send(:"#{attr}=", value)
77
77
  end
78
78
  end
79
79
  end
data/lib/jess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.3.0".freeze
2
+ VERSION = "1.3.2".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jess
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-15 00:00:00.000000000 Z
11
+ date: 2024-02-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -56,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.4.15
59
+ rubygems_version: 3.5.5
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API