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.

Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/jss/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 770c1a47f03a6f98144c8ad351559817416166fb
4
- data.tar.gz: 8271b37e6692aef2f4005f3bbf043964c3d9b5c9
3
+ metadata.gz: 21cbb70488b26a860e2ad0cab326d5efd9e03f6d
4
+ data.tar.gz: 3eedbf05aa3680d9573561a188ae853f56fe7df1
5
5
  SHA512:
6
- metadata.gz: c642a052e9e1a5aa68e4ffcf9a22cb53a367ebe7be09a3c67dc15681605ccc7eb66a85813ca7c3bbf0b8b25ed4840931f48e18954ead42946c1409e0b3c4b21f
7
- data.tar.gz: a07ceac28ddb3fd6f4c241940e0ee93ce6ba77f9ec750b0dcbe588f7417f5602bff76deb2676913743e6497e9e62ccd8cc748a193721a4e6c68ce2c9e5c839ae
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 {JSS.api_connection.connect} will assume that server and username, and won't complain about the self-signed certificate.
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
@@ -27,6 +27,6 @@
27
27
  module JSS
28
28
 
29
29
  ### The version of the JSS ruby gem
30
- VERSION = '0.9.0.b1'.freeze
30
+ VERSION = '0.9.0.b2'.freeze
31
31
 
32
32
  end # module
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.9.0.b1
4
+ version: 0.9.0.b2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Lasell