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

Gem::Specification.new do |s|
  s.name = "ballast".freeze
  s.version = "2.2.6".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 = "2019-12-11"
  s.description = "A collection of base utilities for web frameworks.".freeze
  s.email = ["shogun@cowtech.it".freeze]
  s.files = [".DS_Store".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis-gemfile".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "ballast.gemspec".freeze, "docs/Ballast.html".freeze, "docs/Ballast/AjaxResponse.html".freeze, "docs/Ballast/Concerns.html".freeze, "docs/Ballast/Concerns/AjaxHandling.html".freeze, "docs/Ballast/Concerns/Common.html".freeze, "docs/Ballast/Concerns/ErrorsHandling.html".freeze, "docs/Ballast/Concerns/JSONApi.html".freeze, "docs/Ballast/Concerns/JSONApi/PaginationHandling.html".freeze, "docs/Ballast/Concerns/JSONApi/RequestHandling.html".freeze, "docs/Ballast/Concerns/JSONApi/ResponseHandling.html".freeze, "docs/Ballast/Concerns/View.html".freeze, "docs/Ballast/Configuration.html".freeze, "docs/Ballast/Emoji.html".freeze, "docs/Ballast/Emoji/Character.html".freeze, "docs/Ballast/Emoji/Utils.html".freeze, "docs/Ballast/Errors.html".freeze, "docs/Ballast/Errors/Base.html".freeze, "docs/Ballast/Errors/Failure.html".freeze, "docs/Ballast/Errors/InvalidDomain.html".freeze, "docs/Ballast/Errors/ValidationFailure.html".freeze, "docs/Ballast/Middlewares.html".freeze, "docs/Ballast/Middlewares/DefaultHost.html".freeze, "docs/Ballast/RequestDomainMatcher.html".freeze, "docs/Ballast/Service.html".freeze, "docs/Ballast/Service/Response.html".freeze, "docs/Ballast/Version.html".freeze, "docs/_index.html".freeze, "docs/class_list.html".freeze, "docs/css/common.css".freeze, "docs/css/full_list.css".freeze, "docs/css/style.css".freeze, "docs/file.README.html".freeze, "docs/file_list.html".freeze, "docs/frames.html".freeze, "docs/index.html".freeze, "docs/js/app.js".freeze, "docs/js/full_list.js".freeze, "docs/js/jquery.js".freeze, "docs/method_list.html".freeze, "docs/top-level-namespace.html".freeze, "lib/ballast.rb".freeze, "lib/ballast/ajax_response.rb".freeze, "lib/ballast/concerns/ajax_handling.rb".freeze, "lib/ballast/concerns/common.rb".freeze, "lib/ballast/concerns/errors_handling.rb".freeze, "lib/ballast/concerns/json_api/pagination_handling.rb".freeze, "lib/ballast/concerns/json_api/request_handling.rb".freeze, "lib/ballast/concerns/json_api/response_handling.rb".freeze, "lib/ballast/concerns/view.rb".freeze, "lib/ballast/configuration.rb".freeze, "lib/ballast/emoji.rb".freeze, "lib/ballast/errors.rb".freeze, "lib/ballast/middlewares/default_host.rb".freeze, "lib/ballast/request_domain_matcher.rb".freeze, "lib/ballast/service.rb".freeze, "lib/ballast/version.rb".freeze, "spec/ballast/ajax_response_spec.rb".freeze, "spec/ballast/concerns/ajax_handling_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/configuration_spec.rb".freeze, "spec/ballast/emoji_spec.rb".freeze, "spec/ballast/errors_spec.rb".freeze, "spec/ballast/middlewares/default_host_spec.rb".freeze, "spec/ballast/request_domain_matcher_spec.rb".freeze, "spec/ballast/service_spec.rb".freeze, "spec/ballast_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://sw.cowtech.it/ballast".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A collection of base utilities for web frameworks.".freeze
  s.test_files = ["spec/ballast/ajax_response_spec.rb".freeze, "spec/ballast/concerns/ajax_handling_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/configuration_spec.rb".freeze, "spec/ballast/emoji_spec.rb".freeze, "spec/ballast/errors_spec.rb".freeze, "spec/ballast/middlewares/default_host_spec.rb".freeze, "spec/ballast/request_domain_matcher_spec.rb".freeze, "spec/ballast/service_spec.rb".freeze, "spec/ballast_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<actionpack>.freeze, ["~> 4.1".freeze])
  s.add_runtime_dependency(%q<brauser>.freeze, ["~> 4.0".freeze])
  s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3".freeze])
  s.add_runtime_dependency(%q<em-synchrony>.freeze, ["~> 1.0".freeze])
  s.add_runtime_dependency(%q<gemoji>.freeze, ["~> 2.1".freeze])
end