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 +4 -4
- data/easy_sheet_io.gemspec +2 -2
- data/lib/easy_sheet_io/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cf3f5ae0805f655b09de03abc6465131b4d9f4eba1b00bed205ef023cd0d811
|
4
|
+
data.tar.gz: 8862de3262a47dcce8ed470f3e03ddcd1059a452b11556977dcb0109fd184dce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b420128080ca86db35e08fdc9a72227016c16673118e3c73508388f9c223686066dc585ff6676dcde4633e0f4b13a0e0a194079c50dc7d57a780a7262773923f
|
7
|
+
data.tar.gz: 5950173a0b12a60272f5db537577f2ccc14c5f01d9b7921f38752d0089582245fcfafada97ca13d5ad95dc73d5ff1753a3f7a83a96218a40b9b95f528a64f417
|
data/easy_sheet_io.gemspec
CHANGED
@@ -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/
|
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/
|
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.
|
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.
|
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/
|
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/
|
42
|
-
source_code_uri: https://github.com/show-o-atakun/
|
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:
|