# -*- encoding: utf-8 -*- # stub: spring 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "spring".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jon Leighton".freeze] s.date = "2013-01-13" s.description = "Rails application preloader".freeze s.email = ["j@jonathanleighton.com".freeze] s.executables = ["spring".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/spring".freeze, "lib/spring.rb".freeze, "lib/spring/application.rb".freeze, "lib/spring/application_manager.rb".freeze, "lib/spring/application_watcher.rb".freeze, "lib/spring/commands.rb".freeze, "lib/spring/env.rb".freeze, "lib/spring/server.rb".freeze, "lib/spring/sid.rb".freeze, "lib/spring/version.rb".freeze, "spring.gemspec".freeze, "test/acceptance/app_test.rb".freeze, "test/apps/rails-3-2/.gitignore".freeze, "test/apps/rails-3-2/Gemfile".freeze, "test/apps/rails-3-2/README.rdoc".freeze, "test/apps/rails-3-2/Rakefile".freeze, "test/apps/rails-3-2/app/assets/images/rails.png".freeze, "test/apps/rails-3-2/app/assets/javascripts/application.js".freeze, "test/apps/rails-3-2/app/assets/javascripts/posts.js.coffee".freeze, "test/apps/rails-3-2/app/assets/stylesheets/application.css".freeze, "test/apps/rails-3-2/app/assets/stylesheets/posts.css.scss".freeze, "test/apps/rails-3-2/app/assets/stylesheets/scaffolds.css.scss".freeze, "test/apps/rails-3-2/app/controllers/application_controller.rb".freeze, "test/apps/rails-3-2/app/controllers/posts_controller.rb".freeze, "test/apps/rails-3-2/app/helpers/application_helper.rb".freeze, "test/apps/rails-3-2/app/helpers/posts_helper.rb".freeze, "test/apps/rails-3-2/app/mailers/.gitkeep".freeze, "test/apps/rails-3-2/app/models/.gitkeep".freeze, "test/apps/rails-3-2/app/models/post.rb".freeze, "test/apps/rails-3-2/app/views/layouts/application.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/_form.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/edit.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/index.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/new.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/show.html.erb".freeze, "test/apps/rails-3-2/config.ru".freeze, "test/apps/rails-3-2/config/application.rb".freeze, "test/apps/rails-3-2/config/boot.rb".freeze, "test/apps/rails-3-2/config/database.yml".freeze, "test/apps/rails-3-2/config/environment.rb".freeze, "test/apps/rails-3-2/config/environments/development.rb".freeze, "test/apps/rails-3-2/config/environments/production.rb".freeze, "test/apps/rails-3-2/config/environments/test.rb".freeze, "test/apps/rails-3-2/config/initializers/backtrace_silencers.rb".freeze, "test/apps/rails-3-2/config/initializers/inflections.rb".freeze, "test/apps/rails-3-2/config/initializers/mime_types.rb".freeze, "test/apps/rails-3-2/config/initializers/secret_token.rb".freeze, "test/apps/rails-3-2/config/initializers/session_store.rb".freeze, "test/apps/rails-3-2/config/initializers/wrap_parameters.rb".freeze, "test/apps/rails-3-2/config/locales/en.yml".freeze, "test/apps/rails-3-2/config/routes.rb".freeze, "test/apps/rails-3-2/config/spring.rb".freeze, "test/apps/rails-3-2/db/migrate/20121109171227_create_posts.rb".freeze, "test/apps/rails-3-2/db/schema.rb".freeze, "test/apps/rails-3-2/db/seeds.rb".freeze, "test/apps/rails-3-2/lib/assets/.gitkeep".freeze, "test/apps/rails-3-2/lib/tasks/.gitkeep".freeze, "test/apps/rails-3-2/log/.gitkeep".freeze, "test/apps/rails-3-2/public/404.html".freeze, "test/apps/rails-3-2/public/422.html".freeze, "test/apps/rails-3-2/public/500.html".freeze, "test/apps/rails-3-2/public/favicon.ico".freeze, "test/apps/rails-3-2/public/index.html".freeze, "test/apps/rails-3-2/public/robots.txt".freeze, "test/apps/rails-3-2/script/rails".freeze, "test/apps/rails-3-2/test/fixtures/.gitkeep".freeze, "test/apps/rails-3-2/test/fixtures/posts.yml".freeze, "test/apps/rails-3-2/test/functional/.gitkeep".freeze, "test/apps/rails-3-2/test/functional/posts_controller_test.rb".freeze, "test/apps/rails-3-2/test/integration/.gitkeep".freeze, "test/apps/rails-3-2/test/performance/browsing_test.rb".freeze, "test/apps/rails-3-2/test/test_helper.rb".freeze, "test/apps/rails-3-2/test/unit/.gitkeep".freeze, "test/apps/rails-3-2/test/unit/helpers/posts_helper_test.rb".freeze, "test/apps/rails-3-2/test/unit/post_test.rb".freeze, "test/apps/rails-3-2/vendor/assets/javascripts/.gitkeep".freeze, "test/apps/rails-3-2/vendor/assets/stylesheets/.gitkeep".freeze, "test/apps/rails-3-2/vendor/plugins/.gitkeep".freeze, "test/helper.rb".freeze, "test/unit/application_watcher_test.rb".freeze] s.homepage = "http://github.com/jonleighton/spring".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails application preloader".freeze s.test_files = ["test/acceptance/app_test.rb".freeze, "test/apps/rails-3-2/.gitignore".freeze, "test/apps/rails-3-2/Gemfile".freeze, "test/apps/rails-3-2/README.rdoc".freeze, "test/apps/rails-3-2/Rakefile".freeze, "test/apps/rails-3-2/app/assets/images/rails.png".freeze, "test/apps/rails-3-2/app/assets/javascripts/application.js".freeze, "test/apps/rails-3-2/app/assets/javascripts/posts.js.coffee".freeze, "test/apps/rails-3-2/app/assets/stylesheets/application.css".freeze, "test/apps/rails-3-2/app/assets/stylesheets/posts.css.scss".freeze, "test/apps/rails-3-2/app/assets/stylesheets/scaffolds.css.scss".freeze, "test/apps/rails-3-2/app/controllers/application_controller.rb".freeze, "test/apps/rails-3-2/app/controllers/posts_controller.rb".freeze, "test/apps/rails-3-2/app/helpers/application_helper.rb".freeze, "test/apps/rails-3-2/app/helpers/posts_helper.rb".freeze, "test/apps/rails-3-2/app/mailers/.gitkeep".freeze, "test/apps/rails-3-2/app/models/.gitkeep".freeze, "test/apps/rails-3-2/app/models/post.rb".freeze, "test/apps/rails-3-2/app/views/layouts/application.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/_form.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/edit.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/index.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/new.html.erb".freeze, "test/apps/rails-3-2/app/views/posts/show.html.erb".freeze, "test/apps/rails-3-2/config.ru".freeze, "test/apps/rails-3-2/config/application.rb".freeze, "test/apps/rails-3-2/config/boot.rb".freeze, "test/apps/rails-3-2/config/database.yml".freeze, "test/apps/rails-3-2/config/environment.rb".freeze, "test/apps/rails-3-2/config/environments/development.rb".freeze, "test/apps/rails-3-2/config/environments/production.rb".freeze, "test/apps/rails-3-2/config/environments/test.rb".freeze, "test/apps/rails-3-2/config/initializers/backtrace_silencers.rb".freeze, "test/apps/rails-3-2/config/initializers/inflections.rb".freeze, "test/apps/rails-3-2/config/initializers/mime_types.rb".freeze, "test/apps/rails-3-2/config/initializers/secret_token.rb".freeze, "test/apps/rails-3-2/config/initializers/session_store.rb".freeze, "test/apps/rails-3-2/config/initializers/wrap_parameters.rb".freeze, "test/apps/rails-3-2/config/locales/en.yml".freeze, "test/apps/rails-3-2/config/routes.rb".freeze, "test/apps/rails-3-2/config/spring.rb".freeze, "test/apps/rails-3-2/db/migrate/20121109171227_create_posts.rb".freeze, "test/apps/rails-3-2/db/schema.rb".freeze, "test/apps/rails-3-2/db/seeds.rb".freeze, "test/apps/rails-3-2/lib/assets/.gitkeep".freeze, "test/apps/rails-3-2/lib/tasks/.gitkeep".freeze, "test/apps/rails-3-2/log/.gitkeep".freeze, "test/apps/rails-3-2/public/404.html".freeze, "test/apps/rails-3-2/public/422.html".freeze, "test/apps/rails-3-2/public/500.html".freeze, "test/apps/rails-3-2/public/favicon.ico".freeze, "test/apps/rails-3-2/public/index.html".freeze, "test/apps/rails-3-2/public/robots.txt".freeze, "test/apps/rails-3-2/script/rails".freeze, "test/apps/rails-3-2/test/fixtures/.gitkeep".freeze, "test/apps/rails-3-2/test/fixtures/posts.yml".freeze, "test/apps/rails-3-2/test/functional/.gitkeep".freeze, "test/apps/rails-3-2/test/functional/posts_controller_test.rb".freeze, "test/apps/rails-3-2/test/integration/.gitkeep".freeze, "test/apps/rails-3-2/test/performance/browsing_test.rb".freeze, "test/apps/rails-3-2/test/test_helper.rb".freeze, "test/apps/rails-3-2/test/unit/.gitkeep".freeze, "test/apps/rails-3-2/test/unit/helpers/posts_helper_test.rb".freeze, "test/apps/rails-3-2/test/unit/post_test.rb".freeze, "test/apps/rails-3-2/vendor/assets/javascripts/.gitkeep".freeze, "test/apps/rails-3-2/vendor/assets/stylesheets/.gitkeep".freeze, "test/apps/rails-3-2/vendor/plugins/.gitkeep".freeze, "test/helper.rb".freeze, "test/unit/application_watcher_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end