colorate 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/README.md +2 -2
- data/colorate.gemspec +1 -1
- data/lib/colorate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee30e133919da5a2b464ddd19bdfe675c6d80d82
|
4
|
+
data.tar.gz: e7d9cbf3ab8dc1d37fd72b36aa0162215f32875d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3e57b6fed1e34897c76863162126458cdee9b776fe8663a5324f8dfbf8667ca71d60ee65cfc14ce361b410b67ea55fd0ba6ac1d7c4c969e04c1bdff92283b00
|
7
|
+
data.tar.gz: d6489839c64e6048b6fbda038d61f092046f64b46198fbc4357ea14e9e87a7f77dce9361532e8007ed9b4d227d8b7cadadbc4c6a0f94486212735499dcf28a7d
|
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -8,7 +8,7 @@ Colorate exposes simple color methods that allow you to color output sent to the
|
|
8
8
|
Add this line to your application's Gemfile:
|
9
9
|
|
10
10
|
```ruby
|
11
|
-
gem '
|
11
|
+
gem 'colorate'
|
12
12
|
```
|
13
13
|
|
14
14
|
And then execute:
|
@@ -17,7 +17,7 @@ And then execute:
|
|
17
17
|
|
18
18
|
Or install it yourself as:
|
19
19
|
|
20
|
-
$ gem install
|
20
|
+
$ gem install colorate
|
21
21
|
|
22
22
|
## Usage
|
23
23
|
|
data/colorate.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Provides colored output to the console.}
|
13
13
|
spec.description = %q{This gem exposes various methods that allow for colorized output to the console.}
|
14
|
-
spec.homepage = "https://github.com/radiofreemattd/
|
14
|
+
spec.homepage = "https://github.com/radiofreemattd/colorize"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/colorate/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: colorate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew S. Dunn
|
@@ -88,7 +88,7 @@ files:
|
|
88
88
|
- lib/colorate.rb
|
89
89
|
- lib/colorate/constants.rb
|
90
90
|
- lib/colorate/version.rb
|
91
|
-
homepage: https://github.com/radiofreemattd/
|
91
|
+
homepage: https://github.com/radiofreemattd/colorize
|
92
92
|
licenses:
|
93
93
|
- MIT
|
94
94
|
metadata: {}
|