--- !ruby/object:Gem::Specification name: slack-smart-bot version: !ruby/object:Gem::Version version: 1.6.2 platform: ruby authors: - Mario Ruiz autorequire: bindir: bin cert_chain: [] date: 2020-04-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: slack-ruby-client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.14' - - ">=" - !ruby/object:Gem::Version version: 0.14.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.14' - - ">=" - !ruby/object:Gem::Version version: 0.14.5 - !ruby/object:Gem::Dependency name: nice_http requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: nice_hash requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1' - !ruby/object:Gem::Dependency name: async-websocket requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.8.0 - !ruby/object:Gem::Dependency name: awesome_print requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.9' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.9' description: "Create a Slack bot that is smart and so easy to expand, create new bots on demand, run ruby code on chat, create shortcuts... \n The main scope of this gem is to be used internally in the company so teams can create team channels with their own bot to help them on their daily work, almost everything is suitable to be automated!! \n slack-smart-bot can create bots on demand, create shortcuts, run ruby code... just on a chat channel. \n You can access it just from your mobile phone if you want and run those tests you forgot to run, get the results, restart a server... no limits." email: marioruizs@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - ".yardopts" - LICENSE - README.md - lib/slack-smart-bot.rb - lib/slack-smart-bot_rules.rb - lib/slack/smart-bot/comm.rb - lib/slack/smart-bot/comm/ask.rb - lib/slack/smart-bot/comm/dont_understand.rb - lib/slack/smart-bot/comm/react.rb - lib/slack/smart-bot/comm/respond.rb - lib/slack/smart-bot/comm/respond_direct.rb - lib/slack/smart-bot/comm/send_file.rb - lib/slack/smart-bot/comm/send_msg_channel.rb - lib/slack/smart-bot/comm/send_msg_user.rb - lib/slack/smart-bot/commands.rb - lib/slack/smart-bot/commands/general/bot_help.rb - lib/slack/smart-bot/commands/general/bot_status.rb - lib/slack/smart-bot/commands/general/bye_bot.rb - lib/slack/smart-bot/commands/general/hi_bot.rb - lib/slack/smart-bot/commands/general/stop_using_rules.rb - lib/slack/smart-bot/commands/general/use_rules.rb - lib/slack/smart-bot/commands/on_bot/add_shortcut.rb - lib/slack/smart-bot/commands/on_bot/admin/add_routine.rb - lib/slack/smart-bot/commands/on_bot/admin/extend_rules.rb - lib/slack/smart-bot/commands/on_bot/admin/pause_bot.rb - lib/slack/smart-bot/commands/on_bot/admin/pause_routine.rb - lib/slack/smart-bot/commands/on_bot/admin/remove_routine.rb - lib/slack/smart-bot/commands/on_bot/admin/run_routine.rb - lib/slack/smart-bot/commands/on_bot/admin/see_routines.rb - lib/slack/smart-bot/commands/on_bot/admin/start_bot.rb - lib/slack/smart-bot/commands/on_bot/admin/start_routine.rb - lib/slack/smart-bot/commands/on_bot/admin/stop_using_rules_on.rb - lib/slack/smart-bot/commands/on_bot/admin_master/bot_stats.rb - lib/slack/smart-bot/commands/on_bot/admin_master/get_bot_logs.rb - lib/slack/smart-bot/commands/on_bot/delete_repl.rb - lib/slack/smart-bot/commands/on_bot/delete_shortcut.rb - lib/slack/smart-bot/commands/on_bot/get_repl.rb - lib/slack/smart-bot/commands/on_bot/repl.rb - lib/slack/smart-bot/commands/on_bot/ruby_code.rb - lib/slack/smart-bot/commands/on_bot/run_repl.rb - lib/slack/smart-bot/commands/on_bot/see_repls.rb - lib/slack/smart-bot/commands/on_bot/see_shortcuts.rb - lib/slack/smart-bot/commands/on_extended/bot_rules.rb - lib/slack/smart-bot/commands/on_master/admin/kill_bot_on_channel.rb - lib/slack/smart-bot/commands/on_master/admin_master/exit_bot.rb - lib/slack/smart-bot/commands/on_master/admin_master/notify_message.rb - lib/slack/smart-bot/commands/on_master/create_bot.rb - lib/slack/smart-bot/listen.rb - lib/slack/smart-bot/process.rb - lib/slack/smart-bot/process_first.rb - lib/slack/smart-bot/treat_message.rb - lib/slack/smart-bot/utils.rb - lib/slack/smart-bot/utils/build_help.rb - lib/slack/smart-bot/utils/create_routine_thread.rb - lib/slack/smart-bot/utils/get_bots_created.rb - lib/slack/smart-bot/utils/get_channels_name_and_id.rb - lib/slack/smart-bot/utils/get_help.rb - lib/slack/smart-bot/utils/get_repls.rb - lib/slack/smart-bot/utils/get_routines.rb - lib/slack/smart-bot/utils/get_rules_imported.rb - lib/slack/smart-bot/utils/remove_hash_keys.rb - lib/slack/smart-bot/utils/save_stats.rb - lib/slack/smart-bot/utils/update_bots_file.rb - lib/slack/smart-bot/utils/update_repls.rb - lib/slack/smart-bot/utils/update_routines.rb - lib/slack/smart-bot/utils/update_rules_imported.rb - lib/slack/smart-bot/utils/update_shortcuts_file.rb homepage: https://github.com/MarioRuiz/slack-smart-bot licenses: - MIT metadata: {} post_install_message: Thanks for installing! Visit us on https://github.com/MarioRuiz/slack-smart-bot rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Create a Slack bot that is smart and so easy to expand, create new bots on demand, run ruby code on chat, create shortcuts... test_files: []