[devtools] sync configs

This commit is contained in:
dry-bot 2020-01-05 14:07:08 +00:00
parent 9a6497633a
commit 2ecf315cec
5 changed files with 19 additions and 20 deletions

View File

@ -35,9 +35,7 @@ jobs:
with:
ruby-version: ${{matrix.ruby}}
- name: Bundle install
run: |
gem install bundler
bundle install --jobs 4 --retry 3 --without tools docs benchmarks
run: bundle install --jobs 4 --retry 3 --without tools docs benchmarks
- name: Run all tests
env:
COVERAGE: ${{matrix.coverage}}

View File

@ -19,10 +19,6 @@ jobs:
run: gem install bundler
- name: Install dependencies
run: bundle install --jobs 4 --retry 3 --without tools test benchmarks docs
- name: Check bundler version
run: bundle --version
- name: Check ossy path
run: bundle info ossy --path
- name: Symlink ossy
run: ln -sf "$(bundle info ossy --path)/bin/ossy" bin/ossy
- name: Clone devtools

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015-2019 dry-rb team
Copyright (c) 2015-2020 dry-rb team
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@ -1,23 +1,28 @@
[gem]: https://rubygems.org/gems/dry-container
[ci]: https://github.com/dry-rb/dry-container/actions?query=workflow%3Aci
[maintainability]: https://codeclimate.com/github/dry-rb/dry-container/maintainability
[test_coverage]: https://codeclimate.com/github/dry-rb/dry-container/test_coverage
[inch]: http://inch-ci.org/github/dry-rb/dry-container
[actions]: https://github.com/dry-rb/dry-container/actions
[codacy]: https://www.codacy.com/gh/dry-rb/dry-container
[chat]: https://dry-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/dry-rb/dry-container
# dry-container [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
[![Gem Version](https://img.shields.io/gem/v/dry-container.svg)][gem]
[![Build Status](https://github.com/dry-rb/dry-container/workflows/ci/badge.svg)][ci]
[![Maintainability](https://api.codeclimate.com/v1/badges/97faf9446cb5811100e7/maintainability)][maintainability]
[![Test Coverage](https://api.codeclimate.com/v1/badges/97faf9446cb5811100e7/test_coverage)][test_coverage]
[![API Documentation Coverage](http://inch-ci.org/github/dry-rb/dry-container.svg)][inch]
A simple, configurable container implemented in Ruby.
[![Gem Version](https://badge.fury.io/rb/dry-container.svg)][gem]
[![CI Status](https://github.com/dry-rb/dry-container/workflows/ci/badge.svg)][actions]
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/227509c9034340b493f769f6277f4ecb)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/227509c9034340b493f769f6277f4ecb)][codacy]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-container.svg?branch=master)][inchpages]
## Links
[Documentation](http://dry-rb.org/gems/dry-container/)
* [User documentation](http://dry-rb.org/gems/dry-container)
* [API documentation](http://rubydoc.info/gems/dry-container)
## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI >= `2.4`
* jruby >= `9.2`
## License

0
bin/.gitkeep Normal file → Executable file
View File