--- !ruby/object:Gem::Specification name: totoro version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - ShuHui18 autorequire: bindir: bin cert_chain: [] date: 2018-06-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bunny requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.10' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.10' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' description: Enpower rabbitmq to make it configrable email: - shu.hui@blockchaintech.net.au executables: - totoro extensions: [] extra_rdoc_files: [] files: - CODE_OF_CONDUCT.md - Dockerfile - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - bin/totoro - docker-compose.yml - lib/generators/totoro/config_generator.rb - lib/generators/totoro/init_generator.rb - lib/generators/totoro/templates/initializer.rb - lib/generators/totoro/templates/totoro.yml - lib/generators/totoro/templates/worker.rb.erb - lib/generators/totoro/worker_generator.rb - lib/totoro.rb - lib/totoro/base_queue.rb - lib/totoro/base_worker.rb - lib/totoro/config.rb - lib/totoro/initializer.rb - lib/totoro/version.rb - pkg/totoro-0.1.1.gem - pkg/totoro-0.1.2.gem - pkg/totoro-0.1.3.gem - pkg/totoro-0.1.4.gem - pkg/totoro-0.1.5.gem - pkg/totoro-0.1.6.gem - pkg/totoro-0.2.0.gem - spec/spec_helper.rb - spec/totoro_spec.rb - test/totoro_test/Gemfile - test/totoro_test/Gemfile.lock - test/totoro_test/README.md - test/totoro_test/Rakefile - test/totoro_test/app/channels/application_cable/channel.rb - test/totoro_test/app/channels/application_cable/connection.rb - test/totoro_test/app/controllers/application_controller.rb - test/totoro_test/app/jobs/application_job.rb - test/totoro_test/app/mailers/application_mailer.rb - test/totoro_test/app/models/application_record.rb - test/totoro_test/app/views/layouts/mailer.html.erb - test/totoro_test/app/views/layouts/mailer.text.erb - test/totoro_test/bin/bundle - test/totoro_test/bin/rails - test/totoro_test/bin/rake - test/totoro_test/bin/setup - test/totoro_test/bin/spring - test/totoro_test/bin/update - test/totoro_test/config.ru - test/totoro_test/config/application.rb - test/totoro_test/config/boot.rb - test/totoro_test/config/cable.yml - test/totoro_test/config/database.yml - test/totoro_test/config/environment.rb - test/totoro_test/config/environments/development.rb - test/totoro_test/config/environments/production.rb - test/totoro_test/config/environments/test.rb - test/totoro_test/config/initializers/application_controller_renderer.rb - test/totoro_test/config/initializers/backtrace_silencers.rb - test/totoro_test/config/initializers/cors.rb - test/totoro_test/config/initializers/filter_parameter_logging.rb - test/totoro_test/config/initializers/inflections.rb - test/totoro_test/config/initializers/mime_types.rb - test/totoro_test/config/initializers/wrap_parameters.rb - test/totoro_test/config/locales/en.yml - test/totoro_test/config/puma.rb - test/totoro_test/config/routes.rb - test/totoro_test/config/secrets.yml - test/totoro_test/config/spring.rb - test/totoro_test/db/seeds.rb - test/totoro_test/public/robots.txt - test/totoro_test/test/test_helper.rb - totoro.gemspec homepage: https://github.com/blockchaintech-au/totoro 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.3 signing_key: specification_version: 4 summary: tool for rabbitmq test_files: []