# -*- encoding: utf-8 -*-
# stub: ballast 1.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "ballast".freeze
  s.version = "1.1.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 = ["Shogun".freeze]
  s.date = "2013-12-25"
  s.description = "A collection of base utilities for Ruby on Rails.".freeze
  s.email = ["shogun@cowtech.it".freeze]
  s.files = [".gitignore".freeze, ".travis-gemfile".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "ballast.gemspec".freeze, "doc/Ballast.html".freeze, "doc/Ballast/Concerns.html".freeze, "doc/Ballast/Concerns/Ajax.html".freeze, "doc/Ballast/Concerns/Common.html".freeze, "doc/Ballast/Concerns/ErrorsHandling.html".freeze, "doc/Ballast/Concerns/View.html".freeze, "doc/Ballast/Context.html".freeze, "doc/Ballast/Errors.html".freeze, "doc/Ballast/Errors/BaseError.html".freeze, "doc/Ballast/Errors/InvalidDomain.html".freeze, "doc/Ballast/Errors/PerformError.html".freeze, "doc/Ballast/Errors/ValidationError.html".freeze, "doc/Ballast/Middlewares.html".freeze, "doc/Ballast/Middlewares/DefaultHost.html".freeze, "doc/Ballast/Operation.html".freeze, "doc/Ballast/OperationsChain.html".freeze, "doc/Ballast/RequestDomainMatcher.html".freeze, "doc/Ballast/Version.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/ballast.rb".freeze, "lib/ballast/concerns/ajax.rb".freeze, "lib/ballast/concerns/common.rb".freeze, "lib/ballast/concerns/errors_handling.rb".freeze, "lib/ballast/concerns/view.rb".freeze, "lib/ballast/context.rb".freeze, "lib/ballast/errors.rb".freeze, "lib/ballast/middlewares/default_host.rb".freeze, "lib/ballast/operation.rb".freeze, "lib/ballast/operations_chain.rb".freeze, "lib/ballast/request_domain_matcher.rb".freeze, "lib/ballast/version.rb".freeze, "spec/ballast/concerns/ajax_spec.rb".freeze, "spec/ballast/concerns/common_spec.rb".freeze, "spec/ballast/concerns/errors_handling_spec.rb".freeze, "spec/ballast/concerns/view_spec.rb".freeze, "spec/ballast/context_spec.rb".freeze, "spec/ballast/errors_spec.rb".freeze, "spec/ballast/middlewares/default_host_spec.rb".freeze, "spec/ballast/operation_spec.rb".freeze, "spec/ballast/operations_chain_spec.rb".freeze, "spec/ballast/request_domain_matcher_spec.rb".freeze, "spec/coverage_helper.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/ShogunPanda/ballast".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A collection of base utilities for Ruby on Rails.".freeze
  s.test_files = ["spec/ballast/concerns/ajax_spec.rb".freeze, "spec/ballast/concerns/common_spec.rb".freeze, "spec/ballast/concerns/errors_handling_spec.rb".freeze, "spec/ballast/concerns/view_spec.rb".freeze, "spec/ballast/context_spec.rb".freeze, "spec/ballast/errors_spec.rb".freeze, "spec/ballast/middlewares/default_host_spec.rb".freeze, "spec/ballast/operation_spec.rb".freeze, "spec/ballast/operations_chain_spec.rb".freeze, "spec/ballast/request_domain_matcher_spec.rb".freeze, "spec/coverage_helper.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<actionpack>.freeze, ["~> 4.0.0".freeze])
  s.add_runtime_dependency(%q<rack>.freeze, ["~> 1.5.2".freeze])
  s.add_runtime_dependency(%q<lazier>.freeze, ["~> 3.3.10".freeze])
  s.add_runtime_dependency(%q<brauser>.freeze, ["~> 3.2.4".freeze])
  s.add_runtime_dependency(%q<interactor>.freeze, ["~> 2.1.0".freeze])
  s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3.5".freeze])
  s.add_runtime_dependency(%q<rack-fiber_pool>.freeze, [">= 0.9.3".freeze])
  s.add_runtime_dependency(%q<em-synchrony>.freeze, ["~> 1.0.3".freeze])
end