eitil 1.1.10 → 1.1.11

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: d5c1c1ee54335f5ad56dd65d816c372052e0b02be349300d15a47a47408a017f
4
- data.tar.gz: e1b373a202a34300f4b877e2ab89a6f28d739a40cf923ba61fd4ea507e370c83
3
+ metadata.gz: fb5b8d9dedd62dc33e0a699d7ac97a081c3358e8d878ebf20ef57d5c11d390a8
4
+ data.tar.gz: ffaf812ed80877209f13c121682c9deeaf92af766dd59ebd1cc7c9efba98034b
5
5
  SHA512:
6
- metadata.gz: 6fe74d9b49355983dc8f6ef637493181e5865d75d180f07f9ca841118e39f3bd07da1fdc75c35522c6372bf51ca83aefbfb2e2d20d5b92ce80b0d9dbbc1d494f
7
- data.tar.gz: e001e4b2972ac791ddc6e342ce1bf9677272186627798b927b8200dbb32329ab17313afa3492b5b7c4ecfda549ee4dd22b3173343642d8946809766a8dda852a
6
+ metadata.gz: e6c0579e8e4a8d29ea9b1f1bf17a9a6a941100aa9e43115116de1e657ca0d1c02bc2458a2815ff0526b8adfa0847c5a570e5f933bb0d3a50de7f60af891ca987
7
+ data.tar.gz: 0b6959185dc1d36b8c68d0defc7f13ec6ef31875a24daef3d7bcd9bc78afa3d95627d6f0db95109ea93ad247d34e9ddf2db2b7741fa4e266bd953c0e4fefc8da
@@ -25,7 +25,7 @@ module EitilIntegrate::RubyXL
25
25
  report_state
26
26
 
27
27
  # style logs
28
- base_style_first_x_columns_width 1, 40
28
+ style_first_x_columns_width(1, 40)
29
29
  style_first_column_bold
30
30
 
31
31
  # restore what was previously active
@@ -59,8 +59,6 @@ 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
-
64
62
  def style_x_columns_width(column_indices = [], width)
65
63
  column_indices.each { |i| @sheet.change_column_width(i, width) }
66
64
  end
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.1.10'
3
+ VERSION = '1.1.11'
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.10
4
+ version: 1.1.11
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-07 00:00:00.000000000 Z
11
+ date: 2021-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails