# -*- encoding: utf-8 -*- # stub: spring-jruby 1.4.3 ruby lib Gem::Specification.new do |s| s.name = "spring-jruby".freeze s.version = "1.4.3".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, "Jan Berdajs".freeze] s.date = "2015-11-17" s.description = "Preloads your application so things like console, rake and tests run faster".freeze s.email = ["j@jonathanleighton.com".freeze, "mrbrdo@gmail.com".freeze] s.executables = ["spring".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "bin/spring".freeze, "lib/spring-jruby/application.rb".freeze, "lib/spring-jruby/application/boot.rb".freeze, "lib/spring-jruby/binstub.rb".freeze, "lib/spring-jruby/boot.rb".freeze, "lib/spring-jruby/client.rb".freeze, "lib/spring-jruby/client/binstub.rb".freeze, "lib/spring-jruby/client/command.rb".freeze, "lib/spring-jruby/client/help.rb".freeze, "lib/spring-jruby/client/rails.rb".freeze, "lib/spring-jruby/client/run.rb".freeze, "lib/spring-jruby/client/status.rb".freeze, "lib/spring-jruby/client/stop.rb".freeze, "lib/spring-jruby/client/version.rb".freeze, "lib/spring-jruby/command_wrapper.rb".freeze, "lib/spring-jruby/commands.rb".freeze, "lib/spring-jruby/commands/rails.rb".freeze, "lib/spring-jruby/commands/rake.rb".freeze, "lib/spring-jruby/configuration.rb".freeze, "lib/spring-jruby/env.rb".freeze, "lib/spring-jruby/errors.rb".freeze, "lib/spring-jruby/impl/application.rb".freeze, "lib/spring-jruby/impl/application_manager.rb".freeze, "lib/spring-jruby/impl/fork/application.rb".freeze, "lib/spring-jruby/impl/fork/application_manager.rb".freeze, "lib/spring-jruby/impl/fork/run.rb".freeze, "lib/spring-jruby/impl/pool/application.rb".freeze, "lib/spring-jruby/impl/pool/application_manager.rb".freeze, "lib/spring-jruby/impl/pool/run.rb".freeze, "lib/spring-jruby/impl/run.rb".freeze, "lib/spring-jruby/io_helpers.rb".freeze, "lib/spring-jruby/json.rb".freeze, "lib/spring-jruby/platform.rb".freeze, "lib/spring-jruby/process_title_updater.rb".freeze, "lib/spring-jruby/server.rb".freeze, "lib/spring-jruby/sid.rb".freeze, "lib/spring-jruby/test.rb".freeze, "lib/spring-jruby/test/acceptance_test.rb".freeze, "lib/spring-jruby/test/application.rb".freeze, "lib/spring-jruby/test/application_generator.rb".freeze, "lib/spring-jruby/test/rails_version.rb".freeze, "lib/spring-jruby/test/watcher_test.rb".freeze, "lib/spring-jruby/version.rb".freeze, "lib/spring-jruby/watcher.rb".freeze, "lib/spring-jruby/watcher/abstract.rb".freeze, "lib/spring-jruby/watcher/polling.rb".freeze] s.homepage = "https://github.com/mrbrdo/spring".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails application preloader".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 4.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end