ruby-jss 3.2.0b4 → 3.2.0
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 +4 -4
- data/CHANGES.md +2 -2
- data/lib/jamf/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 487b55418c4189c503c97d8700afa29964905875ffcf3ab356af044bba0eb1ea
|
|
4
|
+
data.tar.gz: 76c942852d9cc0df7bb70162ddda80e75a189ead434e3775595baf966619bcae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 72aeb242e3c161487d91f07bc1b12aacd99283ab72107d49b36d0949f3151148e05b8f940dc116f4ef1b12853ca4a1552a539eb9a9471394d247ceeaf51c8249
|
|
7
|
+
data.tar.gz: a4f2684e8d886c1c4d4f803ed04317c9c54a4721871bfe3544248f07afcddebca201aee0f8f02fb74f2ae7d1cc4ad274e2de1b879a9b0514d3d40c4ecd8fecd8
|
data/CHANGES.md
CHANGED
|
@@ -15,7 +15,7 @@ __Please update all installations of ruby-jss to at least v1.6.0.__
|
|
|
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
17
|
--------
|
|
18
|
-
## \[
|
|
18
|
+
## \[3.12.0] 2023-09-05
|
|
19
19
|
|
|
20
20
|
### Added
|
|
21
21
|
- Several new attributes to Jamf::Computer instances:
|
|
@@ -56,7 +56,7 @@ Many many thanks to actae0n of Blacksun Hackers Club for reporting this issue an
|
|
|
56
56
|
|
|
57
57
|
### Fixed
|
|
58
58
|
- `Jamf::DeviceEnrollment.device` no longer uses String#upcase!, which fails on frozen strings. Instead just use String#casecmp?
|
|
59
|
-
- `Jamf::APIConnection::Token#account` now returns an instance of `Jamf::OAPISchemas::AuthorizationV1`
|
|
59
|
+
- `Jamf::APIConnection::Token#account` now correctly returns an instance of `Jamf::OAPISchemas::AuthorizationV1`
|
|
60
60
|
|
|
61
61
|
## \[3.1.0] 2023-06-06
|
|
62
62
|
|
data/lib/jamf/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-jss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Lasell
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-09-05 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: CFPropertyList
|
|
@@ -882,9 +882,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
882
882
|
version: 2.6.3
|
|
883
883
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
884
884
|
requirements:
|
|
885
|
-
- - "
|
|
885
|
+
- - ">="
|
|
886
886
|
- !ruby/object:Gem::Version
|
|
887
|
-
version:
|
|
887
|
+
version: '0'
|
|
888
888
|
requirements: []
|
|
889
889
|
rubygems_version: 3.0.3.1
|
|
890
890
|
signing_key:
|