dry-cli/project.yml

22 lines
485 B
YAML
Raw Normal View History

2020-01-04 22:38:38 +00:00
name: dry-cli
2021-05-27 15:07:22 +00:00
custom_ci: true
2020-01-05 10:38:50 +00:00
codacy_id: 61dd5d070fc74f0cacf575b19d4930e1
rubies:
- "3.0"
- "2.7"
- "2.6"
- "2.5"
- "2.4"
- "jruby"
2021-05-27 15:49:55 +00:00
gemspec:
2020-01-11 20:11:03 +00:00
authors: ["Luca Guidi"]
email: ["me@lucaguidi.com"]
summary: "Common framework to build command line interfaces with Ruby"
2021-02-03 08:43:17 +00:00
required_ruby_version: ">= 2.4.0"
2020-01-11 20:11:03 +00:00
development_dependencies:
- [bundler, ">= 1.6", "< 3"]
- [rake, "~> 13.0"]
- [rspec, "~> 3.7"]
- [simplecov, "~> 0.17.1"]
2021-02-03 08:43:17 +00:00
- [rubocop, "~> 0.82"]