console_kit 1.3.0 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 348d99d0b8d74a78d96ffa4e74f7ee2baf25aab659700b5d44929d2e3cd87104
4
- data.tar.gz: 9c5e7514f498818e2ffe8b0a9376511cbf364e81336a266df7fe02d143a26cf4
3
+ metadata.gz: aae8ac063c1d5f4ccdb652e8b450e629a04512ee5aa52e8cec26dc1ad6d93a3e
4
+ data.tar.gz: 2c3a1726016122c152ef0c7a601abdd285748aab388a53b733cd4c3c5e2a146d
5
5
  SHA512:
6
- metadata.gz: 5e56f04db89485e9b0a3a23b667062a8998287a8ab9ad67dc793f3202730ba6f54dcf02f45ab65ff739e3aef23ec7c65574ba32c4aafe7cebc1a6dcff63c907f
7
- data.tar.gz: 86d6d4457bb2ad62e8ac2ecdd22c3afc0fa72313f4625cf4b304bbd1f0436a67033e0a2c4190d995895b12aba4aef77c68465ffa1fe1dcf6815d93909f355394
6
+ metadata.gz: d1c7a12a9c259b89ec988f606510412617856124e7d36428df2d7a9a35c74b4dadb364897111944efd2cc4de26c3e99fd15bab7b83f27804b1c7dd4c8f258d0d
7
+ data.tar.gz: 824201bd35d0c9a8029c146cf4cff8170b5971d2768dafc96a0e26efb7545f0e072346781a490dd08559ede3d2b8e0781137e6aa7091b16e9584f3c3a0de0cbe
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConsoleKit
4
- VERSION = '1.3.0'
4
+ VERSION = '1.4.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Soumyadeep Pal
@@ -58,8 +58,6 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - ".DS_Store"
62
- - ".reek.yml.new"
63
61
  - LICENSE.txt
64
62
  - lib/console_kit.rb
65
63
  - lib/console_kit/configuration.rb
data/.DS_Store DELETED
Binary file
data/.reek.yml.new DELETED
File without changes