forked from ku1ik/rainbow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 61229c4.
- Loading branch information
Showing
8 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
bundler_args: --without guard | ||
rvm: | ||
- 1.8.7 | ||
- 1.9.2 | ||
- 1.9.3 | ||
- 2.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,15 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
require 'rainbow/version' | ||
|
||
Gem::Specification.new do |spec| | ||
spec.name = "rainbow" | ||
spec.version = Rainbow::VERSION | ||
spec.authors = ["Marcin Kulik"] | ||
spec.email = ["[email protected]"] | ||
spec.description = %q{Colorize printed text on ANSI terminals} | ||
spec.summary = %q{Colorize printed text on ANSI terminals} | ||
spec.homepage = "https://github.com/sickill/rainbow" | ||
spec.license = "MIT" | ||
spec.name = "rainbow" | ||
spec.version = Rainbow::VERSION | ||
spec.authors = ["Marcin Kulik"] | ||
spec.email = ["[email protected]"] | ||
spec.description = %q{Colorize printed text on ANSI terminals} | ||
spec.summary = %q{Colorize printed text on ANSI terminals} | ||
spec.homepage = "https://github.com/sickill/rainbow" | ||
spec.license = "MIT" | ||
spec.required_ruby_version = '>= 1.9.2' | ||
|
||
spec.files = `git ls-files`.split($/) | ||
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters