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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d58be688ed1654d40642b4cfb6fb0f0c091e219d
4
- data.tar.gz: 7e0b9ebb0215d948e28af78b99fea4b63e0c2981
3
+ metadata.gz: ee30e133919da5a2b464ddd19bdfe675c6d80d82
4
+ data.tar.gz: e7d9cbf3ab8dc1d37fd72b36aa0162215f32875d
5
5
  SHA512:
6
- metadata.gz: 15ebeb0421948d24dcd971bab0d5f54156e61e1aed75a56ef42b9bc9284e4d1fcc931ac4beb834d5c30929c294aec0fbf9945928a690ebcc58e1b70a95048758
7
- data.tar.gz: f25e80576a0f1ede6c1ecec2743145b3ab31b02339b094581e0b9f81f7adf99492f5c0a3a9458b1c277d5f9c3f929cf4a5d7ae550583e5dd5e1d812079e31036
6
+ metadata.gz: a3e57b6fed1e34897c76863162126458cdee9b776fe8663a5324f8dfbf8667ca71d60ee65cfc14ce361b410b67ea55fd0ba6ac1d7c4c969e04c1bdff92283b00
7
+ data.tar.gz: d6489839c64e6048b6fbda038d61f092046f64b46198fbc4357ea14e9e87a7f77dce9361532e8007ed9b4d227d8b7cadadbc4c6a0f94486212735499dcf28a7d
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in colorize.gemspec
3
+ # Specify your gem's dependencies in colorate.gemspec
4
4
  gemspec
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 'colorize'
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 colorize
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/colorate"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Colorate
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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/colorate
91
+ homepage: https://github.com/radiofreemattd/colorize
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: {}