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 +4 -4
- data/console_hash_array.gemspec +1 -1
- data/lib/console_hash_array/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1b6b4d5dbe9438862898e7dd6a282cf20463db9cefac119d3ed287da47cc4f5
|
4
|
+
data.tar.gz: 2958d56f80bd9a11ba3aa3228ccefbfe0bba7520a269a8fafcbb2c0f889857f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0c792c1c1b8c52967b3c035447d6f20b4259576a7b081c0706cfbff66d7ba0113348b314860febeee153ad6e3d9e721b9c8bf738a245269c88e1d21a9331d1d
|
7
|
+
data.tar.gz: 8e23787a888d155eb6c056b0546fcff71426b70a1f1282356b6e1ace570297209e85ee7ca51afe622432a2e6b14d704a497bb41da385443d717ad72bd4905e2a
|
data/console_hash_array.gemspec
CHANGED
@@ -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
|
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"
|
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.
|
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
|
13
|
+
description: Console print progress bar for hash arrays
|
14
14
|
email:
|
15
15
|
- hello@13plus4.com
|
16
16
|
executables: []
|