jess 1.4.4 → 1.4.5
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/README.md +0 -1
- data/lib/jess/computer.rb +1 -0
- data/lib/jess/extension_attributes.rb +1 -0
- data/lib/jess/mobile_device.rb +1 -0
- data/lib/jess/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 410c41796cdc1fbfeba8405cf3784f46fad878d83e22ee21d6131b6222cdaaeb
|
4
|
+
data.tar.gz: 68cfa2243d019ced7c4d01daed8adcd96dfcf533bf87414108fa7249fa1e2e92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b643a830be93d06f298e0c5a19738c2a862d060f6aaa1f1148ee43228d6e5d0dea07d2391db56b00e269940d40805aec2e8dab37cb510095a5cd54eabeaadd83
|
7
|
+
data.tar.gz: '068ec19b31855f986c3a4c2b52cd2b04aa96efe7ba9593d728ce070ccb350af92a69492bedf759c5e81175908ef70e493b2ad4b1b4f0a8b20e42f5de7b5cabde'
|
data/README.md
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
[](https://rubygems.org/gems/jess)
|
4
4
|
[](https://www.ruby-toolbox.com/projects/jess)
|
5
5
|
[](https://github.com/mattbrictson/jess/actions/workflows/ci.yml)
|
6
|
-
[](https://codeclimate.com/github/mattbrictson/jess)
|
7
6
|
|
8
7
|
**Jess is an extremely lightweight, read-only client for the JAMF Software Server (JSS) API.**
|
9
8
|
Currently it only provides access to computer and mobile device records.
|
data/lib/jess/computer.rb
CHANGED
data/lib/jess/mobile_device.rb
CHANGED
data/lib/jess/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jess
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
@@ -67,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
requirements: []
|
70
|
-
rubygems_version: 3.6.
|
70
|
+
rubygems_version: 3.6.9
|
71
71
|
specification_version: 4
|
72
72
|
summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API
|
73
73
|
test_files: []
|