distinct_output 0.1.1 → 0.2.0
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/distinct_output/version.rb +1 -1
- data/lib/distinct_output.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: feccc639bce43160a65f07675f1fafbe3226d302
|
4
|
+
data.tar.gz: f56e0a5a447f3b179719d4ef4ddc36b1ed6fd386
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9a2e8895b9c5250412882027b9288483d6f163f640895544335d5e66eeb5d67d1ba714e83cd738b345925b5411111e5aaf3795996225b4bda6eec409f7e2e8b
|
7
|
+
data.tar.gz: 2245c53233957a2200db396f25e3c3c84aac5001e4be13368b976ae8bc1aa1ffca835ca8c0047e2cac33e8eecefdcb8bccdb72658d77178a0e992d5bcad16828
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[](https://travis-ci.org/kshitijlohani/distinct_output)
|
1
|
+
[](https://travis-ci.org/kshitijlohani/distinct_output) [](http://badge.fury.io/rb/distinct_output)
|
2
2
|
# DistinctOutput
|
3
3
|
|
4
4
|
DistinctOutput is a ruby gem to displays the output of any variable in a distinct manner so that it becomes easily noticable
|
@@ -29,7 +29,7 @@ Or install it yourself as:
|
|
29
29
|
|
30
30
|
## Usage
|
31
31
|
|
32
|
-
TODO:
|
32
|
+
TODO:
|
33
33
|
|
34
34
|
## Development
|
35
35
|
|
data/lib/distinct_output.rb
CHANGED