--- !ruby/object:Gem::Specification name: bobot version: !ruby/object:Gem::Version version: 5.0.4 platform: ruby authors: - Navid EMAD autorequire: bindir: bin cert_chain: [] date: 2019-06-06 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: i18n requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5' - - "<" - !ruby/object:Gem::Version version: '6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '5' - - "<" - !ruby/object:Gem::Version version: '6' - !ruby/object:Gem::Dependency name: typhoeus requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Bobot is a Ruby wrapped framework to build easily a Facebook Messenger Bot. email: - contact@navidemad.net executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE - README.md files: - MIT-LICENSE - README.md - Rakefile - app/controllers/bobot/application_controller.rb - app/controllers/bobot/webhook_controller.rb - app/jobs/bobot/application_job.rb - app/jobs/bobot/commander_job.rb - config/locales/bobot.en.yml - config/routes.rb - lib/bobot.rb - lib/bobot/buttons.rb - lib/bobot/commander.rb - lib/bobot/configuration.rb - lib/bobot/engine.rb - lib/bobot/error_parser.rb - lib/bobot/event.rb - lib/bobot/events/account_linking.rb - lib/bobot/events/common.rb - lib/bobot/events/delivery.rb - lib/bobot/events/message.rb - lib/bobot/events/message_echo.rb - lib/bobot/events/message_request.rb - lib/bobot/events/optin.rb - lib/bobot/events/pass_thread_control.rb - lib/bobot/events/policy_enforcement.rb - lib/bobot/events/postback.rb - lib/bobot/events/read.rb - lib/bobot/events/referral.rb - lib/bobot/events/take_thread_control.rb - lib/bobot/exceptions.rb - lib/bobot/graph_facebook.rb - lib/bobot/page.rb - lib/bobot/profile.rb - lib/bobot/user.rb - lib/bobot/version.rb - lib/generators/bobot/install_generator.rb - lib/generators/bobot/templates/app/bobot/workflow.rb - lib/generators/bobot/templates/config/initializers/bobot.rb - lib/generators/bobot/templates/config/locales/bobot.en.yml - lib/generators/bobot/templates/config/locales/bobot.fr.yml - lib/generators/bobot/uninstall_generator.rb - lib/generators/bobot/utils.rb - lib/tasks/bobot_tasks.rake - spec/bobot/bobot_spec.rb - spec/bobot/event/account_linking_spec.rb - spec/bobot/event/common_spec.rb - spec/bobot/event/delivery_spec.rb - spec/bobot/event/message_echo_spec.rb - spec/bobot/event/message_spec.rb - spec/bobot/event/optin_spec.rb - spec/bobot/event/policy_enforcement_spec.rb - spec/bobot/event/postback_spec.rb - spec/bobot/event/read_spec.rb - spec/bobot/event/referral_spec.rb - spec/bobot/event_spec.rb - spec/bobot/install_generator_spec.rb - spec/bobot/page_spec.rb - spec/bobot/profile_spec.rb - spec/bobot/user_spec.rb - spec/controllers/bobot/application_controller_spec.rb - spec/controllers/bobot/webhook_controller_spec.rb - spec/dummy/Rakefile - spec/dummy/app/assets/config/manifest.js - spec/dummy/app/assets/javascripts/application.js - spec/dummy/app/assets/stylesheets/application.css - spec/dummy/app/channels/application_cable/channel.rb - spec/dummy/app/channels/application_cable/connection.rb - spec/dummy/app/controllers/application_controller.rb - spec/dummy/app/jobs/application_job.rb - spec/dummy/app/mailers/application_mailer.rb - spec/dummy/app/views/layouts/mailer.html.erb - spec/dummy/app/views/layouts/mailer.text.erb - spec/dummy/bin/bundle - spec/dummy/bin/rails - spec/dummy/bin/rake - spec/dummy/bin/setup - spec/dummy/bin/update - spec/dummy/config.ru - spec/dummy/config/application.rb - spec/dummy/config/boot.rb - spec/dummy/config/cable.yml - spec/dummy/config/environment.rb - spec/dummy/config/environments/development.rb - spec/dummy/config/environments/production.rb - spec/dummy/config/environments/test.rb - spec/dummy/config/initializers/application_controller_renderer.rb - spec/dummy/config/initializers/backtrace_silencers.rb - spec/dummy/config/initializers/cors.rb - spec/dummy/config/initializers/filter_parameter_logging.rb - spec/dummy/config/initializers/inflections.rb - spec/dummy/config/initializers/mime_types.rb - spec/dummy/config/initializers/wrap_parameters.rb - spec/dummy/config/locales/en.yml - spec/dummy/config/puma.rb - spec/dummy/config/routes.rb - spec/dummy/config/secrets.yml - spec/dummy/config/spring.rb - spec/dummy/log/test.log - spec/dummy/public/favicon.ico - spec/dummy/tmp/generator/app/bobot/workflow.rb - spec/dummy/tmp/generator/config/initializers/bobot.rb - spec/dummy/tmp/generator/config/locales/bobot.en.yml - spec/dummy/tmp/generator/config/locales/bobot.fr.yml - spec/examples.txt - spec/helpers/graph_api_helpers.rb - spec/jobs/bobot/commander_job_spec.rb - spec/lint/rubocop_spec.rb - spec/rails_helper.rb - spec/spec_helper.rb homepage: https://github.com/navidemad/bobot licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.1 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.1 signing_key: specification_version: 4 summary: Facebook Messenger Bot test_files: - spec/spec_helper.rb - spec/lint/rubocop_spec.rb - spec/dummy/app/mailers/application_mailer.rb - spec/dummy/app/jobs/application_job.rb - spec/dummy/app/controllers/application_controller.rb - spec/dummy/app/views/layouts/mailer.html.erb - spec/dummy/app/views/layouts/mailer.text.erb - spec/dummy/app/assets/config/manifest.js - spec/dummy/app/assets/javascripts/application.js - spec/dummy/app/assets/stylesheets/application.css - spec/dummy/app/channels/application_cable/connection.rb - spec/dummy/app/channels/application_cable/channel.rb - spec/dummy/bin/update - spec/dummy/bin/rake - spec/dummy/bin/setup - spec/dummy/bin/bundle - spec/dummy/bin/rails - spec/dummy/config/secrets.yml - spec/dummy/config/routes.rb - spec/dummy/config/locales/en.yml - spec/dummy/config/cable.yml - spec/dummy/config/environments/production.rb - spec/dummy/config/environments/development.rb - spec/dummy/config/environments/test.rb - spec/dummy/config/spring.rb - spec/dummy/config/environment.rb - spec/dummy/config/application.rb - spec/dummy/config/puma.rb - spec/dummy/config/boot.rb - spec/dummy/config/initializers/application_controller_renderer.rb - spec/dummy/config/initializers/backtrace_silencers.rb - spec/dummy/config/initializers/mime_types.rb - spec/dummy/config/initializers/filter_parameter_logging.rb - spec/dummy/config/initializers/wrap_parameters.rb - spec/dummy/config/initializers/inflections.rb - spec/dummy/config/initializers/cors.rb - spec/dummy/config.ru - spec/dummy/Rakefile - spec/dummy/public/favicon.ico - spec/dummy/log/test.log - spec/dummy/tmp/generator/app/bobot/workflow.rb - spec/dummy/tmp/generator/config/locales/bobot.en.yml - spec/dummy/tmp/generator/config/locales/bobot.fr.yml - spec/dummy/tmp/generator/config/initializers/bobot.rb - spec/examples.txt - spec/bobot/install_generator_spec.rb - spec/bobot/bobot_spec.rb - spec/bobot/page_spec.rb - spec/bobot/event_spec.rb - spec/bobot/profile_spec.rb - spec/bobot/user_spec.rb - spec/bobot/event/delivery_spec.rb - spec/bobot/event/policy_enforcement_spec.rb - spec/bobot/event/message_echo_spec.rb - spec/bobot/event/optin_spec.rb - spec/bobot/event/account_linking_spec.rb - spec/bobot/event/message_spec.rb - spec/bobot/event/referral_spec.rb - spec/bobot/event/common_spec.rb - spec/bobot/event/postback_spec.rb - spec/bobot/event/read_spec.rb - spec/jobs/bobot/commander_job_spec.rb - spec/controllers/bobot/webhook_controller_spec.rb - spec/controllers/bobot/application_controller_spec.rb - spec/rails_helper.rb - spec/helpers/graph_api_helpers.rb