google_spreadsheet_bulk_fetcher 1.0.0 → 1.0.1

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: c750dce50e2eefaf085870396c8f78688d8873cdb84d09ec488cab63fa2949bd
4
- data.tar.gz: fc5ef752e2abad5202b56f7032b6d8b15e1b5fa72add76878e618d8d54ecb813
3
+ metadata.gz: '07751858a44f7c29e97b56487521696e8344d1b5f1db8445b2aef7bce7d68b32'
4
+ data.tar.gz: c89cbfbd88a79961c6110cb7574d1ec1373c9fb93ec9037a81f87b24fc959844
5
5
  SHA512:
6
- metadata.gz: eb1f9ee0d9f106e4751be54dfc40f064f91c8c26a1579fe697d969faf6df5631c8c93fe5147dff792d54e320a898d05ce1188a2c154b06c02e2120728bbb7277
7
- data.tar.gz: 78b087d242de68336c51391844d645f34b371f2648a09ea3fdb6eb2817b92c4b491c140df9db0a44efbb817e92f49dd62065040e0d188c17303cb5e9fc6fbe86
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/YuyaYokosuka/google_spreadsheet_bulk_fetcher.
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 = ["Yuya Yokosuka"]
10
- spec.email = ["yuya.yokosuka@gmail.com"]
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/YuyaYokosuka/google_spreadsheet_bulk_fetcher"
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)/})
@@ -1,3 +1,3 @@
1
1
  module GoogleSpreadsheetBulkFetcher
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
- - Yuya Yokosuka
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
- - yuya.yokosuka@gmail.com
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/YuyaYokosuka/google_spreadsheet_bulk_fetcher
105
+ homepage: https://github.com/enzirion/google_spreadsheet_bulk_fetcher
106
106
  licenses: []
107
107
  metadata: {}
108
108
  post_install_message: