Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: 2.1

orbs:
ruby: circleci/ruby@2.0.1
qlty: qltysh/qlty-orb@0.0.11

executors:
default:
Expand All @@ -22,11 +23,8 @@ jobs:
- checkout
- ruby/install-deps
- ruby/rspec-test
- run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-$CC_TEST_REPORTER_VERSION > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter format-coverage -t simplecov coverage/coverage.json
./cc-test-reporter upload-coverage
- qlty/coverage_publish:
files: ./coverage/.resultset.json

workflows:
version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 - 2020 Kevin Sylvestre
Copyright (c) 2016 - 2025 Kevin Sylvestre

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Specifier

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ksylvest/specifier/blob/main/LICENSE)
[![RubyGems](https://img.shields.io/gem/v/specifier)](https://rubygems.org/gems/specifier)
[![GitHub](https://img.shields.io/badge/github-repo-blue.svg)](https://github.com/ksylvest/specifier)
[![CircleCI](https://img.shields.io/circleci/build/github/ksylvest/specifier)](https://circleci.com/gh/ksylvest/specifier)

## Installation

```bash
Expand Down Expand Up @@ -34,14 +39,6 @@ end
bundle exec specifier ./specs
```

## Status

[![CircleCI](https://circleci.com/gh/ksylvest/specifier.svg?style=svg)](https://circleci.com/gh/ksylvest/specifier)
[![CodeClimate (Maintainability)](https://api.codeclimate.com/v1/badges/391d09bf5fb4a6be19e2/maintainability)](https://codeclimate.com/github/ksylvest/specifier/maintainability)
[![CodeClimate (Test Coverage)](https://api.codeclimate.com/v1/badges/391d09bf5fb4a6be19e2/test_coverage)](https://codeclimate.com/github/ksylvest/specifier/test_coverage)



## Copyright

Copyright (c) 2016 - 2020 [Kevin Sylvestre](https://ksylvest.com). See LICENSE for details.
Copyright (c) 2016 - 2025 [Kevin Sylvestre](https://ksylvest.com). See LICENSE for details.