eitil 1.3.0 → 1.3.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
  SHA256:
3
- metadata.gz: aefe6597672c5fcabffbce60d0caffb14540331dfe9133d1c4ff01b5ef30c229
4
- data.tar.gz: 3dd8b83eb7dceaa7a1ad605a1adfc07963532c563a5df7d62f39183ae8a89c61
3
+ metadata.gz: 3bb2fa14351a49c7ecad09440962db9ef143b9a48a1eab53fbeebc6eb50afa1a
4
+ data.tar.gz: 57011f875514c08d6261c990e71a93f48398b45d41f37c78dfddc1c22454895b
5
5
  SHA512:
6
- metadata.gz: 025eb7fe3fe248483babaf55d49c7da4311edc9e4443681cc74b9c41ed39e444ed6f4d0453ed71a5e9191f84fd8bd16ed61f89c328e779d85e2d6cf41eab246a
7
- data.tar.gz: d83660005e68ebf2c4a5144679078070ef076f9f7f8f55f6df9e2bfd8e97ffa9928114c1607cfc5abf779b6a21eeea3ead5d4179c1447278d01d668a7d0db7be
6
+ metadata.gz: 755c661011813d13a2dcff52b9147ed08b41213ee8628f3155dc450331ba5786735e917cfd7217c1dfe406c5e5cc0079a2253cf612184ca570d6a8680d64f776
7
+ data.tar.gz: 35d46632df2834b90bab01dce497572e07fbfacc8c1c51c043c97ef4cb97dc1dfe1d12f5368685fcaf697621159ad6d070aa632ce75863a20427dcdbfd706661
@@ -22,6 +22,7 @@ module EitilIntegrate::RubyXL
22
22
  style_column_width
23
23
  style_first_row_bold
24
24
  style_first_column_bold
25
+ style_first_column_width
25
26
  end
26
27
 
27
28
  def style_custom
@@ -59,6 +60,10 @@ module EitilIntegrate::RubyXL
59
60
  base_style_x_columns_width (0...n_columns), width
60
61
  end
61
62
 
63
+ def style_first_column_width(width = 35)
64
+ style_first_x_columns_width 1, width
65
+ end
66
+
62
67
  alias_method :base_style_first_x_columns_width, :style_first_x_columns_width
63
68
 
64
69
  def style_x_columns_width(column_indices = [], width)
data/lib/eitil/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Eitil
2
2
 
3
- VERSION = '1.3.0'
3
+ VERSION = '1.3.1'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eitil
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jurriaan Schrofer