ruby-jss 4.1.0b2 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +7 -0
  3. data/lib/jamf/version.rb +1 -1
  4. metadata +12 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04a9f6decd6b58c0603dcad2e8a553c3ac80e0147618c8fd7fb08d545ff1d537
4
- data.tar.gz: '050849dd7596137de61bc096b6922bfa7a8e1d98dbd7b41048d8eb7552be13e9'
3
+ metadata.gz: 891d497b1459d24035000f157551cd1d87cd5028d4229f3c4702173229c06138
4
+ data.tar.gz: 6b6cb140ab919684ffcdb51c09102b3bbe0cce9ae0fed225fc53f789dd057332
5
5
  SHA512:
6
- metadata.gz: f5762d83c0693aacdc610026c3f81f5675ec599caf80b7064163b32ca218bb19739bec04360e6f8b02851a51bf66ed26dca2de50fbf317a6dc8d30dc2d88c612
7
- data.tar.gz: e866b77f659b4a2d28c624e47ff40676894a1515c277f4e350d0470b73881f46cab5ea2686006b27f7d36f0ebdab886ab5cd391ce14050f6004cf5c84bc6254f
6
+ metadata.gz: 99ebd2400e27522e6baffda8d0f1239a70e5dad3fbb240deb6078341fe012661d892154f866c5401495b0d9549faf6d852b5c7d8c45fcbbaf044ecfb6ca708c9
7
+ data.tar.gz: 06e95ad34b057d7d905268c234943647777f30a59929c8a48d0db7299240eea82643c54f11b9fc8221c90e357a753b3e50af4cb6c15c6d4e435fd16809560830
data/CHANGES.md CHANGED
@@ -14,6 +14,13 @@ __Please update all installations of ruby-jss to at least v1.6.0.__
14
14
 
15
15
  Many many thanks to actae0n of Blacksun Hackers Club for reporting this issue and providing examples of how it could be exploited.
16
16
 
17
+ --------
18
+ ## \[4.1.0] 2024-04-06
19
+
20
+ ### Changed
21
+
22
+ - ruby-jss now uses version 2.0 or higher of [Faraday](https://lostisland.github.io/faraday/#/). This required minor changes to how https connections are established.
23
+
17
24
  --------
18
25
  ## \[4.0.0] 2024-02-05
19
26
 
data/lib/jamf/version.rb CHANGED
@@ -27,6 +27,6 @@
27
27
  module Jamf
28
28
 
29
29
  ### The version of ruby-jss
30
- VERSION = '4.1.0b2'.freeze
30
+ VERSION = '4.1.0'.freeze
31
31
 
32
32
  end # module
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-jss
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0b2
4
+ version: 4.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Lasell
8
8
  - Aurica Hayes
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-02 00:00:00.000000000 Z
12
+ date: 2024-04-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: CFPropertyList
@@ -925,8 +925,11 @@ files:
925
925
  homepage: http://pixaranimationstudios.github.io/ruby-jss/
926
926
  licenses:
927
927
  - Nonstandard
928
- metadata: {}
929
- post_install_message:
928
+ metadata:
929
+ source_code_uri: https://github.com/PixarAnimationStudios/ruby-jss
930
+ changelog_uri: https://github.com/PixarAnimationStudios/ruby-jss/blob/master/CHANGES.md
931
+ wiki_uri: https://github.com/PixarAnimationStudios/ruby-jss/wiki
932
+ post_install_message:
930
933
  rdoc_options:
931
934
  - "--title"
932
935
  - Jamf
@@ -942,12 +945,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
942
945
  version: 2.6.3
943
946
  required_rubygems_version: !ruby/object:Gem::Requirement
944
947
  requirements:
945
- - - ">"
948
+ - - ">="
946
949
  - !ruby/object:Gem::Version
947
- version: 1.3.1
950
+ version: '0'
948
951
  requirements: []
949
- rubygems_version: 3.1.4
950
- signing_key:
952
+ rubygems_version: 3.0.3.1
953
+ signing_key:
951
954
  specification_version: 4
952
955
  summary: A Ruby interface to the Jamf Pro REST APIs
953
956
  test_files: []