cli-ui 1.1.2 → 1.1.3

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: 4fb23d4df6fad318d6479ddbaf72092658810cce
4
- data.tar.gz: 95a95d0dedb08886780e853f663a2a733b57418b
3
+ metadata.gz: 6b11f3d216436111245843e0ae5feac562c782c0
4
+ data.tar.gz: 75b0a49976b995ac938db481cd9c59143832557a
5
5
  SHA512:
6
- metadata.gz: 7433e3e4a6a464b76698fa496f3760ec04beb8e0fdf280941ebdd33e6f5bbf5641100d9ac9adc8a783109ffb3f28404f9fd9e517cba104d4d2da5dc69cb5e8e2
7
- data.tar.gz: f666dc948dc01d5c54a2d0c70333f716e9d22c181da8a4de1a8fb36a4ade3f863ec9b3c8226b6f48e11b04f6dd083fc987658cf8a4590f63103a951bcaedbeeb
6
+ metadata.gz: 3df8b9306b0c211827117432a7cd8b6cd30725b6494ba8eab9e60e3e970f184e6a699b82b45fff0f53545cca7fc60ddc3c7dce5af54d394a2891dfd20c221578
7
+ data.tar.gz: 58a09118288faeef58f5ae84b169f8314204fee76838004b45bb28c994077d4088855bc98b44f963520cd3dafe0341ba10a9713e422913086e5166b7c508ed35
@@ -156,7 +156,7 @@ module CLI
156
156
  end
157
157
 
158
158
  require 'securerandom'
159
- id = format("%05d", rand(100))
159
+ id = format("%05d", rand(10**5))
160
160
  Thread.current[:cliui_output_id] = {
161
161
  id: id,
162
162
  streams: on_streams
@@ -1,5 +1,5 @@
1
1
  module CLI
2
2
  module UI
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli-ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-05-14 00:00:00.000000000 Z
13
+ date: 2018-05-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler