--- !ruby/object:Gem::Specification name: zoom_rb version: !ruby/object:Gem::Version version: 0.8.3 platform: ruby authors: - Kyle Boe autorequire: bindir: bin cert_chain: [] date: 2018-11-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: httparty requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' - !ruby/object:Gem::Dependency name: jwt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: hint-rubocop_style requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.8' - !ruby/object:Gem::Dependency name: rspec_junit_formatter requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.4.1 - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.16.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.16.1 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.4' description: A Ruby API wrapper for zoom.us API email: - kyle@boe.codes executables: [] extensions: [] extra_rdoc_files: [] files: - ".circleci/config.yml" - ".gitignore" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE - Makefile - README.md - lib/zoom.rb - lib/zoom/actions/account.rb - lib/zoom/actions/group.rb - lib/zoom/actions/im/chat.rb - lib/zoom/actions/im/group.rb - lib/zoom/actions/m323_device.rb - lib/zoom/actions/meeting.rb - lib/zoom/actions/metrics.rb - lib/zoom/actions/recording.rb - lib/zoom/actions/report.rb - lib/zoom/actions/user.rb - lib/zoom/actions/webinar.rb - lib/zoom/client.rb - lib/zoom/constants.rb - lib/zoom/error.rb - lib/zoom/interface.rb - lib/zoom/params.rb - lib/zoom/utils.rb - spec/fixtures/chat/get.json - spec/fixtures/chat/list.json - spec/fixtures/error/already_exists.json - spec/fixtures/error/not_found.json - spec/fixtures/error/user_not_exist.json - spec/fixtures/error/validation.json - spec/fixtures/mc_recording_list.json - spec/fixtures/meeting/create.json - spec/fixtures/meeting/delete.json - spec/fixtures/meeting/end.json - spec/fixtures/meeting/get.json - spec/fixtures/meeting/list.json - spec/fixtures/meeting/live.json - spec/fixtures/meeting/register.json - spec/fixtures/meeting/update.json - spec/fixtures/metrics_crc.json - spec/fixtures/metrics_meetingdetail.json - spec/fixtures/metrics_meetings.json - spec/fixtures/recording_delete.json - spec/fixtures/recording_get.json - spec/fixtures/recording_list.json - spec/fixtures/report/getaccountreport.json - spec/fixtures/report/getaudioreport.json - spec/fixtures/report/getdailyreport.json - spec/fixtures/report/getuserreport.json - spec/fixtures/report_getaccountreport.json - spec/fixtures/report_getdailyreport.json - spec/fixtures/report_getuserreport.json - spec/fixtures/user/assistant/delete.json - spec/fixtures/user/assistant/set.json - spec/fixtures/user/autocreate.json - spec/fixtures/user/autocreate2.json - spec/fixtures/user/create.json - spec/fixtures/user/custcreate.json - spec/fixtures/user/delete.json - spec/fixtures/user/get.json - spec/fixtures/user/getbyemail.json - spec/fixtures/user/list.json - spec/fixtures/user/pending.json - spec/fixtures/user/permanent_delete.json - spec/fixtures/user/update.json - spec/fixtures/webinar/create.json - spec/fixtures/webinar/delete.json - spec/fixtures/webinar/list.json - spec/fixtures/webinar/registrant/add.json - spec/fixtures/webinar/registrant/list.json - spec/fixtures/webinar/update.json - spec/fixtures/webinar_delete.json - spec/fixtures/webinar_end.json - spec/fixtures/webinar_get.json - spec/fixtures/webinar_update.json - spec/lib/zoom/actions/group/create_spec.rb - spec/lib/zoom/actions/group/delete_spec.rb - spec/lib/zoom/actions/group/edit_spec.rb - spec/lib/zoom/actions/group/get_spec.rb - spec/lib/zoom/actions/group/list_spec.rb - spec/lib/zoom/actions/group/member/add_spec.rb - spec/lib/zoom/actions/group/member/delete_spec.rb - spec/lib/zoom/actions/group/member/list_spec.rb - spec/lib/zoom/actions/im/chat/get_spec.rb - spec/lib/zoom/actions/im/chat/list_spec.rb - spec/lib/zoom/actions/im/group/create_spec.rb - spec/lib/zoom/actions/im/group/delete_spec.rb - spec/lib/zoom/actions/im/group/edit_spec.rb - spec/lib/zoom/actions/im/group/get_spec.rb - spec/lib/zoom/actions/im/group/list_spec.rb - spec/lib/zoom/actions/im/group/member/add_spec.rb - spec/lib/zoom/actions/im/group/member/delete_spec.rb - spec/lib/zoom/actions/im/group/member/list_spec.rb - spec/lib/zoom/actions/m323/device/create_spec.rb - spec/lib/zoom/actions/m323/device/delete_spec.rb - spec/lib/zoom/actions/m323/device/list_spec.rb - spec/lib/zoom/actions/m323/device/update_spec.rb - spec/lib/zoom/actions/ma/account/billing_update_spec.rb - spec/lib/zoom/actions/ma/account/create_spec.rb - spec/lib/zoom/actions/ma/account/delete_spec.rb - spec/lib/zoom/actions/ma/account/get_spec.rb - spec/lib/zoom/actions/ma/account/list_spec.rb - spec/lib/zoom/actions/ma/account/plan/add_spec.rb - spec/lib/zoom/actions/ma/account/plan/get_spec.rb - spec/lib/zoom/actions/ma/account/plan/subscribe_spec.rb - spec/lib/zoom/actions/ma/account/plan/update_spec.rb - spec/lib/zoom/actions/meeting/create_spec.rb - spec/lib/zoom/actions/meeting/delete_spec.rb - spec/lib/zoom/actions/meeting/end_spec.rb - spec/lib/zoom/actions/meeting/get_spec.rb - spec/lib/zoom/actions/meeting/list_spec.rb - spec/lib/zoom/actions/meeting/live_spec.rb - spec/lib/zoom/actions/meeting/register_spec.rb - spec/lib/zoom/actions/meeting/update_spec.rb - spec/lib/zoom/actions/metrics/crc_spec.rb - spec/lib/zoom/actions/metrics/im_spec.rb - spec/lib/zoom/actions/metrics/meetingdetail_spec.rb - spec/lib/zoom/actions/metrics/meetings_spec.rb - spec/lib/zoom/actions/metrics/qos_spec.rb - spec/lib/zoom/actions/metrics/webinardetail_spec.rb - spec/lib/zoom/actions/metrics/webinars_spec.rb - spec/lib/zoom/actions/metrics/zoomroomdetail_spec.rb - spec/lib/zoom/actions/metrics/zoomrooms_spec.rb - spec/lib/zoom/actions/recording/delete_spec.rb - spec/lib/zoom/actions/recording/get_spec.rb - spec/lib/zoom/actions/recording/list_spec.rb - spec/lib/zoom/actions/recording/mc_list_spec.rb - spec/lib/zoom/actions/report/getaccountreport_spec.rb - spec/lib/zoom/actions/report/getaudioreport_spec.rb - spec/lib/zoom/actions/report/getdailyreport_spec.rb - spec/lib/zoom/actions/report/getuserreport_spec.rb - spec/lib/zoom/actions/user/activate_spec.rb - spec/lib/zoom/actions/user/assistant/delete_spec.rb - spec/lib/zoom/actions/user/assistant/set_spec.rb - spec/lib/zoom/actions/user/autocreate2_spec.rb - spec/lib/zoom/actions/user/autocreate_spec.rb - spec/lib/zoom/actions/user/checkemail_spec.rb - spec/lib/zoom/actions/user/checkzpk_spec.rb - spec/lib/zoom/actions/user/create_spec.rb - spec/lib/zoom/actions/user/custcreate_spec.rb - spec/lib/zoom/actions/user/deactivate_spec.rb - spec/lib/zoom/actions/user/delete_spec.rb - spec/lib/zoom/actions/user/get_spec.rb - spec/lib/zoom/actions/user/getbyemail_spec.rb - spec/lib/zoom/actions/user/list_spec.rb - spec/lib/zoom/actions/user/revoketoken_spec.rb - spec/lib/zoom/actions/user/update_spec.rb - spec/lib/zoom/actions/user/updatepassword_spec.rb - spec/lib/zoom/actions/webinar/attendees_list_spec.rb - spec/lib/zoom/actions/webinar/create_spec.rb - spec/lib/zoom/actions/webinar/delete_spec.rb - spec/lib/zoom/actions/webinar/end_spec.rb - spec/lib/zoom/actions/webinar/get_spec.rb - spec/lib/zoom/actions/webinar/list_registration_spec.rb - spec/lib/zoom/actions/webinar/list_spec.rb - spec/lib/zoom/actions/webinar/panelists_spec.rb - spec/lib/zoom/actions/webinar/polls_spec.rb - spec/lib/zoom/actions/webinar/questions_spec.rb - spec/lib/zoom/actions/webinar/register_spec.rb - spec/lib/zoom/actions/webinar/registrants/add_spec.rb - spec/lib/zoom/actions/webinar/registrants/approve_spec.rb - spec/lib/zoom/actions/webinar/registrants/list_spec.rb - spec/lib/zoom/actions/webinar/registration_cancel_spec.rb - spec/lib/zoom/actions/webinar/registration_spec.rb - spec/lib/zoom/actions/webinar/update_spec.rb - spec/lib/zoom/actions/webinar/uuid_list_spec.rb - spec/lib/zoom/client_spec.rb - spec/lib/zoom/params_spec.rb - spec/lib/zoom/utils_spec.rb - spec/spec_helper.rb - zoom_rb.gemspec homepage: https://github.com/hintmedia/zoom_rb licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: zoom.us API wrapper test_files: - spec/fixtures/chat/get.json - spec/fixtures/chat/list.json - spec/fixtures/error/already_exists.json - spec/fixtures/error/not_found.json - spec/fixtures/error/user_not_exist.json - spec/fixtures/error/validation.json - spec/fixtures/mc_recording_list.json - spec/fixtures/meeting/create.json - spec/fixtures/meeting/delete.json - spec/fixtures/meeting/end.json - spec/fixtures/meeting/get.json - spec/fixtures/meeting/list.json - spec/fixtures/meeting/live.json - spec/fixtures/meeting/register.json - spec/fixtures/meeting/update.json - spec/fixtures/metrics_crc.json - spec/fixtures/metrics_meetingdetail.json - spec/fixtures/metrics_meetings.json - spec/fixtures/recording_delete.json - spec/fixtures/recording_get.json - spec/fixtures/recording_list.json - spec/fixtures/report/getaccountreport.json - spec/fixtures/report/getaudioreport.json - spec/fixtures/report/getdailyreport.json - spec/fixtures/report/getuserreport.json - spec/fixtures/report_getaccountreport.json - spec/fixtures/report_getdailyreport.json - spec/fixtures/report_getuserreport.json - spec/fixtures/user/assistant/delete.json - spec/fixtures/user/assistant/set.json - spec/fixtures/user/autocreate.json - spec/fixtures/user/autocreate2.json - spec/fixtures/user/create.json - spec/fixtures/user/custcreate.json - spec/fixtures/user/delete.json - spec/fixtures/user/get.json - spec/fixtures/user/getbyemail.json - spec/fixtures/user/list.json - spec/fixtures/user/pending.json - spec/fixtures/user/permanent_delete.json - spec/fixtures/user/update.json - spec/fixtures/webinar/create.json - spec/fixtures/webinar/delete.json - spec/fixtures/webinar/list.json - spec/fixtures/webinar/registrant/add.json - spec/fixtures/webinar/registrant/list.json - spec/fixtures/webinar/update.json - spec/fixtures/webinar_delete.json - spec/fixtures/webinar_end.json - spec/fixtures/webinar_get.json - spec/fixtures/webinar_update.json - spec/lib/zoom/actions/group/create_spec.rb - spec/lib/zoom/actions/group/delete_spec.rb - spec/lib/zoom/actions/group/edit_spec.rb - spec/lib/zoom/actions/group/get_spec.rb - spec/lib/zoom/actions/group/list_spec.rb - spec/lib/zoom/actions/group/member/add_spec.rb - spec/lib/zoom/actions/group/member/delete_spec.rb - spec/lib/zoom/actions/group/member/list_spec.rb - spec/lib/zoom/actions/im/chat/get_spec.rb - spec/lib/zoom/actions/im/chat/list_spec.rb - spec/lib/zoom/actions/im/group/create_spec.rb - spec/lib/zoom/actions/im/group/delete_spec.rb - spec/lib/zoom/actions/im/group/edit_spec.rb - spec/lib/zoom/actions/im/group/get_spec.rb - spec/lib/zoom/actions/im/group/list_spec.rb - spec/lib/zoom/actions/im/group/member/add_spec.rb - spec/lib/zoom/actions/im/group/member/delete_spec.rb - spec/lib/zoom/actions/im/group/member/list_spec.rb - spec/lib/zoom/actions/m323/device/create_spec.rb - spec/lib/zoom/actions/m323/device/delete_spec.rb - spec/lib/zoom/actions/m323/device/list_spec.rb - spec/lib/zoom/actions/m323/device/update_spec.rb - spec/lib/zoom/actions/ma/account/billing_update_spec.rb - spec/lib/zoom/actions/ma/account/create_spec.rb - spec/lib/zoom/actions/ma/account/delete_spec.rb - spec/lib/zoom/actions/ma/account/get_spec.rb - spec/lib/zoom/actions/ma/account/list_spec.rb - spec/lib/zoom/actions/ma/account/plan/add_spec.rb - spec/lib/zoom/actions/ma/account/plan/get_spec.rb - spec/lib/zoom/actions/ma/account/plan/subscribe_spec.rb - spec/lib/zoom/actions/ma/account/plan/update_spec.rb - spec/lib/zoom/actions/meeting/create_spec.rb - spec/lib/zoom/actions/meeting/delete_spec.rb - spec/lib/zoom/actions/meeting/end_spec.rb - spec/lib/zoom/actions/meeting/get_spec.rb - spec/lib/zoom/actions/meeting/list_spec.rb - spec/lib/zoom/actions/meeting/live_spec.rb - spec/lib/zoom/actions/meeting/register_spec.rb - spec/lib/zoom/actions/meeting/update_spec.rb - spec/lib/zoom/actions/metrics/crc_spec.rb - spec/lib/zoom/actions/metrics/im_spec.rb - spec/lib/zoom/actions/metrics/meetingdetail_spec.rb - spec/lib/zoom/actions/metrics/meetings_spec.rb - spec/lib/zoom/actions/metrics/qos_spec.rb - spec/lib/zoom/actions/metrics/webinardetail_spec.rb - spec/lib/zoom/actions/metrics/webinars_spec.rb - spec/lib/zoom/actions/metrics/zoomroomdetail_spec.rb - spec/lib/zoom/actions/metrics/zoomrooms_spec.rb - spec/lib/zoom/actions/recording/delete_spec.rb - spec/lib/zoom/actions/recording/get_spec.rb - spec/lib/zoom/actions/recording/list_spec.rb - spec/lib/zoom/actions/recording/mc_list_spec.rb - spec/lib/zoom/actions/report/getaccountreport_spec.rb - spec/lib/zoom/actions/report/getaudioreport_spec.rb - spec/lib/zoom/actions/report/getdailyreport_spec.rb - spec/lib/zoom/actions/report/getuserreport_spec.rb - spec/lib/zoom/actions/user/activate_spec.rb - spec/lib/zoom/actions/user/assistant/delete_spec.rb - spec/lib/zoom/actions/user/assistant/set_spec.rb - spec/lib/zoom/actions/user/autocreate2_spec.rb - spec/lib/zoom/actions/user/autocreate_spec.rb - spec/lib/zoom/actions/user/checkemail_spec.rb - spec/lib/zoom/actions/user/checkzpk_spec.rb - spec/lib/zoom/actions/user/create_spec.rb - spec/lib/zoom/actions/user/custcreate_spec.rb - spec/lib/zoom/actions/user/deactivate_spec.rb - spec/lib/zoom/actions/user/delete_spec.rb - spec/lib/zoom/actions/user/get_spec.rb - spec/lib/zoom/actions/user/getbyemail_spec.rb - spec/lib/zoom/actions/user/list_spec.rb - spec/lib/zoom/actions/user/revoketoken_spec.rb - spec/lib/zoom/actions/user/update_spec.rb - spec/lib/zoom/actions/user/updatepassword_spec.rb - spec/lib/zoom/actions/webinar/attendees_list_spec.rb - spec/lib/zoom/actions/webinar/create_spec.rb - spec/lib/zoom/actions/webinar/delete_spec.rb - spec/lib/zoom/actions/webinar/end_spec.rb - spec/lib/zoom/actions/webinar/get_spec.rb - spec/lib/zoom/actions/webinar/list_registration_spec.rb - spec/lib/zoom/actions/webinar/list_spec.rb - spec/lib/zoom/actions/webinar/panelists_spec.rb - spec/lib/zoom/actions/webinar/polls_spec.rb - spec/lib/zoom/actions/webinar/questions_spec.rb - spec/lib/zoom/actions/webinar/register_spec.rb - spec/lib/zoom/actions/webinar/registrants/add_spec.rb - spec/lib/zoom/actions/webinar/registrants/approve_spec.rb - spec/lib/zoom/actions/webinar/registrants/list_spec.rb - spec/lib/zoom/actions/webinar/registration_cancel_spec.rb - spec/lib/zoom/actions/webinar/registration_spec.rb - spec/lib/zoom/actions/webinar/update_spec.rb - spec/lib/zoom/actions/webinar/uuid_list_spec.rb - spec/lib/zoom/client_spec.rb - spec/lib/zoom/params_spec.rb - spec/lib/zoom/utils_spec.rb - spec/spec_helper.rb