gdrive_ruby 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/gdrive_ruby.rb +4 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6801c33e0aab8e286b6e47b128fe001e3a5446ca
4
+ data.tar.gz: bbc13c3ad70f58903f50a89739baa891cace114d
5
+ SHA512:
6
+ metadata.gz: e63f21da9c5d6ab83932d7d4b8471b4a597ec350a7c89d93829ed0090366a42c6b1d636f85db5fec0a7521b9e9c8cf8cf64617608efa296962079dc700c4111c
7
+ data.tar.gz: 7cdbaa91ce00112f63e47c883d260619f9275a5e75b15dabb723a82a6c5f609d0939d1317db72595195b03412dce36490871a96375f0e930d2b678863c7a6177
@@ -0,0 +1,4 @@
1
+ # frozen_string_literal: true
2
+
3
+ class GDriveRuby
4
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gdrive_ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Anastasia Gorokhova-Alekseeva
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-05-26 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A gem that allows to upload/download files to Google Drive, base on Google
14
+ Drive REST API.
15
+ email: ngoral@304.ru
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/gdrive_ruby.rb
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.6.11
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Ruby API for Google Drive
45
+ test_files: []