google_spreadsheet_bulk_fetcher 1.0.0 → 1.0.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/README.md +1 -1
- data/google_spreadsheet_bulk_fetcher.gemspec +3 -3
- data/lib/google_spreadsheet_bulk_fetcher/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: '07751858a44f7c29e97b56487521696e8344d1b5f1db8445b2aef7bce7d68b32'
|
|
4
|
+
data.tar.gz: c89cbfbd88a79961c6110cb7574d1ec1373c9fb93ec9037a81f87b24fc959844
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8d77a9c5d1ac2b5964665f1d76b10e374fed1baec1f4c363fd362c3522e1d7e9ff52921cc914834d2230e507ceefef2ec68744760b7178551f61a6344201cb0
|
|
7
|
+
data.tar.gz: 26678ee46143fbef6f6bec024df01646fce2cc8106ee2b3dbfb3aa2fd1d1556d680d447089e055da350455c7c11b6ffc44bf89c301985d2f04cd1e866a49c3c3
|
data/README.md
CHANGED
|
@@ -52,5 +52,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
52
52
|
|
|
53
53
|
## Contributing
|
|
54
54
|
|
|
55
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
55
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/enzirion/google_spreadsheet_bulk_fetcher.
|
|
56
56
|
|
|
@@ -6,12 +6,12 @@ require 'google_spreadsheet_bulk_fetcher/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "google_spreadsheet_bulk_fetcher"
|
|
8
8
|
spec.version = GoogleSpreadsheetBulkFetcher::VERSION
|
|
9
|
-
spec.authors = ["
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["enzirion"]
|
|
10
|
+
spec.email = ["enzirion@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Google Spreadsheet bulk fetcher}
|
|
13
13
|
spec.description = %q{Use OAuth 2 authentication to retrieve the values of all sheets with a single API access.}
|
|
14
|
-
spec.homepage = "https://github.com/
|
|
14
|
+
spec.homepage = "https://github.com/enzirion/google_spreadsheet_bulk_fetcher"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
17
17
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google_spreadsheet_bulk_fetcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- enzirion
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
@@ -83,7 +83,7 @@ dependencies:
|
|
|
83
83
|
description: Use OAuth 2 authentication to retrieve the values of all sheets with
|
|
84
84
|
a single API access.
|
|
85
85
|
email:
|
|
86
|
-
-
|
|
86
|
+
- enzirion@gmail.com
|
|
87
87
|
executables: []
|
|
88
88
|
extensions: []
|
|
89
89
|
extra_rdoc_files: []
|
|
@@ -102,7 +102,7 @@ files:
|
|
|
102
102
|
- lib/google_spreadsheet_bulk_fetcher/error.rb
|
|
103
103
|
- lib/google_spreadsheet_bulk_fetcher/fetcher.rb
|
|
104
104
|
- lib/google_spreadsheet_bulk_fetcher/version.rb
|
|
105
|
-
homepage: https://github.com/
|
|
105
|
+
homepage: https://github.com/enzirion/google_spreadsheet_bulk_fetcher
|
|
106
106
|
licenses: []
|
|
107
107
|
metadata: {}
|
|
108
108
|
post_install_message:
|