Sha256: 665cc3a33e7e014e22cd7ef55878bc5278ac000f4bec465ea7a5f395be312df6

Contents?: true

Size: 952 Bytes

Versions: 2

Compression:

Stored size: 952 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "tests_doc"
  spec.version       = TestsDoc::VERSION
  spec.authors       = ["Jean-Richard Lai"]
  spec.email         = ["jrichardlai@gmail.com"]
  spec.description   = %q{This library allow to output requests specs into readable markdown files}
  spec.summary       = %q{Rspec requests file to markdown}
  spec.homepage      = "https://github.com/taskrabbit/tests_doc"
  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_dependency "rails", '~> 4.0'
  spec.add_dependency "rspec", '>= 2.0'
  spec.add_dependency "rspec-rails", '>= 2.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tests_doc-0.0.3 tests_doc.gemspec
tests_doc-0.0.2 tests_doc.gemspec