-
-
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.
- Loading branch information
Showing
257 changed files
with
2,091 additions
and
2,467 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
*.gem | ||
.yardoc | ||
/coverage | ||
/dev | ||
/doc | ||
/gems | ||
/sandbox | ||
Gemfile.lock | ||
/spec/status.txt | ||
/spec/tmp | ||
/tmp | ||
/yardoc | ||
Gemfile.lock |
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,4 @@ | ||
--require spec_helper | ||
--color | ||
--format documentation | ||
--fail-fast |
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,29 @@ | ||
require: | ||
- rubocop-performance | ||
- rubocop-rspec | ||
|
||
inherit_gem: | ||
rentacop: | ||
- rentacop.yml | ||
- rspec.yml | ||
|
||
inherit_mode: | ||
merge: | ||
- Include | ||
- Exclude | ||
|
||
AllCops: | ||
TargetRubyVersion: 2.7 | ||
Include: | ||
- '**/runfile' | ||
- '**/*.runfile' | ||
Exclude: | ||
- int/**/* | ||
- debug.rb | ||
- dev/**/* | ||
- spec/integration/**/* | ||
- spec/tmp/**/* | ||
|
||
RSpec/ExampleLength: | ||
Exclude: | ||
- spec/behaviors/**/* |
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gem 'runfile-tasks' | ||
gem 'cucumber' | ||
gem 'rspec-expectations' | ||
gem 'rdoc' | ||
gem 'similar_text' | ||
# gem 'yard' | ||
gem 'byebug' | ||
gem 'colsole' | ||
gem 'lp' | ||
gem 'pretty_trace' | ||
gem 'rspec' | ||
gem 'rspec_approvals' | ||
gem 'sample_import_gem', path: 'spec/fixtures/sample_import_gem' | ||
gem 'simplecov' | ||
|
||
gemspec |
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,5 @@ | ||
#!/usr/bin/env ruby | ||
require 'runfile' | ||
|
||
exit_code = Runfile::Entrypoint.new.run! | ||
exit exit_code if exit_code.is_a? Integer |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,8 @@ | ||
Runfile Examples | ||
================ | ||
# Examples | ||
|
||
This folder contains various Runfile examples. | ||
Each folder here contains a succinct example demonstrating one or two aspects | ||
of how Runfile works. | ||
|
||
Each folder contains a single Runfile that demonstrates one aspect of the | ||
system. | ||
|
||
To see how they work: | ||
|
||
$ cd example_folder | ||
$ run --help | ||
$ vi Runfile | ||
|
||
|
||
The examples in this folder are also used for testing purposes. | ||
You can test these examples by copying / downloading these files, or by simply | ||
running `run example --help` from the command line (in a folder that does not | ||
already contain runfiles). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.