distinct_output 0.0.1 → 0.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/Gemfile.lock +1 -1
- data/README.md +7 -0
- data/lib/distinct_output/version.rb +1 -1
- 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: 8d9c0ecf6685c3a1cdf9e12e24b0ab4992b8d1a2
|
|
4
|
+
data.tar.gz: 9e24b67d0b034520a6c9bab25a6eae9a096c1a1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bb30195506b63c4e553caf43244797a1a9fd2d1f0ac79971a413df881e5cfda052706f5cf07805592b52e1a2bda3fabc2c6d527e55cba8944802353e806cc7d
|
|
7
|
+
data.tar.gz: ce0001ccfc15c46f93c0a4a60e9db4237b2dd05ed70bf370c1532269df3d2a14183a07039254e1e583b1f98492c610ac374c55008490a4542b9626af8deb7f2a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
DistinctOutput is a ruby gem to displays the output of any variable in a distinct manner so that it becomes easily noticable
|
|
4
4
|
to the developers during the debugging process.
|
|
5
5
|
|
|
6
|
+
## Note
|
|
7
|
+
```sh
|
|
8
|
+
This gem is in very early stage of development.
|
|
9
|
+
Please wait until the release of V 1.0.0 for a nicer one
|
|
10
|
+
Till then if you wanna play with basic functions available, go for it
|
|
11
|
+
```
|
|
12
|
+
|
|
6
13
|
## Installation
|
|
7
14
|
|
|
8
15
|
Add this line to your application's Gemfile:
|