# -*- encoding: utf-8 -*- # stub: api_problem 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "api_problem".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Guille Carlos".freeze] s.date = "2013-06-16" s.description = "An implementation of draft-nottingham-http-problem.".freeze s.email = ["guille@bitpop.in".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "api_problem.gemspec".freeze, "lib/api_problem.rb".freeze, "lib/api_problem/railtie.rb".freeze, "lib/api_problem/version.rb".freeze, "test/api_problem_draft_spec_test.rb".freeze, "test/api_problem_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/guillec/api_problem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An implementation of draft-nottingham-http-problem.".freeze s.test_files = ["test/api_problem_draft_spec_test.rb".freeze, "test/api_problem_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end