-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appraisals and tests for minitest integration
- Loading branch information
1 parent
9efcaf7
commit 52e14e9
Showing
20 changed files
with
1,076 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "pry" | ||
gem "rake" | ||
gem "rspec" | ||
gem "os" | ||
gem "climate_control" | ||
gem "rspec-collection_matchers" | ||
gem "rspec_junit_formatter" | ||
gem "appraisal" | ||
gem "standard", "<= 1.24.3" | ||
gem "yard" | ||
gem "webrick" | ||
gem "minitest", "~> 5" | ||
|
||
group :check do | ||
|
||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
datadog-ci (0.1.0) | ||
ddtrace (~> 1) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
ast (2.4.2) | ||
climate_control (1.2.0) | ||
coderay (1.1.3) | ||
ddtrace (1.13.1) | ||
debase-ruby_core_source (= 3.2.1) | ||
libdatadog (~> 3.0.0.1.0) | ||
libddwaf (~> 1.9.0.0.0) | ||
msgpack | ||
debase-ruby_core_source (3.2.1) | ||
diff-lcs (1.5.0) | ||
ffi (1.15.5-java) | ||
json (2.6.3-java) | ||
language_server-protocol (3.17.0.3) | ||
libdatadog (3.0.0.1.0) | ||
libddwaf (1.9.0.0.1-java) | ||
ffi (~> 1.0) | ||
method_source (1.0.0) | ||
minitest (5.19.0) | ||
msgpack (1.7.2-java) | ||
os (1.1.4) | ||
parallel (1.23.0) | ||
parser (3.2.2.3) | ||
ast (~> 2.4.1) | ||
racc | ||
pry (0.14.2-java) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
spoon (~> 0.0) | ||
racc (1.7.1-java) | ||
rainbow (3.1.1) | ||
rake (13.0.6) | ||
regexp_parser (2.8.1) | ||
rexml (3.2.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-collection_matchers (1.2.0) | ||
rspec-expectations (>= 2.99.0.beta1) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
rspec_junit_formatter (0.6.0) | ||
rspec-core (>= 2, < 4, != 2.12.0) | ||
rubocop (1.44.1) | ||
json (~> 2.3) | ||
parallel (~> 1.10) | ||
parser (>= 3.2.0.0) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 1.8, < 3.0) | ||
rexml (>= 3.2.5, < 4.0) | ||
rubocop-ast (>= 1.24.1, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 2.4.0, < 3.0) | ||
rubocop-ast (1.29.0) | ||
parser (>= 3.2.1.0) | ||
rubocop-performance (1.15.2) | ||
rubocop (>= 1.7.0, < 2.0) | ||
rubocop-ast (>= 0.4.0) | ||
ruby-progressbar (1.13.0) | ||
spoon (0.0.6) | ||
ffi | ||
standard (1.24.3) | ||
language_server-protocol (~> 3.17.0.2) | ||
rubocop (= 1.44.1) | ||
rubocop-performance (= 1.15.2) | ||
thor (1.2.2) | ||
unicode-display_width (2.4.2) | ||
webrick (1.8.1) | ||
yard (0.9.34) | ||
|
||
PLATFORMS | ||
universal-java-11 | ||
|
||
DEPENDENCIES | ||
appraisal | ||
climate_control | ||
datadog-ci! | ||
minitest (~> 5) | ||
os | ||
pry | ||
rake | ||
rspec | ||
rspec-collection_matchers | ||
rspec_junit_formatter | ||
standard (<= 1.24.3) | ||
webrick | ||
yard | ||
|
||
BUNDLED WITH | ||
2.3.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "pry" | ||
gem "rake" | ||
gem "rspec" | ||
gem "os" | ||
gem "climate_control" | ||
gem "rspec-collection_matchers" | ||
gem "rspec_junit_formatter" | ||
gem "appraisal" | ||
gem "standard", "<= 1.24.3" | ||
gem "yard" | ||
gem "webrick" | ||
gem "minitest", "~> 5" | ||
|
||
group :check do | ||
|
||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
datadog-ci (0.1.0) | ||
ddtrace (~> 1) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
ast (2.4.2) | ||
climate_control (1.2.0) | ||
coderay (1.1.3) | ||
ddtrace (1.13.1) | ||
debase-ruby_core_source (= 3.2.1) | ||
libdatadog (~> 3.0.0.1.0) | ||
libddwaf (~> 1.9.0.0.0) | ||
msgpack | ||
debase-ruby_core_source (3.2.1) | ||
diff-lcs (1.5.0) | ||
ffi (1.15.5) | ||
json (2.6.3) | ||
language_server-protocol (3.17.0.3) | ||
libdatadog (3.0.0.1.0-aarch64-linux) | ||
libddwaf (1.9.0.0.1-aarch64-linux) | ||
ffi (~> 1.0) | ||
method_source (1.0.0) | ||
minitest (5.19.0) | ||
msgpack (1.7.2) | ||
os (1.1.4) | ||
parallel (1.23.0) | ||
parser (3.2.2.3) | ||
ast (~> 2.4.1) | ||
racc | ||
pry (0.14.2) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
racc (1.7.1) | ||
rainbow (3.1.1) | ||
rake (13.0.6) | ||
regexp_parser (2.8.1) | ||
rexml (3.2.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-collection_matchers (1.2.0) | ||
rspec-expectations (>= 2.99.0.beta1) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
rspec_junit_formatter (0.6.0) | ||
rspec-core (>= 2, < 4, != 2.12.0) | ||
rubocop (1.44.1) | ||
json (~> 2.3) | ||
parallel (~> 1.10) | ||
parser (>= 3.2.0.0) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 1.8, < 3.0) | ||
rexml (>= 3.2.5, < 4.0) | ||
rubocop-ast (>= 1.24.1, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 2.4.0, < 3.0) | ||
rubocop-ast (1.29.0) | ||
parser (>= 3.2.1.0) | ||
rubocop-performance (1.15.2) | ||
rubocop (>= 1.7.0, < 2.0) | ||
rubocop-ast (>= 0.4.0) | ||
ruby-progressbar (1.13.0) | ||
standard (1.24.3) | ||
language_server-protocol (~> 3.17.0.2) | ||
rubocop (= 1.44.1) | ||
rubocop-performance (= 1.15.2) | ||
thor (1.2.2) | ||
unicode-display_width (2.4.2) | ||
webrick (1.8.1) | ||
yard (0.9.34) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
|
||
DEPENDENCIES | ||
appraisal | ||
climate_control | ||
datadog-ci! | ||
minitest (~> 5) | ||
os | ||
pry | ||
rake | ||
rspec | ||
rspec-collection_matchers | ||
rspec_junit_formatter | ||
standard (<= 1.24.3) | ||
webrick | ||
yard | ||
|
||
BUNDLED WITH | ||
2.3.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "pry" | ||
gem "rake" | ||
gem "rspec" | ||
gem "os" | ||
gem "climate_control" | ||
gem "rspec-collection_matchers" | ||
gem "rspec_junit_formatter" | ||
gem "appraisal" | ||
gem "standard", "<= 1.24.3" | ||
gem "yard" | ||
gem "webrick" | ||
gem "minitest", "~> 5" | ||
|
||
group :check do | ||
|
||
end | ||
|
||
gemspec path: "../" |
Oops, something went wrong.