spreadsheet 1.2.5 → 1.2.6

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: 678c848135bbc8a1ce20b295738ad0195f17cbf8
4
- data.tar.gz: 2f4b3f53b49efc59ac16540501eb079ad2844805
3
+ metadata.gz: c8aa45d407cf5aeadbf8af753a674fdf12dab84c
4
+ data.tar.gz: 32a18ad8a2d79f9eb5df62f435560502c05bfbb8
5
5
  SHA512:
6
- metadata.gz: daf4e0af2f5d7e8c97a9950dbca57e1def7adf6d63abe343aeda88157be88b508b166da1d11cea8d1f5663855188f9b9ed21aae106dfa094362e9f63f3375aa9
7
- data.tar.gz: 6576acf99808473b84aa29ba8c10132cb996d5da8290201ed83256edd4aac237d8ab7722ff6e9684cb421ce4a7e79454b98e00d2047e02b521786cc197171e4c
6
+ metadata.gz: 97f97bf780ece2ac6f25906106b1f62c1cb681cb91740620321875de8fcd2489dc97c592a4d143c52f1cd78c6f737e2b12a33fe3d6a0715ecd4f390461ffa713
7
+ data.tar.gz: ddb5ee3babe8492581be775a760db74dd4f392f75773386c6a204682e051f20b56d004091741653691eba09f7e8433588945b266784747d95b5cfae4f0836180
@@ -1,4 +1,5 @@
1
1
  language: ruby
2
+ dist: trusty
2
3
  sudo: false
3
4
  cache: bundler
4
5
  before_install:
data/History.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 1.2.6 22.1.2020
2
+ Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com>
3
+ Date: Wed Jan 22 15:18:00 2020 +0900
4
+
5
+ * add instance method "<<" to Spreadsheet::Worksheet
6
+
1
7
  ### 1.2.5 23.10.2019
2
8
  Author: Jesús Manuel García Muñoz <jesus@bebanjo.com>
3
9
  Date: Wed Oct 23 20:26:01 2019 +0200
@@ -3,5 +3,5 @@
3
3
  module Spreadsheet
4
4
  ##
5
5
  # The version of Spreadsheet you are using.
6
- VERSION = '1.2.5'
6
+ VERSION = '1.2.6'
7
7
  end
@@ -232,6 +232,9 @@ module Spreadsheet
232
232
  updated_from idx
233
233
  res
234
234
  end
235
+ def << cells=[]
236
+ insert_row last_row_index + 1, cells
237
+ end
235
238
  def inspect
236
239
  names = instance_variables
237
240
  names.delete '@rows'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spreadsheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hannes F. Wyss, Masaomi Hatakeyama, Zeno R.R. Davatz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2020-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-ole