-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit_tests_utils.gemspec
38 lines (37 loc) · 1.11 KB
/
unit_tests_utils.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Gem::Specification.new do |s|
s.name = 'unit-tests-utils'
s.version = '2.14.0'
s.date = '2022-08-26'
s.summary = 'Common unit tests utils'
s.description = 'This gems includes all resources needed for the a9s BOSH release unit tests.'
s.authors = [
'Michael Lieser',
'Dennis Groß',
'Lucas Pinto',
'Kevin Konrad',
'Jens Breuer',
'Khaled Blah',
'Morgan Hill',
'Thomas Bruckmann',
'Robert Gogolok',
'Heitor Meira',
'Cedrik Heusser',
'Francisco Germano'
]
s.email = '[email protected]'
s.files = [
'lib/unit_tests_utils.rb',
'lib/unit_tests_utils/bosh.rb',
'lib/unit_tests_utils/credhub.rb',
'lib/unit_tests_utils/consul.rb',
'lib/unit_tests_utils/git.rb',
'lib/unit_tests_utils/internal_dns.rb',
'lib/unit_tests_utils/manifest.rb',
'lib/unit_tests_utils/postgresql_web_service_client.rb',
'lib/unit_tests_utils/turbulence.rb'
]
s.homepage = 'http://www.anynines.com/'
s.license = 'Nonstandard'
s.add_runtime_dependency 'httparty', '0.22.0'
s.add_runtime_dependency 'pg', '1.5.9'
end