Sha256: 0d577e07b3d0a6cb2d64a63480b6adefb3a4eace9490ebcdeae4aa8f02a5d670
Contents?: true
Size: 1005 Bytes
Versions: 3
Compression:
Stored size: 1005 Bytes
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("simplecov") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cucumber_analytics-0.0.6 | cucumber_analytics.gemspec |
cucumber_analytics-0.0.5 | cucumber_analytics.gemspec |
cucumber_analytics-0.0.4 | cucumber_analytics.gemspec |