You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>How We Manage Complexity In Tests</summary>
69
+
70
+
| Gem | Source | Role | Daily download rank |
71
+
|-----|--------|------|---------------------|
72
+
|[appraisal2](https://bestgems.org/gems/appraisal2)|[GitHub](https://github.com/appraisal-rb/appraisal2)| multi-dependency Appraisal matrix generation |[](https://bestgems.org/gems/appraisal2)|
73
+
|[appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop)|[GitHub](https://github.com/appraisal-rb/appraisal2-rubocop)| RuboCop Appraisal generator integration |[](https://bestgems.org/gems/appraisal2-rubocop)|
74
+
|[turbo_tests2](https://bestgems.org/gems/turbo_tests2)|[GitHub](https://github.com/galtzo-floss/turbo_tests2)| parallel test execution |[](https://bestgems.org/gems/turbo_tests2)|
75
+
|[kettle-test](https://bestgems.org/gems/kettle-test)|[GitHub](https://github.com/kettle-dev/kettle-test)| standard test runner and coverage harness |[](https://bestgems.org/gems/kettle-test)|
76
+
|[kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover)|[GitHub](https://github.com/kettle-dev/kettle-soup-cover)| SimpleCov coverage policy and reporting |[](https://bestgems.org/gems/kettle-soup-cover)|
77
+
|[rubocop-lts](https://bestgems.org/gems/rubocop-lts)|[GitHub](https://github.com/rubocop-lts/rubocop-lts)| Ruby-version-aware linting |[](https://bestgems.org/gems/rubocop-lts)|
78
+
79
+
</details>
67
80
68
81
### Federated DVCS
69
82
@@ -118,11 +131,6 @@ If bundler is not being used to manage dependencies, install the gem by executin
118
131
gem install oauth-tty
119
132
```
120
133
121
-
`oauth-tty` uses Ruby's `CGI` library for query parameter encoding and parsing.
122
-
Supported Ruby versions that ship `CGI` do not need an additional dependency.
123
-
Applications running on Ruby versions or distributions that do not provide
124
-
`CGI` should add the `cgi` gem directly.
125
-
126
134
## ⚙️ Configuration
127
135
128
136
The oauth-tty gem is a thin CLI over the oauth gem. You supply your consumer credentials, token credentials (when applicable), a target URI, and optional parameters, and the tool signs requests or helps you complete an OAuth 1.0/1.0a 3-legged flow.
@@ -305,7 +313,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
0 commit comments