eitil 1.1.9 → 1.1.10

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: a233118971dbb65f4191fa093109a25178e90ba7b036d60d4a2af89641881e47
4
- data.tar.gz: 400bd4e6843244dc54ee9f22b2713e0cf5372b94a226d7fe0f9b5215d5db1fc5
3
+ metadata.gz: d5c1c1ee54335f5ad56dd65d816c372052e0b02be349300d15a47a47408a017f
4
+ data.tar.gz: e1b373a202a34300f4b877e2ab89a6f28d739a40cf923ba61fd4ea507e370c83
5
5
  SHA512:
6
- metadata.gz: 685e95309951ecaa9d8b512aa571a84ae4f822360da6b8c44b651f993dce65ed64c2a90e1d45f5c5a05a704060b78d8f13ac19b41e7eeb2d74cea6c50a505bfe
7
- data.tar.gz: e8fb9af5d30cd42340dcb745c6e802d50f79fed880658d20aea864aa14dcc15ce1d66ec96d46ff211d76e8bcbeb4aad65b67f02c1d917d214712ba2d7a959667
6
+ metadata.gz: 6fe74d9b49355983dc8f6ef637493181e5865d75d180f07f9ca841118e39f3bd07da1fdc75c35522c6372bf51ca83aefbfb2e2d20d5b92ce80b0d9dbbc1d494f
7
+ data.tar.gz: e001e4b2972ac791ddc6e342ce1bf9677272186627798b927b8200dbb32329ab17313afa3492b5b7c4ecfda549ee4dd22b3173343642d8946809766a8dda852a
@@ -25,7 +25,7 @@ module EitilIntegrate::RubyXL
25
25
  report_state
26
26
 
27
27
  # style logs
28
- style_first_x_columns_width(1, 40)
28
+ base_style_first_x_columns_width 1, 40
29
29
  style_first_column_bold
30
30
 
31
31
  # restore what was previously active
@@ -59,6 +59,8 @@ module EitilIntegrate::RubyXL
59
59
  base_style_x_columns_width (0...n_columns), width
60
60
  end
61
61
 
62
+ alias_method :base_style_first_x_columns_width, :style_first_x_columns_width
63
+
62
64
  def style_x_columns_width(column_indices = [], width)
63
65
  column_indices.each { |i| @sheet.change_column_width(i, width) }
64
66
  end
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.1.9'
3
+ VERSION = '1.1.10'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.9
4
+ version: 1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-06 00:00:00.000000000 Z
11
+ date: 2021-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails