# -*- encoding: utf-8 -*- # stub: rack-mock_json 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "rack-mock_json".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["fukuiretu".freeze] s.bindir = "exe".freeze s.date = "2015-09-29" s.description = "any request in the rack layer, returns any json response(Content-Type: application/json) and http status.".freeze s.email = ["s0232101@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "circle.yml".freeze, "example/rails-example/.gitignore".freeze, "example/rails-example/Gemfile".freeze, "example/rails-example/README.rdoc".freeze, "example/rails-example/Rakefile".freeze, "example/rails-example/app/assets/images/.keep".freeze, "example/rails-example/app/assets/javascripts/application.js".freeze, "example/rails-example/app/assets/stylesheets/application.css".freeze, "example/rails-example/app/controllers/application_controller.rb".freeze, "example/rails-example/app/controllers/concerns/.keep".freeze, "example/rails-example/app/helpers/application_helper.rb".freeze, "example/rails-example/app/mailers/.keep".freeze, "example/rails-example/app/models/.keep".freeze, "example/rails-example/app/models/concerns/.keep".freeze, "example/rails-example/app/views/layouts/application.html.erb".freeze, "example/rails-example/bin/bundle".freeze, "example/rails-example/bin/rails".freeze, "example/rails-example/bin/rake".freeze, "example/rails-example/bin/setup".freeze, "example/rails-example/config.ru".freeze, "example/rails-example/config/application.rb".freeze, "example/rails-example/config/boot.rb".freeze, "example/rails-example/config/database.yml".freeze, "example/rails-example/config/environment.rb".freeze, "example/rails-example/config/environments/development.rb".freeze, "example/rails-example/config/environments/production.rb".freeze, "example/rails-example/config/environments/test.rb".freeze, "example/rails-example/config/initializers/assets.rb".freeze, "example/rails-example/config/initializers/backtrace_silencers.rb".freeze, "example/rails-example/config/initializers/cookies_serializer.rb".freeze, "example/rails-example/config/initializers/filter_parameter_logging.rb".freeze, "example/rails-example/config/initializers/inflections.rb".freeze, "example/rails-example/config/initializers/mime_types.rb".freeze, "example/rails-example/config/initializers/session_store.rb".freeze, "example/rails-example/config/initializers/wrap_parameters.rb".freeze, "example/rails-example/config/locales/en.yml".freeze, "example/rails-example/config/mock_json.yml".freeze, "example/rails-example/config/routes.rb".freeze, "example/rails-example/config/secrets.yml".freeze, "example/rails-example/db/seeds.rb".freeze, "example/rails-example/lib/assets/.keep".freeze, "example/rails-example/lib/tasks/.keep".freeze, "example/rails-example/log/.keep".freeze, "example/rails-example/public/404.html".freeze, "example/rails-example/public/422.html".freeze, "example/rails-example/public/500.html".freeze, "example/rails-example/public/favicon.ico".freeze, "example/rails-example/public/robots.txt".freeze, "example/rails-example/test/controllers/.keep".freeze, "example/rails-example/test/fixtures/.keep".freeze, "example/rails-example/test/helpers/.keep".freeze, "example/rails-example/test/integration/.keep".freeze, "example/rails-example/test/mailers/.keep".freeze, "example/rails-example/test/models/.keep".freeze, "example/rails-example/test/test_helper.rb".freeze, "example/rails-example/vendor/assets/javascripts/.keep".freeze, "example/rails-example/vendor/assets/stylesheets/.keep".freeze, "lib/rack-mock_json.rb".freeze, "lib/rack/mock_json.rb".freeze, "lib/rack/mock_json/middleware.rb".freeze, "lib/rack/mock_json/mock.rb".freeze, "lib/rack/mock_json/version.rb".freeze, "rack-mock_json.gemspec".freeze] s.homepage = "https://github.com/fukuiretu/rack-mock_json".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "any request in the rack layer, returns any json response(Content-Type: application/json) and http status.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end