# -*- encoding: utf-8 -*- # stub: warbler 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "warbler".freeze s.version = "1.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 = ["Nick Sieger".freeze] s.date = "2013-11-12" s.description = "Warbler is a gem to make a Java jar or war file out of any Ruby,\nRails, Merb, or Rack application. Warbler provides a minimal,\nflexible, Ruby-like way to bundle up all of your application files for\ndeployment to a Java environment.".freeze s.email = "nick@nicksieger.com".freeze s.executables = ["warble".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/warble".freeze, "ext/JarMain.java".freeze, "ext/WarMain.java".freeze, "ext/WarblerJar.java".freeze, "ext/WarblerJarService.java".freeze, "ext/jetty/pom.xml".freeze, "ext/jetty/src/main/java/JettyWarMain.java".freeze, "ext/jetty/src/main/resources/webdefault.xml".freeze, "integration/gem-initializer/pom.xml".freeze, "integration/pom.xml".freeze, "integration/rails4_test/pom.xml".freeze, "integration/rails4_test/src/main/ruby/Gemfile".freeze, "integration/rails4_test/src/main/ruby/README.rdoc".freeze, "integration/rails4_test/src/main/ruby/Rakefile".freeze, "integration/rails4_test/src/main/ruby/app/assets/javascripts/application.js".freeze, "integration/rails4_test/src/main/ruby/app/assets/javascripts/posts.js.coffee".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/application.css".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/posts.css.scss".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/scaffolds.css.scss".freeze, "integration/rails4_test/src/main/ruby/app/controllers/application_controller.rb".freeze, "integration/rails4_test/src/main/ruby/app/controllers/concerns/.keep".freeze, "integration/rails4_test/src/main/ruby/app/controllers/posts_controller.rb".freeze, "integration/rails4_test/src/main/ruby/app/helpers/application_helper.rb".freeze, "integration/rails4_test/src/main/ruby/app/helpers/posts_helper.rb".freeze, "integration/rails4_test/src/main/ruby/app/mailers/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/concerns/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/post.rb".freeze, "integration/rails4_test/src/main/ruby/app/views/layouts/application.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/_form.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/edit.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/index.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/index.json.jbuilder".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/new.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/show.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/show.json.jbuilder".freeze, "integration/rails4_test/src/main/ruby/config.ru".freeze, "integration/rails4_test/src/main/ruby/config/application.rb".freeze, "integration/rails4_test/src/main/ruby/config/boot.rb".freeze, "integration/rails4_test/src/main/ruby/config/database.yml".freeze, "integration/rails4_test/src/main/ruby/config/environment.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/development.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/production.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/test.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/backtrace_silencers.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/filter_parameter_logging.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/inflections.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/mime_types.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/secret_token.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/session_store.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/wrap_parameters.rb".freeze, "integration/rails4_test/src/main/ruby/config/locales/en.yml".freeze, "integration/rails4_test/src/main/ruby/config/routes.rb".freeze, "integration/rails4_test/src/main/ruby/config/warble.rb".freeze, "integration/rails4_test/src/main/ruby/db/development.sqlite3".freeze, "integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb".freeze, "integration/rails4_test/src/main/ruby/db/production.sqlite3".freeze, "integration/rails4_test/src/main/ruby/db/schema.rb".freeze, "integration/rails4_test/src/main/ruby/db/seeds.rb".freeze, "integration/rails4_test/src/main/ruby/lib/assets/.keep".freeze, "integration/rails4_test/src/main/ruby/lib/tasks/.keep".freeze, "integration/rails4_test/src/main/ruby/public/404.html".freeze, "integration/rails4_test/src/main/ruby/public/422.html".freeze, "integration/rails4_test/src/main/ruby/public/500.html".freeze, "integration/rails4_test/src/main/ruby/public/favicon.ico".freeze, "integration/rails4_test/src/main/ruby/public/robots.txt".freeze, "integration/rails4_test/src/main/ruby/test/controllers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/controllers/posts_controller_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/fixtures/.keep".freeze, "integration/rails4_test/src/main/ruby/test/fixtures/posts.yml".freeze, "integration/rails4_test/src/main/ruby/test/helpers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/helpers/posts_helper_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/integration/.keep".freeze, "integration/rails4_test/src/main/ruby/test/mailers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/models/.keep".freeze, "integration/rails4_test/src/main/ruby/test/models/post_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/test_helper.rb".freeze, "integration/rails4_test/src/main/ruby/vendor/assets/javascripts/.keep".freeze, "integration/rails4_test/src/main/ruby/vendor/assets/stylesheets/.keep".freeze, "integration/rails4_test/src/test/java/org/jruby/warbler/Rails4AppTestIT.java".freeze, "integration/runnable_test/pom.xml".freeze, "integration/runnable_test/src/main/ruby/Rakefile".freeze, "integration/runnable_test/src/main/ruby/config.ru".freeze, "integration/runnable_test/src/main/ruby/config/warble.rb".freeze, "integration/runnable_test/src/test/java/org/jruby/warbler/RunnableWarTestIT.java".freeze, "integration/simple_rack_test/pom.xml".freeze, "integration/simple_rack_test/src/main/ruby/bin/install-gems.rb".freeze, "integration/simple_rack_test/src/main/ruby/config.ru".freeze, "integration/simple_rack_test/src/main/ruby/config/warble.rb".freeze, "integration/simple_rack_test/src/test/java/org/jruby/warbler/AppTestIT.java".freeze, "lib/warbler.rb".freeze, "lib/warbler/application.rb".freeze, "lib/warbler/config.rb".freeze, "lib/warbler/executable_helper.rb".freeze, "lib/warbler/gems.rb".freeze, "lib/warbler/jar.rb".freeze, "lib/warbler/pathmap_helper.rb".freeze, "lib/warbler/rake_helper.rb".freeze, "lib/warbler/scripts/rails.rb".freeze, "lib/warbler/task.rb".freeze, "lib/warbler/templates/bundler.erb".freeze, "lib/warbler/templates/config.erb".freeze, "lib/warbler/templates/jar.erb".freeze, "lib/warbler/templates/rack.erb".freeze, "lib/warbler/templates/rails.erb".freeze, "lib/warbler/templates/war.erb".freeze, "lib/warbler/traits.rb".freeze, "lib/warbler/traits/bundler.rb".freeze, "lib/warbler/traits/gemspec.rb".freeze, "lib/warbler/traits/jar.rb".freeze, "lib/warbler/traits/merb.rb".freeze, "lib/warbler/traits/nogemspec.rb".freeze, "lib/warbler/traits/rack.rb".freeze, "lib/warbler/traits/rails.rb".freeze, "lib/warbler/traits/war.rb".freeze, "lib/warbler/version.rb".freeze, "lib/warbler/war.rb".freeze, "lib/warbler/web_server.rb".freeze, "lib/warbler/zip_support.rb".freeze, "lib/warbler_jar.jar".freeze, "spec/drb_default_id_conv.rb".freeze, "spec/drb_helper.rb".freeze, "spec/sample_bundler/.bundle/config".freeze, "spec/sample_bundler/Gemfile".freeze, "spec/sample_bundler/Gemfile.lock".freeze, "spec/sample_bundler/config.ru".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_jar/History.txt".freeze, "spec/sample_jar/README.txt".freeze, "spec/sample_jar/Rakefile".freeze, "spec/sample_jar/bin/another_jar".freeze, "spec/sample_jar/bin/sample_jar".freeze, "spec/sample_jar/lib/sample_jar.rb".freeze, "spec/sample_jar/sample_jar.gemspec".freeze, "spec/sample_jar/test/test_sample_jar.rb".freeze, "spec/sample_war/README".freeze, "spec/sample_war/Rakefile".freeze, "spec/sample_war/app/controllers/application.rb".freeze, "spec/sample_war/app/helpers/application_helper.rb".freeze, "spec/sample_war/config/boot.rb".freeze, "spec/sample_war/config/database.yml".freeze, "spec/sample_war/config/environment.rb".freeze, "spec/sample_war/config/environments/development.rb".freeze, "spec/sample_war/config/environments/production.rb".freeze, "spec/sample_war/config/environments/test.rb".freeze, "spec/sample_war/config/initializers/inflections.rb".freeze, "spec/sample_war/config/initializers/mime_types.rb".freeze, "spec/sample_war/config/initializers/new_rails_defaults.rb".freeze, "spec/sample_war/config/routes.rb".freeze, "spec/sample_war/lib/ruby_one_nine.rb".freeze, "spec/sample_war/lib/tasks/utils.rake".freeze, "spec/sample_war/public/404.html".freeze, "spec/sample_war/public/422.html".freeze, "spec/sample_war/public/500.html".freeze, "spec/sample_war/public/favicon.ico".freeze, "spec/sample_war/public/index.html".freeze, "spec/sample_war/public/robots.txt".freeze, "spec/spec_helper.rb".freeze, "spec/warbler/application_spec.rb".freeze, "spec/warbler/bundler_spec.rb".freeze, "spec/warbler/config_spec.rb".freeze, "spec/warbler/gems_spec.rb".freeze, "spec/warbler/jar_spec.rb".freeze, "spec/warbler/task_spec.rb".freeze, "spec/warbler/traits_spec.rb".freeze, "spec/warbler/war_spec.rb".freeze, "warble.rb".freeze, "warbler.gemspec".freeze, "web.xml.erb".freeze] s.homepage = "http://caldersphere.rubyforge.org/warbler".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "-H".freeze, "-f".freeze, "darkfish".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Warbler chirpily constructs .war files of your Rails applications.".freeze s.test_files = ["integration/gem-initializer/pom.xml".freeze, "integration/pom.xml".freeze, "integration/rails4_test/pom.xml".freeze, "integration/rails4_test/src/main/ruby/Gemfile".freeze, "integration/rails4_test/src/main/ruby/README.rdoc".freeze, "integration/rails4_test/src/main/ruby/Rakefile".freeze, "integration/rails4_test/src/main/ruby/app/assets/javascripts/application.js".freeze, "integration/rails4_test/src/main/ruby/app/assets/javascripts/posts.js.coffee".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/application.css".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/posts.css.scss".freeze, "integration/rails4_test/src/main/ruby/app/assets/stylesheets/scaffolds.css.scss".freeze, "integration/rails4_test/src/main/ruby/app/controllers/application_controller.rb".freeze, "integration/rails4_test/src/main/ruby/app/controllers/concerns/.keep".freeze, "integration/rails4_test/src/main/ruby/app/controllers/posts_controller.rb".freeze, "integration/rails4_test/src/main/ruby/app/helpers/application_helper.rb".freeze, "integration/rails4_test/src/main/ruby/app/helpers/posts_helper.rb".freeze, "integration/rails4_test/src/main/ruby/app/mailers/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/concerns/.keep".freeze, "integration/rails4_test/src/main/ruby/app/models/post.rb".freeze, "integration/rails4_test/src/main/ruby/app/views/layouts/application.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/_form.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/edit.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/index.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/index.json.jbuilder".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/new.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/show.html.erb".freeze, "integration/rails4_test/src/main/ruby/app/views/posts/show.json.jbuilder".freeze, "integration/rails4_test/src/main/ruby/config.ru".freeze, "integration/rails4_test/src/main/ruby/config/application.rb".freeze, "integration/rails4_test/src/main/ruby/config/boot.rb".freeze, "integration/rails4_test/src/main/ruby/config/database.yml".freeze, "integration/rails4_test/src/main/ruby/config/environment.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/development.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/production.rb".freeze, "integration/rails4_test/src/main/ruby/config/environments/test.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/backtrace_silencers.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/filter_parameter_logging.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/inflections.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/mime_types.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/secret_token.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/session_store.rb".freeze, "integration/rails4_test/src/main/ruby/config/initializers/wrap_parameters.rb".freeze, "integration/rails4_test/src/main/ruby/config/locales/en.yml".freeze, "integration/rails4_test/src/main/ruby/config/routes.rb".freeze, "integration/rails4_test/src/main/ruby/config/warble.rb".freeze, "integration/rails4_test/src/main/ruby/db/development.sqlite3".freeze, "integration/rails4_test/src/main/ruby/db/migrate/20130502003552_create_posts.rb".freeze, "integration/rails4_test/src/main/ruby/db/production.sqlite3".freeze, "integration/rails4_test/src/main/ruby/db/schema.rb".freeze, "integration/rails4_test/src/main/ruby/db/seeds.rb".freeze, "integration/rails4_test/src/main/ruby/lib/assets/.keep".freeze, "integration/rails4_test/src/main/ruby/lib/tasks/.keep".freeze, "integration/rails4_test/src/main/ruby/public/404.html".freeze, "integration/rails4_test/src/main/ruby/public/422.html".freeze, "integration/rails4_test/src/main/ruby/public/500.html".freeze, "integration/rails4_test/src/main/ruby/public/favicon.ico".freeze, "integration/rails4_test/src/main/ruby/public/robots.txt".freeze, "integration/rails4_test/src/main/ruby/test/controllers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/controllers/posts_controller_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/fixtures/.keep".freeze, "integration/rails4_test/src/main/ruby/test/fixtures/posts.yml".freeze, "integration/rails4_test/src/main/ruby/test/helpers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/helpers/posts_helper_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/integration/.keep".freeze, "integration/rails4_test/src/main/ruby/test/mailers/.keep".freeze, "integration/rails4_test/src/main/ruby/test/models/.keep".freeze, "integration/rails4_test/src/main/ruby/test/models/post_test.rb".freeze, "integration/rails4_test/src/main/ruby/test/test_helper.rb".freeze, "integration/rails4_test/src/main/ruby/vendor/assets/javascripts/.keep".freeze, "integration/rails4_test/src/main/ruby/vendor/assets/stylesheets/.keep".freeze, "integration/rails4_test/src/test/java/org/jruby/warbler/Rails4AppTestIT.java".freeze, "integration/runnable_test/pom.xml".freeze, "integration/runnable_test/src/main/ruby/Rakefile".freeze, "integration/runnable_test/src/main/ruby/config.ru".freeze, "integration/runnable_test/src/main/ruby/config/warble.rb".freeze, "integration/runnable_test/src/test/java/org/jruby/warbler/RunnableWarTestIT.java".freeze, "integration/simple_rack_test/pom.xml".freeze, "integration/simple_rack_test/src/main/ruby/bin/install-gems.rb".freeze, "integration/simple_rack_test/src/main/ruby/config.ru".freeze, "integration/simple_rack_test/src/main/ruby/config/warble.rb".freeze, "integration/simple_rack_test/src/test/java/org/jruby/warbler/AppTestIT.java".freeze, "spec/drb_default_id_conv.rb".freeze, "spec/drb_helper.rb".freeze, "spec/sample_bundler/.bundle/config".freeze, "spec/sample_bundler/Gemfile".freeze, "spec/sample_bundler/Gemfile.lock".freeze, "spec/sample_bundler/config.ru".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.8/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/jruby/1.9/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.8/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/cache/rake-0.8.7.gem".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/bin/rake".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/gems/rake-0.8.7/lib/rake.rb".freeze, "spec/sample_bundler/vendor/bundle/ruby/1.9.1/specifications/rake-0.8.7.gemspec".freeze, "spec/sample_jar/History.txt".freeze, "spec/sample_jar/README.txt".freeze, "spec/sample_jar/Rakefile".freeze, "spec/sample_jar/bin/another_jar".freeze, "spec/sample_jar/bin/sample_jar".freeze, "spec/sample_jar/lib/sample_jar.rb".freeze, "spec/sample_jar/sample_jar.gemspec".freeze, "spec/sample_jar/test/test_sample_jar.rb".freeze, "spec/sample_war/README".freeze, "spec/sample_war/Rakefile".freeze, "spec/sample_war/app/controllers/application.rb".freeze, "spec/sample_war/app/helpers/application_helper.rb".freeze, "spec/sample_war/config/boot.rb".freeze, "spec/sample_war/config/database.yml".freeze, "spec/sample_war/config/environment.rb".freeze, "spec/sample_war/config/environments/development.rb".freeze, "spec/sample_war/config/environments/production.rb".freeze, "spec/sample_war/config/environments/test.rb".freeze, "spec/sample_war/config/initializers/inflections.rb".freeze, "spec/sample_war/config/initializers/mime_types.rb".freeze, "spec/sample_war/config/initializers/new_rails_defaults.rb".freeze, "spec/sample_war/config/routes.rb".freeze, "spec/sample_war/lib/ruby_one_nine.rb".freeze, "spec/sample_war/lib/tasks/utils.rake".freeze, "spec/sample_war/public/404.html".freeze, "spec/sample_war/public/422.html".freeze, "spec/sample_war/public/500.html".freeze, "spec/sample_war/public/favicon.ico".freeze, "spec/sample_war/public/index.html".freeze, "spec/sample_war/public/robots.txt".freeze, "spec/spec_helper.rb".freeze, "spec/warbler/application_spec.rb".freeze, "spec/warbler/bundler_spec.rb".freeze, "spec/warbler/config_spec.rb".freeze, "spec/warbler/gems_spec.rb".freeze, "spec/warbler/jar_spec.rb".freeze, "spec/warbler/task_spec.rb".freeze, "spec/warbler/traits_spec.rb".freeze, "spec/warbler/war_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.9.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.5.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9".freeze, "< 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.10".freeze]) s.add_development_dependency(%q.freeze, [">= 2.4.2".freeze]) end