forked from shvets/acceptance_test
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathacceptance_test.gemspec
More file actions
24 lines (17 loc) · 873 Bytes
/
acceptance_test.gemspec
File metadata and controls
24 lines (17 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- encoding: utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/lib/acceptance_test/version')
Gem::Specification.new do |spec|
spec.name = "acceptance_test"
spec.summary = %q{Simplifies congiguration and run of acceptance tests.}
spec.description = %q{Description: simplifies congiguration and run of acceptance tests.}
spec.email = "[email protected]"
spec.authors = ["Alexander Shvets"]
spec.homepage = "http://github.com/shvets/acceptance_test"
spec.files = `git ls-files`.split($\)
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.version = AcceptanceTest::VERSION
spec.license = "MIT"
spec.add_development_dependency "gemspec_deps_gen", [">= 0"]
spec.add_development_dependency "gemcutter", [">= 0"]
end