From 2ecf315cec0fd9b22a226611aff5ae34295e01e3 Mon Sep 17 00:00:00 2001 From: dry-bot Date: Sun, 5 Jan 2020 14:07:08 +0000 Subject: [PATCH] [devtools] sync configs --- .github/workflows/ci.yml | 4 +--- .github/workflows/sync_configs.yml | 4 ---- LICENSE | 2 +- README.md | 29 +++++++++++++++++------------ bin/.gitkeep | 0 5 files changed, 19 insertions(+), 20 deletions(-) mode change 100644 => 100755 bin/.gitkeep diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a928cfa..99f0346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}} diff --git a/.github/workflows/sync_configs.yml b/.github/workflows/sync_configs.yml index b65b920..abe6efa 100644 --- a/.github/workflows/sync_configs.yml +++ b/.github/workflows/sync_configs.yml @@ -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 diff --git a/LICENSE b/LICENSE index b4c4156..d41cd4a 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 93f2ff5..78b1274 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/.gitkeep b/bin/.gitkeep old mode 100644 new mode 100755