jess 1.2.4 → 1.3.0

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 +5 -4
  4. data/lib/jess/version.rb +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 679eafc5584b4e1a78601c1c6c8d18f7f27650b469411691dcd4e73c9fb7e6e5
4
- data.tar.gz: f3294a4c645e87a2668f0a9c187e8e90aa5f5132c12f8b027d4882d2d7827bfb
3
+ metadata.gz: 8b09f0c43204dd893dac29da93ce71c80fc7419e6130cacbf44cbd20bc177f18
4
+ data.tar.gz: c903a8d95e2ac192fb8da426d6c9b8a72d0c60bdbd04b5082b07d9ccda0bee3c
5
5
  SHA512:
6
- metadata.gz: 04f7a512040c68dfe7408b93d4a6b66e50c60f43842704258a1605ed08513f147834e99b5d6868d0e1b1e30cc0b7db10eb972e35190e448ec77054b283a49d69
7
- data.tar.gz: 1397f54bd1fb94722d83bbb004244104272e9248c86f02ae61b0888f4c9e2313d9a258388a261b1009890f9f858ed00a5efdf968d7ba16ffe4ea35e9e39381ad
6
+ metadata.gz: 3bfccb14bbd3199f44f90803aa99d98b80db88ab4ad2d4a7c9a0ac3c94af1a8d1c2aea8c4132a07f80ac72528f84295fa4d573829ae2f7a7e1cc5ef70fa90025
7
+ data.tar.gz: 7d5c400e0a76e953ab976e409748b265be51b67bf7e758dc320755ddc14ce92e86ba41e205a4404f9ab7f632a002f2974a35ded3ef73ffef3152ecca4b5bc633
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,8 +1,9 @@
1
1
  # Jess
2
2
 
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)
5
- [![Code Climate](https://codeclimate.com/github/mattbrictson/jess/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/jess)
3
+ [![Gem Version](https://img.shields.io/gem/v/jess)](https://rubygems.org/gems/jess)
4
+ [![Gem Downloads](https://img.shields.io/gem/dt/jess)](https://www.ruby-toolbox.com/projects/jess)
5
+ [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/jess/ci.yml)](https://github.com/mattbrictson/jess/actions/workflows/ci.yml)
6
+ [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/jess)](https://codeclimate.com/github/mattbrictson/jess)
6
7
 
7
8
  **Jess is an extremely lightweight, read-only client for the JAMF Software Server (JSS) API.**
8
9
  Currently it only provides access to computer and mobile device records.
@@ -31,7 +32,7 @@ Or install it yourself as:
31
32
 
32
33
  $ gem install jess
33
34
 
34
- *Note that Jess requires Ruby 2.6 or newer.*
35
+ *Note that Jess requires Ruby 3.0 or newer.*
35
36
 
36
37
  ## Usage
37
38
 
data/lib/jess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.2.4".freeze
2
+ VERSION = "1.3.0".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.3.0
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-07-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -49,14 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: '2.6'
52
+ version: '3.0'
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubygems_version: 3.3.22
59
+ rubygems_version: 3.4.15
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API