console_hash_array 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: 17b06d5e106a8b5c94f77587a604da743935843e8dce07fda2b2860134f39564
4
- data.tar.gz: 195ea5d0c40ac17bebb8ad678555b68aae272064302f85ac968c1df7cf03b716
3
+ metadata.gz: a1b6b4d5dbe9438862898e7dd6a282cf20463db9cefac119d3ed287da47cc4f5
4
+ data.tar.gz: 2958d56f80bd9a11ba3aa3228ccefbfe0bba7520a269a8fafcbb2c0f889857f5
5
5
  SHA512:
6
- metadata.gz: a75a7d97d5dad5b491e7eec96a2a1921ea5cc302ac33cbb2de28bb330f6878f506ff13a0069811ed8204ef0038e1119fec2ea170bbe2330df0f77b282cc7761d
7
- data.tar.gz: 57ddd01d85e2c8086f6ece2859fed25f4c2d0972e9f0c75568c81976dbc86ad3365807eedb8fa27f46dd1d21bc0b4298c89137634257b2c7a8b28d2378f11952
6
+ metadata.gz: d0c792c1c1b8c52967b3c035447d6f20b4259576a7b081c0706cfbff66d7ba0113348b314860febeee153ad6e3d9e721b9c8bf738a245269c88e1d21a9331d1d
7
+ data.tar.gz: 8e23787a888d155eb6c056b0546fcff71426b70a1f1282356b6e1ace570297209e85ee7ca51afe622432a2e6b14d704a497bb41da385443d717ad72bd4905e2a
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["hello@13plus4.com"]
10
10
 
11
11
  spec.summary = "Console print progress bar for hash arrays."
12
- spec.description = "Console print progress bar for hash arrays for long processes."
12
+ spec.description = "Console print progress bar for hash arrays"
13
13
  spec.homepage = "https://github.com/a6b8/console-hash-array-for-ruby"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.4.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ConsoleHashArray
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console_hash_array
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-08-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Console print progress bar for hash arrays for long processes.
13
+ description: Console print progress bar for hash arrays
14
14
  email:
15
15
  - hello@13plus4.com
16
16
  executables: []