ruby-jss 0.9.0.b1 → 0.9.0.b2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of ruby-jss might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jss/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21cbb70488b26a860e2ad0cab326d5efd9e03f6d
|
4
|
+
data.tar.gz: 3eedbf05aa3680d9573561a188ae853f56fe7df1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3f6af35f4b59cb80fe6ef9ef57aea9a3aa1266ae4d9a442a6314527362c06aec999a571eb567e01fb4099e315d1b55456adfc6a0c5fffd3ebcf8c1c299e467c
|
7
|
+
data.tar.gz: 79eabe67b3119d5307d1bd2c11638b96b8991cb058a7646eb80add9c6952b62941d2b166d6293d928fd690a27c3bc8e812e1d1ed26993a694a7b96325ed05dd7
|
data/README.md
CHANGED
@@ -326,7 +326,7 @@ api_username: readonly-api-user
|
|
326
326
|
api_verify_cert: false
|
327
327
|
```
|
328
328
|
|
329
|
-
and then any calls to
|
329
|
+
and then any calls to JSS.api_connection.connect will assume that server and username, and won't complain about the self-signed certificate.
|
330
330
|
|
331
331
|
### Passwords
|
332
332
|
|
data/lib/jss/version.rb
CHANGED