muflax 0.3.20 → 0.3.21

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: 01d4247690190fbf1c278bc99e783d3d84bcb2a90cc7a6271cd401586371afc3
4
- data.tar.gz: 432f4827566cd828943054aca89fc2530d7d5255bb4b8e35b237240942c5affc
3
+ metadata.gz: ab1a923781c22d080de3f501000d858d651ac91826c01369a89c336fcccb4cbc
4
+ data.tar.gz: fd995f16a9fbd04f67d4334bf7e3fcfdaa9d87672f3aabbd361ab95d04702335
5
5
  SHA512:
6
- metadata.gz: fd240aa80cbb4f202bdcc53bdcb35d47929d040f8140d3d7630220fcc2366cef62abe39659ca3cecc3e1ec208e7ae4a6b8bfbd3b44f30fa8c308cad75bc4c925
7
- data.tar.gz: 59d09884bd10bb45d134cbc1c438934b18cc8df1920c41ae5ee17fb7b1e554a32d63a1cf2da973e44aceb9bc12141caf1d3fd42b79c29786f9c39bcf351525fe
6
+ metadata.gz: 0a99c90c46981d7593dd278fa2a940d8654080cfad4d4d3da778cc009a1f3f2701fb0564785d1983512219ec4a939db023118addaaa2a67492b24e4a5b0de503
7
+ data.tar.gz: c13e1b8a72d9a979a4df29121112bb7c2444f402d361cc9b2268f64ac554f9b7d105e6c3f47f7b931edcaf492b05a027286feee6c677612f39afe1926c6efd6a
checksums.yaml.gz.sig CHANGED
Binary file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- muflax (0.3.20)
4
+ muflax (0.3.21)
5
5
  awesome_print (~> 1)
6
6
  debug_inspector (~> 0.0)
7
7
  highline (< 1.7)
data/lib/muflax/align.rb CHANGED
@@ -37,7 +37,7 @@ class Object
37
37
  end
38
38
 
39
39
  class Array
40
- def align str="\t", alignment: :left, force: false, ansi: false
40
+ def align str="\t", alignment: :left, force: false, ansi: false, is_split: false
41
41
  just_function = case alignment
42
42
  when :left ; Proc.new{|e,l,_c| e.ljust l }
43
43
  when :right ; Proc.new{|e,l,_c| e.rjust l }
@@ -53,7 +53,7 @@ class Array
53
53
  rx = force ? /[ ]*#{str}/ : str
54
54
 
55
55
  self.each do |line|
56
- line = line.split(rx, -1)
56
+ line = line.split(rx, -1) unless is_split
57
57
  lines << line
58
58
  columns = [columns, line.size].max
59
59
  end
data/muflax.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "muflax"
3
- s.version = "0.3.20"
3
+ s.version = "0.3.21"
4
4
 
5
5
  s.authors = ["muflax"]
6
6
  s.summary = "muflax standard library"
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- oޮw���,���9hExߏ�(e���o\M@��zlܝR��yx*�rJ��qA4oT���O�Wcwߖ�8�i�
2
- �����?���ɀi�a9��ЊҊ3y�o���fD�y)��r�/з��/��n����<LxON���ʞx/��9�m!�j`*����Ջ}��wIQuR/�, � ���C�e�YD*o�;�a��Rn�� Ⱦ^�Qn�����_�%:y�0�=�{�~q�|�>�xtd�~�ϳ��΄+)T�1��R@�[�T7�
1
+ W�ÅA�������n�RbT\����^�:���!��8ޒԞ}H���:�(y��� ��;$
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muflax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20
4
+ version: 0.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - muflax
@@ -28,7 +28,7 @@ cert_chain:
28
28
  jj4QBQUG5hER1ZAFf+RXdy4RSimjXedOgvebDGeTafOJyhtLsxsh6UKCViHVGzkw
29
29
  fhGEJ1deAR/i8RPCblyBDtl7Ved3uX8izfU9LItVY+HOAzl69Qp0fe2TYH+y4uCO
30
30
  -----END CERTIFICATE-----
31
- date: 2019-02-22 00:00:00.000000000 Z
31
+ date: 2019-02-28 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: awesome_print
metadata.gz.sig CHANGED
Binary file