FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-ruby/testcontainers.gemspec at main · testcontainers/testcontainers-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
testcontainers
/
testcontainers-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
30
Star
188
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-ruby
/
testcontainers.gemspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (24 loc) · 1.09 KB
Breadcrumbs
testcontainers-ruby
/
testcontainers.gemspec
Copy path
File metadata and controls
30 lines (24 loc) · 1.09 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# frozen_string_literal: true
require_relative
"core/lib/testcontainers/version"
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"testcontainers"
spec
.
version
=
Testcontainers
::
VERSION
spec
.
authors
=
[
"Guillermo Iguaran"
]
spec
.
email
=
[
"guilleiguaran@gmail.com"
]
spec
.
summary
=
"Testcontainers for Ruby."
spec
.
description
=
"Testcontainers makes it easy to create and clean up container-based dependencies for automated tests."
spec
.
homepage
=
"https://github.com/testcontainers/testcontainers-ruby"
spec
.
license
=
"MIT"
spec
.
required_ruby_version
=
">= 2.6.0"
spec
.
metadata
[
"homepage_uri"
]
=
spec
.
homepage
spec
.
metadata
[
"source_code_uri"
]
=
spec
.
homepage
spec
.
files
=
[
]
# Uncomment to register a new dependency of your gem
spec
.
add_dependency
"testcontainers-core"
,
Testcontainers
::
VERSION
# For docs
spec
.
add_development_dependency
"yard"
,
"~> 0.9"
spec
.
add_development_dependency
"rake"
,
"~> 13.0"
spec
.
add_development_dependency
"minitest"
,
"~> 5.0"
spec
.
add_development_dependency
"minitest-hooks"
,
"~> 1.5"
spec
.
add_development_dependency
"standard"
,
"~> 1.3"
end
Back
|
FazBrowse Home
|
New Git URL