Sha256: 25404a1b56ed596c17d99b76a5487bf3ac9a9eb9a523fd05c6c63d6abfad7ccb

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/cucumber_analytics/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Eric Kessler"]
  gem.email         = ["morrow748@gmail.com"]
  gem.description   = %q{Static analysis of Cucumber tests made easy.}
  gem.summary       = %q{This gem provides an API to programmatically break down Cucumber feature files so that they can be inspected and analyzed in a straightforward manner.}
  gem.homepage      = "https://github.com/enkessler/cucumber_analytics"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "cucumber_analytics"
  gem.require_paths = ["lib"]
  gem.version       = CucumberAnalytics::VERSION

  gem.add_development_dependency("rake")
  gem.add_development_dependency("cucumber")
  gem.add_development_dependency("wrong")
  gem.add_development_dependency("simplecov")
  gem.add_development_dependency("log4r")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cucumber_analytics-0.0.3 cucumber_analytics.gemspec