distinct_output 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ef3d67ba716626d2a10e2d5071dc695e0aca9a4
4
- data.tar.gz: 0d696d3cab75bb86c515b97b3c303760bb4cefa4
3
+ metadata.gz: 8d9c0ecf6685c3a1cdf9e12e24b0ab4992b8d1a2
4
+ data.tar.gz: 9e24b67d0b034520a6c9bab25a6eae9a096c1a1d
5
5
  SHA512:
6
- metadata.gz: 8830bd274139a724d30a1850ab6e9bbe43891057ee0d935172e353e8009966e80f8618c23039332c51b2329b944a8ed8839ced58016f2367da06a779cf13dc4f
7
- data.tar.gz: 653db0dac4fc3260002a3fd527a43c904e19d5793dcb41b4334d14c2cb1ca74f29d05ee5ba1dc1210e85ba4bf50f47f02ac89674613717f75b6f91c5e6ead03d
6
+ metadata.gz: 1bb30195506b63c4e553caf43244797a1a9fd2d1f0ac79971a413df881e5cfda052706f5cf07805592b52e1a2bda3fabc2c6d527e55cba8944802353e806cc7d
7
+ data.tar.gz: ce0001ccfc15c46f93c0a4a60e9db4237b2dd05ed70bf370c1532269df3d2a14183a07039254e1e583b1f98492c610ac374c55008490a4542b9626af8deb7f2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- distinct_output (0.0.1)
4
+ distinct_output (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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:
@@ -1,3 +1,3 @@
1
1
  module DistinctOutput
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distinct_output
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kshitij Raj Lohani