Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release-3-0'
  • Loading branch information
ku1ik committed Nov 21, 2017
2 parents 8529220 + e031de8 commit 4d77ac3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 47 deletions.
7 changes: 4 additions & 3 deletions Changelog.md
@@ -1,9 +1,10 @@
# Rainbow changelog

## 3.0.0 (2017-04-21)
## 3.0.0 (2017-10-24)

* drop MRI 1.9.3 compatibility
* drop MRI 2.0 compatibility
* dropped MRI 1.9.3 compatibility
* dropped MRI 2.0 compatibility
* removed rake dependency

## 2.2.2 (2017-04-21)

Expand Down
1 change: 0 additions & 1 deletion lib/rainbow.rb
@@ -1,5 +1,4 @@
require_relative 'rainbow/global'
require_relative 'rainbow/legacy'

module Rainbow
def self.new
Expand Down
13 changes: 0 additions & 13 deletions lib/rainbow/legacy.rb

This file was deleted.

2 changes: 1 addition & 1 deletion rainbow.gemspec
Expand Up @@ -5,7 +5,7 @@ require 'rainbow/version'
Gem::Specification.new do |spec|
spec.name = "rainbow"
spec.version = Rainbow::VERSION
spec.authors = ["Marcin Kulik"]
spec.authors = ["Marcin Kulik", "Olle Jonsson"]
spec.email = ["m@ku1ik.com"]
spec.description = 'Colorize printed text on ANSI terminals'
spec.summary = 'Colorize printed text on ANSI terminals'
Expand Down
29 changes: 0 additions & 29 deletions spec/unit/namespace_spec.rb

This file was deleted.

0 comments on commit 4d77ac3

Please sign in to comment.