easy_sheet_io 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9380c502e6f1f1ff929dcbb4b36f9a4f51ec97279eabcd5ad09167ca1ddb4e7
4
- data.tar.gz: 5ec043f6b528a9f7f82d3047f0661ab9e25c2807ebf6281b11dca68b2cc71106
3
+ metadata.gz: 8cf3f5ae0805f655b09de03abc6465131b4d9f4eba1b00bed205ef023cd0d811
4
+ data.tar.gz: 8862de3262a47dcce8ed470f3e03ddcd1059a452b11556977dcb0109fd184dce
5
5
  SHA512:
6
- metadata.gz: 67927c9b8b989b728a8806a20fed3c45e34165dc605bbc9961e14871a22b4d2e9e9f7a36b0128f81269c1d07fc21204c260c60a88a067d0613b3bf7b423139bd
7
- data.tar.gz: b5ff2cef838ec9b50ef36756b4089c0aae853fa1a0042d1863914ffeb88c8c82531ac0fe26343247052c9128f8895caf5b9d1dc15d08b482b81f25be811b2a42
6
+ metadata.gz: b420128080ca86db35e08fdc9a72227016c16673118e3c73508388f9c223686066dc585ff6676dcde4633e0f4b13a0e0a194079c50dc7d57a780a7262773923f
7
+ data.tar.gz: 5950173a0b12a60272f5db537577f2ccc14c5f01d9b7921f38752d0089582245fcfafada97ca13d5ad95dc73d5ff1753a3f7a83a96218a40b9b95f528a64f417
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A simple way to Open .csv, .xls, .xlsx files."
12
12
  spec.description = "A simple way to Open .csv, .xls, .xlsx files. You can convert it to 2D Array, Hash, Dataframe."
13
- spec.homepage = "https://github.com/show-o-atakun/easy_sheet_io_gemspec"
13
+ spec.homepage = "https://github.com/show-o-atakun/easy_sheet_io"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16
16
 
17
17
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/show-o-atakun/easy_sheet_io_gemspec"
20
+ spec.metadata["source_code_uri"] = "https://github.com/show-o-atakun/easy_sheet_io"
21
21
  ## spec.metadata["changelog_uri"] = "https://github.com/show-o-atakun/easy_sheet_io_gemspec"
22
22
 
23
23
  # Specify which files should be added to the gem when it is released.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasySheetIo
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_sheet_io
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - show-o-atakun
@@ -34,12 +34,12 @@ files:
34
34
  - lib/easy_sheet_io/version.rb
35
35
  - lib/longest_line.rb
36
36
  - lib/to_csv.rb
37
- homepage: https://github.com/show-o-atakun/easy_sheet_io_gemspec
37
+ homepage: https://github.com/show-o-atakun/easy_sheet_io
38
38
  licenses:
39
39
  - MIT
40
40
  metadata:
41
- homepage_uri: https://github.com/show-o-atakun/easy_sheet_io_gemspec
42
- source_code_uri: https://github.com/show-o-atakun/easy_sheet_io_gemspec
41
+ homepage_uri: https://github.com/show-o-atakun/easy_sheet_io
42
+ source_code_uri: https://github.com/show-o-atakun/easy_sheet_io
43
43
  post_install_message:
44
44
  rdoc_options: []
45
45
  require_paths: