jess 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/jess/resource.rb +1 -1
- data/lib/jess/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab8bfb56de287cb6f65b5e970b622884853b23edd555e35ea181edd453915965
|
4
|
+
data.tar.gz: 5a444298b8e278be3086828ef09227e8fe1437cf623f2cd1fae1c92e8e9a8ea2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23a1049eb30f61080c02ca229e1cf9c4b185a99b40d9a9a6b14bd9a476ba888468a340ea6d53dc8c6e8e7cb68b78a57c149cc80cd1e3e8b0d571d5ce13a8444a
|
7
|
+
data.tar.gz: e091f57dc5e6edf8a613bfaf021e2ee073ac60a3363b18a8d77eabde8724d089ec8918950fc481f3b2f367d634942c4ad7d6f9317c0fd5b60410c9be28d9744f
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Jess
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/jess.svg)](http://badge.fury.io/rb/jess)
|
4
|
-
[![Build Status](https://
|
4
|
+
[![Build Status](https://circleci.com/gh/mattbrictson/jess/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/jess?branch=main)
|
5
5
|
[![Code Climate](https://codeclimate.com/github/mattbrictson/jess/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/jess)
|
6
6
|
|
7
7
|
**Jess is an extremely lightweight, read-only client for the JAMF Software Server (JSS) API.**
|
data/lib/jess/resource.rb
CHANGED
data/lib/jess/version.rb
CHANGED
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.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
@@ -55,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
55
55
|
- !ruby/object:Gem::Version
|
56
56
|
version: '0'
|
57
57
|
requirements: []
|
58
|
-
rubygems_version: 3.
|
58
|
+
rubygems_version: 3.2.7
|
59
59
|
signing_key:
|
60
60
|
specification_version: 4
|
61
61
|
summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API
|