--- !ruby/object:Gem::Specification name: bushido version: !ruby/object:Gem::Version version: 0.0.30 prerelease: platform: ruby authors: - Sean Grove - Kev Zettler autorequire: bindir: bin cert_chain: [] date: 2011-07-20 00:00:00.000000000 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rest-client requirement: &2151803600 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.6.1 type: :runtime prerelease: false version_requirements: *2151803600 - !ruby/object:Gem::Dependency name: json requirement: &2151801420 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.4.6 type: :runtime prerelease: false version_requirements: *2151801420 - !ruby/object:Gem::Dependency name: highline requirement: &2151800220 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.6.1 type: :runtime prerelease: false version_requirements: *2151800220 - !ruby/object:Gem::Dependency name: orm_adapter requirement: &2151798860 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.0.3 type: :runtime prerelease: false version_requirements: *2151798860 description: A module for integrating the Bushido platform into a rails app email: - support@bushi.do - s@bushi.do executables: - bushido extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Rakefile - app/controllers/bushido/data_controller.rb - app/controllers/bushido/envs_controller.rb - bin/bushido - bushido.gemspec - lib/bushido.rb - lib/bushido/app.rb - lib/bushido/command.rb - lib/bushido/data.rb - lib/bushido/envs.rb - lib/bushido/event.rb - lib/bushido/hooks.rb - lib/bushido/ido_schema.rb - lib/bushido/middleware.rb - lib/bushido/models.rb - lib/bushido/orm/active_record.rb - lib/bushido/orm/mongoid.rb - lib/bushido/platform.rb - lib/bushido/schema.rb - lib/bushido/user.rb - lib/bushido/utils.rb - lib/bushido/version.rb - lib/engine.rb - lib/generators/active_record/bushido_generator.rb - lib/generators/active_record/templates/migration.rb - lib/generators/bushido/bushido_generator.rb - lib/generators/bushido/install_generator.rb - lib/generators/bushido/orm_helpers.rb - lib/generators/mongoid/bushido_generator.rb - lib/generators/templates/README - lib/generators/templates/bushido.rb - lib/rails/#routes.rb# - lib/rails/routes.rb - test/controllers/envs_controller_test.rb - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/views/application/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/development.sqlite3 - test/rails_app/db/test.sqlite3 - test/rails_app/log/development.log - test/rails_app/log/production.log - test/rails_app/log/server.log - test/rails_app/log/test.log - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/javascripts/application.js - test/rails_app/public/javascripts/controls.js - test/rails_app/public/javascripts/dragdrop.js - test/rails_app/public/javascripts/effects.js - test/rails_app/public/javascripts/prototype.js - test/rails_app/public/javascripts/rails.js - test/rails_app/public/stylesheets/.gitkeep - test/rails_app/script/rails - test/test_helper.rb has_rdoc: true homepage: https://github.com/sgrove/bushidogem licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1185013954013927202 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 1185013954013927202 requirements: [] rubyforge_project: bushido rubygems_version: 1.6.2 signing_key: specification_version: 3 summary: Bushido integration test_files: - test/controllers/envs_controller_test.rb - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/views/application/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/development.sqlite3 - test/rails_app/db/test.sqlite3 - test/rails_app/log/development.log - test/rails_app/log/production.log - test/rails_app/log/server.log - test/rails_app/log/test.log - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/javascripts/application.js - test/rails_app/public/javascripts/controls.js - test/rails_app/public/javascripts/dragdrop.js - test/rails_app/public/javascripts/effects.js - test/rails_app/public/javascripts/prototype.js - test/rails_app/public/javascripts/rails.js - test/rails_app/public/stylesheets/.gitkeep - test/rails_app/script/rails - test/test_helper.rb