colsole 0.5.0 → 0.5.1

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: 08c6e757c1ba2ae0e8d05c64da24d3375df09a37
4
- data.tar.gz: 269346a9ac9d2acd45ff136faf34254b034171f4
3
+ metadata.gz: da9288ab5b5b91d0f58a78ca3c85ae0617167915
4
+ data.tar.gz: 570a9957763abe9fde96dfabf7c279bc8c0d536e
5
5
  SHA512:
6
- metadata.gz: fc87e9e056c23ecfa4b5b5a05b079fca88d920a5b470c9492ca52ce16e3fe9bc5ba3a95d4d73cb97a2318d6814d97822de2e28890d86c2e74dc4f6623998759c
7
- data.tar.gz: 39c1186dece6da79bb594948b814efbdbd39f97ad6755b0e53bca9a8147cac769b570e43a086d126a8effaa4db6735d90bc95b55a16cd7066cea8dd64e747fc6
6
+ metadata.gz: a3c78981248b7459c228b79cc2f4c1fe1909c59ec52186641da1ba97b6f2070bcf80f3a4719bdc3e7efdfa6e00d80201b110078293c97b6866fee5fb4cbc29f3
7
+ data.tar.gz: 074a6f6caf7d952fefdc8bff2e6fe5d7e8de57430ac03e6f789206af60986aa22d2331e0e857f59bd40e2bf82cc1894b61ec4d339fac685b5f294b298e525a27
data/lib/colsole.rb CHANGED
@@ -81,7 +81,7 @@ module Colsole
81
81
  else
82
82
  result = default
83
83
  end
84
- result = default unless result[0].is_a? Fixnum and result[1].is_a? Fixnum and result[0] > 0 and result[1] > 0
84
+ result = default unless result[0].is_a? Integer and result[1].is_a? Integer and result[0] > 0 and result[1] > 0
85
85
  result
86
86
  end
87
87
 
@@ -1,3 +1,3 @@
1
1
  module Colsole
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colsole
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-09 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: runfile