Skip to content

Commit 3d5f783

Browse files
authored
Merge pull request #13 from kigster/kig/candidate-4.0.3
Updating badges for version 4.0.3
2 parents c3532cb + 1633669 commit 3d5f783

File tree

7 files changed

+95
-11
lines changed

7 files changed

+95
-11
lines changed

.github/workflows/rubocop-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- name: Set up Ruby ${{ matrix.ruby-version }}
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
bundler-cache: true
2423
ruby-version: ${{ matrix.ruby-version }}
2524
- name: Install Dependencies
2625
run: bundle install -j 4
2726
- name: Run Rubocop
28-
run: bundle exec rubocop
27+
run: bundle exec rubocop

.github/workflows/ruby-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
- name: Set up Ruby ${{ matrix.ruby-version }}
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
bundler-cache: true
2423
ruby-version: ${{ matrix.ruby-version }}
2524
- name: Install Dependencies
2625
run: bundle install -j 4
2726
- name: Run Specs
28-
run: bundle exec rspec --format progress -p 1
27+
run: bundle exec rspec --format progress -p 1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@
3535

3636
/.rubocop
3737
/.rubocop-https---relaxed-ruby-style-rubocop-yml
38+
.ruby-version

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Changelog
2+
3+
## [v4.0.2](https://github.com/kigster/colored2/tree/v4.0.2) (2025-01-18)
4+
5+
[Full Changelog](https://github.com/kigster/colored2/compare/v4.0.1...v4.0.2)
6+
7+
## [v4.0.1](https://github.com/kigster/colored2/tree/v4.0.1) (2025-01-18)
8+
9+
[Full Changelog](https://github.com/kigster/colored2/compare/v4.0.0...v4.0.1)
10+
11+
**Merged pull requests:**
12+
13+
- Hope this fixes the permissions problem [\#12](https://github.com/kigster/colored2/pull/12) ([kigster](https://github.com/kigster))
14+
15+
## [v4.0.0](https://github.com/kigster/colored2/tree/v4.0.0) (2023-08-24)
16+
17+
[Full Changelog](https://github.com/kigster/colored2/compare/v4.0.0.pre.alpha...v4.0.0)
18+
19+
**Merged pull requests:**
20+
21+
- Bump version [\#9](https://github.com/kigster/colored2/pull/9) ([kigster](https://github.com/kigster))
22+
- Adding build statuses [\#8](https://github.com/kigster/colored2/pull/8) ([kigster](https://github.com/kigster))
23+
- Updating colored2 for Ruby 3.2; rspecs, rubocop CI [\#7](https://github.com/kigster/colored2/pull/7) ([kigster](https://github.com/kigster))
24+
25+
## [v4.0.0.pre.alpha](https://github.com/kigster/colored2/tree/v4.0.0.pre.alpha) (2023-08-24)
26+
27+
[Full Changelog](https://github.com/kigster/colored2/compare/v3.1.2...v4.0.0.pre.alpha)
28+
29+
**Closed issues:**
30+
31+
- 3.1.1 version yanked [\#4](https://github.com/kigster/colored2/issues/4)
32+
- Require issue [\#2](https://github.com/kigster/colored2/issues/2)
33+
34+
**Merged pull requests:**
35+
36+
- Add Ruby 2.7 to Travis-CI matrix [\#5](https://github.com/kigster/colored2/pull/5) ([bastelfreak](https://github.com/bastelfreak))
37+
38+
## [v3.1.2](https://github.com/kigster/colored2/tree/v3.1.2) (2017-02-14)
39+
40+
[Full Changelog](https://github.com/kigster/colored2/compare/v3.1.1...v3.1.2)
41+
42+
## [v3.1.1](https://github.com/kigster/colored2/tree/v3.1.1) (2017-01-28)
43+
44+
[Full Changelog](https://github.com/kigster/colored2/compare/v3.1.0...v3.1.1)
45+
46+
## [v3.1.0](https://github.com/kigster/colored2/tree/v3.1.0) (2017-01-27)
47+
48+
[Full Changelog](https://github.com/kigster/colored2/compare/v3.0.1...v3.1.0)
49+
50+
## [v3.0.1](https://github.com/kigster/colored2/tree/v3.0.1) (2017-01-27)
51+
52+
[Full Changelog](https://github.com/kigster/colored2/compare/v3.0.0...v3.0.1)
53+
54+
**Merged pull requests:**
55+
56+
- Adds support for OS X system rubies [\#1](https://github.com/kigster/colored2/pull/1) ([orta](https://github.com/orta))
57+
58+
## [v3.0.0](https://github.com/kigster/colored2/tree/v3.0.0) (2016-11-03)
59+
60+
[Full Changelog](https://github.com/kigster/colored2/compare/v2.0.2...v3.0.0)
61+
62+
## [v2.0.2](https://github.com/kigster/colored2/tree/v2.0.2) (2016-03-10)
63+
64+
[Full Changelog](https://github.com/kigster/colored2/compare/v2.0.0...v2.0.2)
65+
66+
## [v2.0.0](https://github.com/kigster/colored2/tree/v2.0.0) (2016-03-10)
67+
68+
[Full Changelog](https://github.com/kigster/colored2/compare/v1.2...v2.0.0)
69+
70+
## [v1.2](https://github.com/kigster/colored2/tree/v1.2) (2010-02-10)
71+
72+
[Full Changelog](https://github.com/kigster/colored2/compare/15df0795f7962b61bc95c344a3f361629ad5dc84...v1.2)
73+
74+
75+
76+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
colored2 (4.0.2)
4+
colored2 (4.0.3)
55

66
GEM
77
remote: https://rubygems.org/
@@ -73,4 +73,4 @@ DEPENDENCIES
7373
simplecov
7474

7575
BUNDLED WITH
76-
2.6.2
76+
2.6.3

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
[![RSpecs](https://github.com/kigster/colored2/actions/workflows/ruby-ci.yml/badge.svg)](https://github.com/kigster/colored2/actions/workflows/ruby-ci.yml)
33
[![Rubocop](https://github.com/kigster/colored2/actions/workflows/rubocop-ci.yml/badge.svg)](https://github.com/kigster/colored2/actions/workflows/rubocop-ci.yml)
44

5-
[![Gem Version](https://badge.fury.io/rb/colored2.svg)](https://badge.fury.io/rb/colored2)
6-
[![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/colored2)
5+
![Gem Version](https://img.shields.io/gem/v/colored2?style=for-the-badge&color=0AF) ![MIT License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge&color=0AF) [![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg?style=for-the-badge&color=F6F)](https://app.gitter.im/#/room/#colored2:gitter.im)
76

8-
## Colored2
7+
# Colored2
98

10-
This is an actively maintained fork of Chris (defunkt) Wanstrath's gem [colored](https://github.com/defunkt/colored), which appears to be no longer supported.
9+
The most downloaded ANSI color gem you'll find :-)
10+
11+
![Gem Total Downloads](https://img.shields.io/gem/dt/colored2?style=for-the-badge&color=A0F)
12+
13+
## Backstory
14+
15+
It's an actively maintained fork of Chris [@defunkt](https://github.com/defunkt) Wanstrath's gem [colored](https://github.com/defunkt/colored), which appears to be no longer supported. So instead of accepting this as a pull request, a new gem was born.
1116

1217
This fork comes with a slightly spruced up syntax, some additional features, and a test suite written in [RSpec](http://rspec.info/).
1318

@@ -87,6 +92,10 @@ Or install it yourself as:
8792

8893
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
8994

95+
## Support
96+
97+
98+
9099
## Contributing
91100

92101
Bug reports and pull requests are welcome on GitHub at [https://github.com/kigster/colored2](https://github.com/kigster/colored2).

lib/colored2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Colored2
4-
VERSION = '4.0.2'
4+
VERSION = '4.0.3'
55
end

0 commit comments

Comments
 (0)