Sha256: 60a928e211be9fb46f4a7f0a72cc379d00a8443d3e067d2d076c0cad02143f6f

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'rasti-web-api_doc'
  spec.version       = Rasti::Web::ApiDoc::VERSION
  spec.authors       = ['Gabriel Naiman']
  spec.email         = ['gabynaiman@gmail.com']

  spec.homepage      = 'https://github.com/gabynaiman/rasti-web-api_doc'
  spec.description   = 'Generate documentation of endpoint usage based on tests'
  spec.summary       = 'Generate documentation of endpoint usage based on tests'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_dependency 'rasti-web'
  spec.add_dependency 'colorize', '~> 0.7'
  spec.add_dependency 'rake', '~> 10.0'
  spec.add_dependency 'rack-test', '~> 0.6'

  spec.add_development_dependency 'bundler', '~> 1.11'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rasti-web-api_doc-1.0.1 rasti-web-api_doc.gemspec