-
Notifications
You must be signed in to change notification settings - Fork 1
/
gemspec.yml
36 lines (30 loc) · 872 Bytes
/
gemspec.yml
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
name: bundler-alive
summary: Are your gems alive?
description: bundler-alive reports gems are archived or not.
authors: Katsuhiko YOSHIDA
email: claddvd@gmail.com
homepage: https://github.com/kyoshidajp/bundler-alive
metadata:
homepage_uri: https://github.com/kyoshidajp/bundler-alive
source_code_uri: https://github.com/kyoshidajp/bundler-alive
changelog_uri: https://github.com/kyoshidajp/bundler-alive/commits/main
required_ruby_version: ">= 2.6.0"
bindir: bin
require_paths: lib
dependencies:
faraday:
graphql-client:
rake:
thor:
gitlab:
development_dependencies:
rspec:
rubocop:
yard:
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
simplecov: "~> 0.10, < 0.18"
factory_bot:
vcr:
webmock: