ruby-jss 0.6.6 → 0.6.7

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.
Files changed (113) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +5 -0
  3. data/README.md +13 -1
  4. data/bin/cgrouper +2 -1
  5. data/bin/subnet-update +2 -1
  6. data/lib/jss.rb +3 -1
  7. data/lib/jss/api_connection.rb +2 -1
  8. data/lib/jss/api_object.rb +4 -1
  9. data/lib/jss/api_object/account.rb +2 -1
  10. data/lib/jss/api_object/advanced_search.rb +2 -1
  11. data/lib/jss/api_object/advanced_search/advanced_computer_search.rb +2 -1
  12. data/lib/jss/api_object/advanced_search/advanced_mobile_device_search.rb +2 -1
  13. data/lib/jss/api_object/advanced_search/advanced_user_search.rb +2 -1
  14. data/lib/jss/api_object/building.rb +2 -1
  15. data/lib/jss/api_object/category.rb +2 -1
  16. data/lib/jss/api_object/computer.rb +2 -1
  17. data/lib/jss/api_object/computer_invitation.rb +2 -1
  18. data/lib/jss/api_object/creatable.rb +8 -8
  19. data/lib/jss/api_object/criteriable.rb +2 -1
  20. data/lib/jss/api_object/criteriable/criteria.rb +2 -1
  21. data/lib/jss/api_object/criteriable/criterion.rb +2 -1
  22. data/lib/jss/api_object/department.rb +2 -1
  23. data/lib/jss/api_object/distribution_point.rb +2 -1
  24. data/lib/jss/api_object/extendable.rb +2 -1
  25. data/lib/jss/api_object/extension_attribute.rb +2 -1
  26. data/lib/jss/api_object/extension_attribute/computer_extension_attribute.rb +2 -1
  27. data/lib/jss/api_object/extension_attribute/mobile_device_extension_attribute.rb +2 -1
  28. data/lib/jss/api_object/extension_attribute/user_extension_attribute.rb +2 -1
  29. data/lib/jss/api_object/group.rb +2 -1
  30. data/lib/jss/api_object/group/computer_group.rb +2 -1
  31. data/lib/jss/api_object/group/mobile_device_group.rb +2 -1
  32. data/lib/jss/api_object/group/user_group.rb +2 -1
  33. data/lib/jss/api_object/ldap_server.rb +2 -1
  34. data/lib/jss/api_object/locatable.rb +2 -1
  35. data/lib/jss/api_object/matchable.rb +2 -1
  36. data/lib/jss/api_object/mobile_device.rb +2 -1
  37. data/lib/jss/api_object/netboot_server.rb +2 -1
  38. data/lib/jss/api_object/network_segment.rb +2 -1
  39. data/lib/jss/api_object/osx_configuration_profile.rb +2 -1
  40. data/lib/jss/api_object/package.rb +2 -1
  41. data/lib/jss/api_object/peripheral.rb +2 -1
  42. data/lib/jss/api_object/peripheral_type.rb +2 -1
  43. data/lib/jss/api_object/policy.rb +2 -1
  44. data/lib/jss/api_object/purchasable.rb +2 -1
  45. data/lib/jss/api_object/removable_macaddr.rb +2 -1
  46. data/lib/jss/api_object/scopable.rb +2 -1
  47. data/lib/jss/api_object/scopable/scope.rb +2 -1
  48. data/lib/jss/api_object/script.rb +2 -1
  49. data/lib/jss/api_object/self_servable.rb +2 -1
  50. data/lib/jss/api_object/site.rb +2 -1
  51. data/lib/jss/api_object/software_update_server.rb +2 -1
  52. data/lib/jss/api_object/updatable.rb +2 -1
  53. data/lib/jss/api_object/uploadable.rb +2 -1
  54. data/lib/jss/api_object/user.rb +2 -1
  55. data/lib/jss/api_object/webhook.rb +242 -0
  56. data/lib/jss/client.rb +2 -1
  57. data/lib/jss/compatibility.rb +2 -1
  58. data/lib/jss/composer.rb +2 -1
  59. data/lib/jss/configuration.rb +2 -1
  60. data/lib/jss/db_connection.rb +2 -1
  61. data/lib/jss/exceptions.rb +2 -1
  62. data/lib/jss/ruby_extensions.rb +2 -1
  63. data/lib/jss/ruby_extensions/filetest.rb +2 -1
  64. data/lib/jss/ruby_extensions/hash.rb +2 -1
  65. data/lib/jss/ruby_extensions/ipaddr.rb +2 -1
  66. data/lib/jss/ruby_extensions/pathname.rb +2 -1
  67. data/lib/jss/ruby_extensions/string.rb +2 -1
  68. data/lib/jss/ruby_extensions/time.rb +2 -1
  69. data/lib/jss/server.rb +2 -1
  70. data/lib/jss/utility.rb +2 -1
  71. data/lib/jss/version.rb +3 -2
  72. data/lib/jss/webhooks.rb +2 -1
  73. data/lib/jss/webhooks/configuration.rb +2 -1
  74. data/lib/jss/webhooks/data/sample_handlers/RestAPIOperation-executable +2 -1
  75. data/lib/jss/webhooks/data/sample_handlers/RestAPIOperation.rb +2 -1
  76. data/lib/jss/webhooks/event.rb +2 -1
  77. data/lib/jss/webhooks/event/computer_added.rb +2 -1
  78. data/lib/jss/webhooks/event/computer_check_in.rb +2 -1
  79. data/lib/jss/webhooks/event/computer_inventory_completed.rb +2 -1
  80. data/lib/jss/webhooks/event/computer_policy_finished.rb +2 -1
  81. data/lib/jss/webhooks/event/computer_push_capability_changed.rb +2 -1
  82. data/lib/jss/webhooks/event/handlers.rb +2 -1
  83. data/lib/jss/webhooks/event/jss_shutdown.rb +2 -1
  84. data/lib/jss/webhooks/event/jss_startup.rb +2 -1
  85. data/lib/jss/webhooks/event/mobile_device_check_in.rb +2 -1
  86. data/lib/jss/webhooks/event/mobile_device_command_completed.rb +2 -1
  87. data/lib/jss/webhooks/event/mobile_device_enrolled.rb +2 -1
  88. data/lib/jss/webhooks/event/mobile_device_push_sent.rb +2 -1
  89. data/lib/jss/webhooks/event/mobile_device_unenrolled.rb +2 -1
  90. data/lib/jss/webhooks/event/patch_software_title_updated.rb +2 -1
  91. data/lib/jss/webhooks/event/push_sent.rb +2 -1
  92. data/lib/jss/webhooks/event/rest_api_operation.rb +2 -1
  93. data/lib/jss/webhooks/event/scep_challenge.rb +2 -1
  94. data/lib/jss/webhooks/event/smart_group_computer_membership_change.rb +2 -1
  95. data/lib/jss/webhooks/event/smart_group_mobile_device_membership_change.rb +2 -1
  96. data/lib/jss/webhooks/event/webhook.rb +2 -1
  97. data/lib/jss/webhooks/event_objects.rb +2 -1
  98. data/lib/jss/webhooks/event_objects/computer.rb +2 -1
  99. data/lib/jss/webhooks/event_objects/jss.rb +2 -1
  100. data/lib/jss/webhooks/event_objects/mobile_device.rb +2 -1
  101. data/lib/jss/webhooks/event_objects/patch_software_title_update.rb +2 -1
  102. data/lib/jss/webhooks/event_objects/push.rb +2 -1
  103. data/lib/jss/webhooks/event_objects/rest_api_operation.rb +2 -1
  104. data/lib/jss/webhooks/event_objects/scep_challenge.rb +2 -1
  105. data/lib/jss/webhooks/event_objects/smart_group.rb +2 -1
  106. data/lib/jss/webhooks/server_app.rb +2 -1
  107. data/lib/jss/webhooks/server_app/routes.rb +2 -1
  108. data/lib/jss/webhooks/server_app/routes/handle_webhook_event.rb +2 -1
  109. data/lib/jss/webhooks/server_app/routes/home.rb +2 -1
  110. data/lib/jss/webhooks/server_app/self_signed_cert.rb +2 -1
  111. data/lib/jss/webhooks/server_app/server.rb +2 -1
  112. data/lib/jss/webhooks/version.rb +2 -1
  113. metadata +21 -20
data/lib/jss/utility.rb CHANGED
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
data/lib/jss/version.rb CHANGED
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -26,6 +27,6 @@
26
27
  module JSS
27
28
 
28
29
  ### The version of the JSS ruby gem
29
- VERSION = '0.6.6'
30
+ VERSION = '0.6.7'.freeze
30
31
 
31
32
  end # module
data/lib/jss/webhooks.rb CHANGED
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,6 +1,7 @@
1
1
  #!/bin/bash
2
2
 
3
- ### Copyright 2016 Pixar
3
+ ### Copyright 2017 Pixar
4
+
4
5
  ###
5
6
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
6
7
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
@@ -1,4 +1,5 @@
1
- ### Copyright 2016 Pixar
1
+ ### Copyright 2017 Pixar
2
+
2
3
  ###
3
4
  ### Licensed under the Apache License, Version 2.0 (the "Apache License")
4
5
  ### with the following modification; you may not use this file except in
metadata CHANGED
@@ -1,81 +1,81 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-jss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.6
4
+ version: 0.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Lasell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-04 00:00:00.000000000 Z
11
+ date: 2017-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ruby-mysql
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.9'
34
- - - '>='
34
+ - - ">="
35
35
  - !ruby/object:Gem::Version
36
36
  version: 2.9.12
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - ~>
41
+ - - "~>"
42
42
  - !ruby/object:Gem::Version
43
43
  version: '2.9'
44
- - - '>='
44
+ - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: 2.9.12
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rest-client
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
- - - ~>
51
+ - - "~>"
52
52
  - !ruby/object:Gem::Version
53
53
  version: '1.7'
54
- - - '>='
54
+ - - ">="
55
55
  - !ruby/object:Gem::Version
56
56
  version: 1.7.2
57
57
  type: :runtime
58
58
  prerelease: false
59
59
  version_requirements: !ruby/object:Gem::Requirement
60
60
  requirements:
61
- - - ~>
61
+ - - "~>"
62
62
  - !ruby/object:Gem::Version
63
63
  version: '1.7'
64
- - - '>='
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: 1.7.2
67
67
  - !ruby/object:Gem::Dependency
68
68
  name: net-ldap
69
69
  requirement: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ~>
71
+ - - "~>"
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0.8'
74
74
  type: :runtime
75
75
  prerelease: false
76
76
  version_requirements: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - ~>
78
+ - - "~>"
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0.8'
81
81
  description: |2
@@ -95,7 +95,7 @@ extra_rdoc_files:
95
95
  - CHANGES.md
96
96
  - THANKS.md
97
97
  files:
98
- - .yardopts
98
+ - ".yardopts"
99
99
  - CHANGES.md
100
100
  - LICENSE.txt
101
101
  - README.md
@@ -154,6 +154,7 @@ files:
154
154
  - lib/jss/api_object/updatable.rb
155
155
  - lib/jss/api_object/uploadable.rb
156
156
  - lib/jss/api_object/user.rb
157
+ - lib/jss/api_object/webhook.rb
157
158
  - lib/jss/client.rb
158
159
  - lib/jss/compatibility.rb
159
160
  - lib/jss/composer.rb
@@ -237,21 +238,21 @@ licenses:
237
238
  metadata: {}
238
239
  post_install_message:
239
240
  rdoc_options:
240
- - --title
241
+ - "--title"
241
242
  - JSS
242
- - --line-numbers
243
- - --main
243
+ - "--line-numbers"
244
+ - "--main"
244
245
  - README.md
245
246
  require_paths:
246
247
  - lib
247
248
  required_ruby_version: !ruby/object:Gem::Requirement
248
249
  requirements:
249
- - - '>='
250
+ - - ">="
250
251
  - !ruby/object:Gem::Version
251
252
  version: 1.9.3
252
253
  required_rubygems_version: !ruby/object:Gem::Requirement
253
254
  requirements:
254
- - - '>='
255
+ - - ">="
255
256
  - !ruby/object:Gem::Version
256
257
  version: '0'
257
258
  requirements: []