arsenal_console 1.0.1 → 1.0.2
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/README.md +2 -2
- data/lib/arsenal_console/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1811af6784acb2bace5c7507f3abab0a5b5704b056bfdedda9fe6719ec7cda9b
|
4
|
+
data.tar.gz: 1d3d6685494b8862485da4b8b368e58e4e008c69bd83dba63d56ad8b5829dd91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3267e0a04c07c80ba35ace6d5820506ddf7708e9615a493bc4e0138faa68a3f1e1d7807fceb5db36a178982a1e4f259fb25ac361c8c02aa6b16d7c4056a301af
|
7
|
+
data.tar.gz: c193e4c40852bd17da6ff421c9942b4bacb1faf3303b8c6a38a3ff6885d541ad1671d0d6a25f34d157ed1fcf6175cf2d54631a0df1ae3d91acbacab092f5bb1b
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Tools to help colorize and manage console output.
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
9
|
```ruby
|
10
|
-
gem 'arsenal_console'
|
10
|
+
gem 'arsenal_console', '~> 1.0'
|
11
11
|
```
|
12
12
|
|
13
13
|
And then execute:
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
20
20
|
|
21
21
|
## Usage
|
22
22
|
|
23
|
-
Run this to see
|
23
|
+
Run this to see instructions and options for Colorize:
|
24
24
|
|
25
25
|
```ruby
|
26
26
|
puts ArsenalConsole::Colorize.help
|