# -*- encoding: utf-8 -*- # stub: web-console 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "web-console".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Genadi Samokovarov".freeze, "Guillermo Iguaran".freeze] s.date = "2013-09-06" s.email = ["gsamokovarov@gmail.com".freeze, "guilleiguaran@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "app/assets/javascripts/web_console/application.js".freeze, "app/assets/javascripts/web_console/console_sessions.js".freeze, "app/assets/stylesheets/web_console/application.css".freeze, "app/assets/stylesheets/web_console/console_sessions.css.erb".freeze, "app/controllers/web_console/application_controller.rb".freeze, "app/controllers/web_console/console_sessions_controller.rb".freeze, "app/helpers/web_console/application_helper.rb".freeze, "app/helpers/web_console/console_session_helper.rb".freeze, "app/models/web_console/console_session.rb".freeze, "app/views/layouts/web_console/application.html.erb".freeze, "app/views/web_console/console_sessions/index.html.erb".freeze, "config/routes.rb".freeze, "lib/assets/javascripts/web-console.js".freeze, "lib/assets/javascripts/web_console.js".freeze, "lib/web-console.rb".freeze, "lib/web_console.rb".freeze, "lib/web_console/colors.rb".freeze, "lib/web_console/colors/light.rb".freeze, "lib/web_console/colors/solarized.rb".freeze, "lib/web_console/colors/tango.rb".freeze, "lib/web_console/colors/xterm.rb".freeze, "lib/web_console/engine.rb".freeze, "lib/web_console/slave.rb".freeze, "lib/web_console/version.rb".freeze, "test/controllers/web_console/console_sessions_controller_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/tmp/cache/assets/development/sprockets/17c571144b4e44da39bddb2d2c412414".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2b96b037f3dfeccfe27113eb95b06ea1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/36341e42f23669574fa1027d0958ff3e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/44117154e909436e7eeaf10cdb18d2b4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/496864a905d53afd8e176f29500f96a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/55b7b76605fdffe31d737d4ac1f1ef7b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5ac98782fe3dfd0a766f75ce1801f0a0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/680381170dc160e358fc28076ea6886c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6ad7acc9a22fe2a67ec24a1fc866c20e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6e4d5b32cc444226f6597198994ccd5e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7a50a9e605754e99783de95715b976b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8aa4c7aabff23c8089d41e9e54193483".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b2401118729720034b6f3eda0b4c5025".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c649837df826fc310cb80f1adafd6b8d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cb0065359d3b5b296f71d673f4b276e9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d1f6e06bc2f112c4ec3a4c3f68351878".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d6b85d8b0b5c569388b89e56e9f6fed7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d982412def520c434e2240eae6d29cf2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df048a8b0897b9c04acdf59c8f95b18f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e6d6b8bde546349764be7b44ffcf5807".freeze, "test/dummy/tmp/cache/assets/development/sprockets/eb25265794d2f7afd1684779d84efdac".freeze, "test/helpers/web_console/console_session_helper_test.rb".freeze, "test/models/console_session_test.rb".freeze, "test/test_helper.rb".freeze, "test/web_console/colors_test.rb".freeze, "test/web_console/slave_test.rb".freeze, "test/web_console_test.rb".freeze, "vendor/assets/javascripts/term.js".freeze] s.homepage = "https://github.com/gsamokovarov/web-console".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails Console on the Browser.".freeze s.test_files = ["test/controllers/web_console/console_sessions_controller_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/log/development.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/17c571144b4e44da39bddb2d2c412414".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2b96b037f3dfeccfe27113eb95b06ea1".freeze, "test/dummy/tmp/cache/assets/development/sprockets/36341e42f23669574fa1027d0958ff3e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/44117154e909436e7eeaf10cdb18d2b4".freeze, "test/dummy/tmp/cache/assets/development/sprockets/496864a905d53afd8e176f29500f96a8".freeze, "test/dummy/tmp/cache/assets/development/sprockets/55b7b76605fdffe31d737d4ac1f1ef7b".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5ac98782fe3dfd0a766f75ce1801f0a0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/680381170dc160e358fc28076ea6886c".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6ad7acc9a22fe2a67ec24a1fc866c20e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6e4d5b32cc444226f6597198994ccd5e".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7a50a9e605754e99783de95715b976b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8aa4c7aabff23c8089d41e9e54193483".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b2401118729720034b6f3eda0b4c5025".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c649837df826fc310cb80f1adafd6b8d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cb0065359d3b5b296f71d673f4b276e9".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d1f6e06bc2f112c4ec3a4c3f68351878".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d6b85d8b0b5c569388b89e56e9f6fed7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d982412def520c434e2240eae6d29cf2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/df048a8b0897b9c04acdf59c8f95b18f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e6d6b8bde546349764be7b44ffcf5807".freeze, "test/dummy/tmp/cache/assets/development/sprockets/eb25265794d2f7afd1684779d84efdac".freeze, "test/helpers/web_console/console_session_helper_test.rb".freeze, "test/models/console_session_test.rb".freeze, "test/test_helper.rb".freeze, "test/web_console/colors_test.rb".freeze, "test/web_console/slave_test.rb".freeze, "test/web_console_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0.0".freeze]) end