Sha256: a5d08032e6969b16d0d0bb673c41574ca97604731f17b5c3784a9da8e10308ad

Contents?: true

Size: 959 Bytes

Versions: 1

Compression:

Stored size: 959 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'api_problem/version'

Gem::Specification.new do |spec|
  spec.name          = "api_problem"
  spec.version       = ApiProblem::VERSION
  spec.authors       = ["Guille Carlos"]
  spec.email         = ["guille@bitpop.in"]
  spec.description   = %q{An implementation of draft-nottingham-http-problem.}
  spec.summary       = %q{An implementation of draft-nottingham-http-problem.}
  spec.homepage      = "https://github.com/guillec/api_problem"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"

  spec.add_runtime_dependency "jbuilder"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api_problem-0.0.2 api_problem.gemspec