read_excel 0.9.1 → 0.9.2

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: 06454e2f80fc7eb036e696b3c67bd3c1e86f78fb6fd15fabfb616cd133d9c8d9
4
- data.tar.gz: 4cd469f77e0774cea46a822d100ae087da4f344837feb76094456b7b48a7bbb4
3
+ metadata.gz: 9f6ac9bf12cefd810aebc99b84cba4b513a2cf7c369db3b7110f2f71d27dea33
4
+ data.tar.gz: 0e17fd5f68cf36fed3589316031b3cc7341ae797cd01de8849dcbfc4f831c291
5
5
  SHA512:
6
- metadata.gz: 111b87dbb88f0df742b466bf64e0cc1f308817708d48e82d806ebce8e2062138d54ffe42a46ad085df8a620b89ea18cba8ea776106b84b963ce710863ed76970
7
- data.tar.gz: 0ff3cfb6db91d07ebd39133612378eafcad2ec84bf094cfd96fed6b7565c9ebc01092353486ef1ca39f88d0e0a70460dd694a241f8928635c6c55fcec83e22c7
6
+ metadata.gz: d7cf49c2313de24dec746306b7301aa10689f1b609d971c67200754e9159d865339c36b4b56828e718542b1d0871b88d90419035593a2d83c0de5b6ba0de87aa
7
+ data.tar.gz: f80ffbc99d3a75faa7693ad7adc31ae28a0cc481d0084332656b699b9e72b90880cafe04be87ac021180f4b7b662629497442b8a9bdf929408e09ec10bc52a61
data/README.md CHANGED
@@ -45,7 +45,7 @@ row_values.empty? # => true empty row returns []
45
45
 
46
46
  ## Contributing
47
47
 
48
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/read_excel. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/read_excel/blob/master/CODE_OF_CONDUCT.md).
48
+ Bug reports and pull requests are welcome on GitHub at https://github.com/cxn03651/read_excel. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/cxn03651/read_excel/blob/master/CODE_OF_CONDUCT.md).
49
49
 
50
50
 
51
51
  ## License
@@ -1,3 +1,3 @@
1
1
  class ReadExcel
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
@@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.summary = %q{utility for reading excel file both .xls and .xlsx.}
10
10
  spec.description = %q{utility for reading excel file both .xls and .xlsx.}
11
11
  spec.license = "MIT"
12
+ spec.homepage = "https://github.com/cxn03651/read_excel"
12
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
14
 
14
15
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: read_excel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hideo NAKAMURA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-27 00:00:00.000000000 Z
11
+ date: 2020-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyXL
@@ -60,7 +60,7 @@ files:
60
60
  - lib/read_excel/xls_reader.rb
61
61
  - lib/read_excel/xlsx_reader.rb
62
62
  - read_excel.gemspec
63
- homepage:
63
+ homepage: https://github.com/cxn03651/read_excel
64
64
  licenses:
65
65
  - MIT
66
66
  metadata: {}