Sha256: 49cb16fb7943d6fdd1b57b8c8e1ef31f801fa862dd9f90cd0e181db4a2a969ea

Contents?: true

Size: 1.08 KB

Versions: 3

Compression:

Stored size: 1.08 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', '~> 0.0.6'
  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

3 entries across 3 versions & 1 rubygems

Version Path
rasti-web-api_doc-0.1.2 rasti-web-api_doc.gemspec
rasti-web-api_doc-0.1.1 rasti-web-api_doc.gemspec
rasti-web-api_doc-0.1.0 rasti-web-api_doc.gemspec