jess 1.2.3 → 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: 4be516b2dabc6ab63cc1bfd3949accb224f1b7863ce9450f7e8f5b4e12c718b1
4
- data.tar.gz: b396ee0621116bceb6d7dbb40dba8eb756c949f09ee87eb484513606ceb7027a
3
+ metadata.gz: d2e2ae3edbf1e411366204d3ee1bb3bff80f5f28805c5bebee2365f5ff607694
4
+ data.tar.gz: 32536a688e52f7dd16027f9a77bd19494ae6203818e4783e9105cecca5c87ce5
5
5
  SHA512:
6
- metadata.gz: aa0dfc35031cc231e1fe9201b0ef84b82c5e369d03aa61c1867b3ee6c23456ec4c506f1a6aca5ab3be6d997e58cae9756048dc5cd6f1b74208e247f5c875e5f3
7
- data.tar.gz: c0b3858d7d2759108744bb33aba79da239b96ace6366288f3f1b1c3991c2d8644eae741f43257e4c594b8e38f54c9de247334c22e405740536a0ed399679b1c3
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.3".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.3
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-06-01 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.13
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