jess 1.2.0 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f40ff8eacca963110b70678673a4944b872968d1e97d09b6ec1c46420f05e2c0
4
- data.tar.gz: 2242f7d9e9519b7350151b5bb82468f292db44bd15a0547df03db50715fb751f
3
+ metadata.gz: 4be516b2dabc6ab63cc1bfd3949accb224f1b7863ce9450f7e8f5b4e12c718b1
4
+ data.tar.gz: b396ee0621116bceb6d7dbb40dba8eb756c949f09ee87eb484513606ceb7027a
5
5
  SHA512:
6
- metadata.gz: 61d33613b4f4be07e543e136c0e198cf30583bc1869d0af00e7fb00b2d8306703a5095e397e3a96c1f2e31b43d4f7d2940ef45306526a0b2f12b41c7b24990de
7
- data.tar.gz: 4a40d40cad045bcf123f87d3926894fdda1b7cfc7482e0a63f6139549cfa7ae214a23fe9d363a4cccce886130b6fc6dd75922eb533adcc61959eed77333ecbf8
6
+ metadata.gz: aa0dfc35031cc231e1fe9201b0ef84b82c5e369d03aa61c1867b3ee6c23456ec4c506f1a6aca5ab3be6d997e58cae9756048dc5cd6f1b74208e247f5c875e5f3
7
+ data.tar.gz: c0b3858d7d2759108744bb33aba79da239b96ace6366288f3f1b1c3991c2d8644eae741f43257e4c594b8e38f54c9de247334c22e405740536a0ed399679b1c3
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2021 Matt Brictson
3
+ Copyright (c) 2022 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/lib/jess/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jess
2
- VERSION = "1.2.0".freeze
2
+ VERSION = "1.2.3".freeze
3
3
  end
data/lib/jess.rb CHANGED
@@ -11,14 +11,14 @@ require "jess/version"
11
11
  # computer.hardware.model # => "iMac Intel (Retina 5k, 27-Inch, Late 2015)"
12
12
  #
13
13
  module Jess
14
- autoload "Computer", "jess/computer"
15
- autoload "Computers", "jess/computers"
16
- autoload "Connection", "jess/connection"
17
- autoload "ExtensionAttributes", "jess/extension_attributes"
18
- autoload "HttpClient", "jess/http_client"
19
- autoload "MobileDevice", "jess/mobile_device"
20
- autoload "MobileDevices", "jess/mobile_devices"
21
- autoload "Resource", "jess/resource"
14
+ autoload :Computer, "jess/computer"
15
+ autoload :Computers, "jess/computers"
16
+ autoload :Connection, "jess/connection"
17
+ autoload :ExtensionAttributes, "jess/extension_attributes"
18
+ autoload :HttpClient, "jess/http_client"
19
+ autoload :MobileDevice, "jess/mobile_device"
20
+ autoload :MobileDevices, "jess/mobile_devices"
21
+ autoload :Resource, "jess/resource"
22
22
 
23
23
  # Establish a connection with JSS and return a Jess::Connection object that
24
24
  # can be used to interact with the JSS API. This is a convenience method. For
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.0
4
+ version: 1.2.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: 2021-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -40,6 +40,7 @@ metadata:
40
40
  changelog_uri: https://github.com/mattbrictson/jess/releases
41
41
  source_code_uri: https://github.com/mattbrictson/jess/
42
42
  bug_tracker_uri: https://github.com/mattbrictson/jess/issues
43
+ rubygems_mfa_required: 'true'
43
44
  post_install_message:
44
45
  rdoc_options: []
45
46
  require_paths:
@@ -48,14 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
49
  requirements:
49
50
  - - ">="
50
51
  - !ruby/object:Gem::Version
51
- version: 2.6.0
52
+ version: '2.6'
52
53
  required_rubygems_version: !ruby/object:Gem::Requirement
53
54
  requirements:
54
55
  - - ">="
55
56
  - !ruby/object:Gem::Version
56
57
  version: '0'
57
58
  requirements: []
58
- rubygems_version: 3.2.17
59
+ rubygems_version: 3.3.13
59
60
  signing_key:
60
61
  specification_version: 4
61
62
  summary: Lightweight, unofficial client for the JAMF Software Server (JSS) API