ruby-jss 0.10.2a4 → 0.10.2a5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/jss/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3439f66eb5d64245c13267b0b2bf255bde756902
|
|
4
|
+
data.tar.gz: bd761be29af2f940eb8e9caa0afb4c2406e15d06
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0692041767fc9410b445fe249bc0bdbb734211c0c80bab8e0a0862596dba04d5a97deb5e547bc2bb76d41ac45fc416c4091242bc6e30d0bea1e70f777d60f63e'
|
|
7
|
+
data.tar.gz: 51f3c376b1fed7a0ef481c777692f3849b73d3065a9ba2f908a1a7e5057446529f33e0921343fb97241418736dd39558eec3e67da7281229a2bb622bc4ac4045
|
data/lib/jss/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-jss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2a5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Lasell
|
|
@@ -71,14 +71,14 @@ dependencies:
|
|
|
71
71
|
requirements:
|
|
72
72
|
- - "~>"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '0.
|
|
74
|
+
version: '0.16'
|
|
75
75
|
type: :runtime
|
|
76
76
|
prerelease: false
|
|
77
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '0.
|
|
81
|
+
version: '0.16'
|
|
82
82
|
description: |2
|
|
83
83
|
The ruby-jss gem provides the JSS module, a framework for interacting with the REST API
|
|
84
84
|
of the Jamf Software Server (JSS), the core of Jamf Pro, an enterprise/education
|