jess 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +1 -1
  4. data/lib/jess/version.rb +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 679eafc5584b4e1a78601c1c6c8d18f7f27650b469411691dcd4e73c9fb7e6e5
4
- data.tar.gz: f3294a4c645e87a2668f0a9c187e8e90aa5f5132c12f8b027d4882d2d7827bfb
3
+ metadata.gz: d2e2ae3edbf1e411366204d3ee1bb3bff80f5f28805c5bebee2365f5ff607694
4
+ data.tar.gz: 32536a688e52f7dd16027f9a77bd19494ae6203818e4783e9105cecca5c87ce5
5
5
  SHA512:
6
- metadata.gz: 04f7a512040c68dfe7408b93d4a6b66e50c60f43842704258a1605ed08513f147834e99b5d6868d0e1b1e30cc0b7db10eb972e35190e448ec77054b283a49d69
7
- data.tar.gz: 1397f54bd1fb94722d83bbb004244104272e9248c86f02ae61b0888f4c9e2313d9a258388a261b1009890f9f858ed00a5efdf968d7ba16ffe4ea35e9e39381ad
6
+ metadata.gz: d86b3ea232062d408ce79dc4f182f4f1f3367b937b2f05b4fca62fafe2ed2e6657b6dfea49d02e90cb0dde56b6486ea4a731a1bd0d6031ce30e2a3263f4a8fed
7
+ data.tar.gz: 54fe9a2abe5a1312fea5188852435893736c5de89e8b7a836115ed306990acfa7d247088a0bb45a22d087cb7290ef120b4e42a2f58ef1c96c31e744d9588e161
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Matt Brictson
3
+ Copyright (c) 2023 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
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://circleci.com/gh/mattbrictson/jess/tree/main.svg?style=shield)](https://app.circleci.com/pipelines/github/mattbrictson/jess?branch=main)
4
+ [![Build Status](https://mattbrictson.semaphoreci.com/badges/jess/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/jess)
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/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.2.4".freeze
2
+ VERSION = "1.2.5".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.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-09 00:00:00.000000000 Z
11
+ date: 2023-02-07 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.3.22
59
+ rubygems_version: 3.4.3
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API