google-api-client 0.5.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +14 -0
- data/Gemfile +2 -2
- data/README.md +16 -13
- data/Rakefile +6 -2
- data/bin/google-api +24 -172
- data/lib/compat/multi_json.rb +4 -1
- data/lib/google/api_client.rb +30 -8
- data/lib/google/api_client/auth/installed_app.rb +115 -0
- data/lib/google/api_client/auth/jwt_asserter.rb +48 -50
- data/lib/google/api_client/auth/key_utils.rb +93 -0
- data/lib/google/api_client/auth/pkcs12.rb +4 -11
- data/lib/google/api_client/batch.rb +2 -3
- data/lib/google/api_client/client_secrets.rb +0 -1
- data/lib/google/api_client/discovery/api.rb +15 -1
- data/lib/google/api_client/logging.rb +32 -0
- data/lib/google/api_client/railtie.rb +16 -0
- data/lib/google/api_client/request.rb +36 -28
- data/lib/google/api_client/service_account.rb +1 -0
- data/lib/google/api_client/version.rb +1 -1
- data/spec/fixtures/files/privatekey.p12 +0 -0
- data/spec/fixtures/files/secret.pem +19 -0
- data/spec/google/api_client/batch_spec.rb +1 -1
- data/spec/google/api_client/discovery_spec.rb +20 -3
- data/spec/google/api_client/media_spec.rb +1 -1
- data/spec/google/api_client/result_spec.rb +1 -1
- data/spec/google/api_client/service_account_spec.rb +34 -1
- data/spec/google/api_client_spec.rb +1 -1
- data/tasks/gem.rake +2 -2
- metadata +35 -30
- data/Gemfile.lock +0 -80
data/Gemfile.lock
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
google-api-client (0.5.0)
|
5
|
-
addressable (>= 2.3.2)
|
6
|
-
autoparse (>= 0.3.2)
|
7
|
-
extlib (>= 0.9.15)
|
8
|
-
faraday (~> 0.8.1)
|
9
|
-
jwt (>= 0.1.5)
|
10
|
-
launchy (>= 2.1.1)
|
11
|
-
multi_json (>= 1.0.0)
|
12
|
-
signet (>= 0.4.1)
|
13
|
-
uuidtools (>= 2.1.0)
|
14
|
-
|
15
|
-
GEM
|
16
|
-
remote: http://rubygems.org/
|
17
|
-
specs:
|
18
|
-
addressable (2.3.2)
|
19
|
-
autoparse (0.3.2)
|
20
|
-
addressable (>= 2.3.1)
|
21
|
-
extlib (>= 0.9.15)
|
22
|
-
multi_json (>= 1.0.0)
|
23
|
-
diff-lcs (1.1.3)
|
24
|
-
extlib (0.9.15)
|
25
|
-
faraday (0.8.4)
|
26
|
-
multipart-post (~> 1.1)
|
27
|
-
idn (0.0.2)
|
28
|
-
jwt (0.1.5)
|
29
|
-
multi_json (>= 1.0)
|
30
|
-
launchy (2.1.2)
|
31
|
-
addressable (~> 2.3)
|
32
|
-
multi_json (1.3.6)
|
33
|
-
multipart-post (1.1.5)
|
34
|
-
rack (1.4.1)
|
35
|
-
rack-protection (1.2.0)
|
36
|
-
rack
|
37
|
-
rake (0.9.2.2)
|
38
|
-
rcov (1.0.0)
|
39
|
-
rspec (2.11.0)
|
40
|
-
rspec-core (~> 2.11.0)
|
41
|
-
rspec-expectations (~> 2.11.0)
|
42
|
-
rspec-mocks (~> 2.11.0)
|
43
|
-
rspec-core (2.11.1)
|
44
|
-
rspec-expectations (2.11.3)
|
45
|
-
diff-lcs (~> 1.1.3)
|
46
|
-
rspec-mocks (2.11.3)
|
47
|
-
signet (0.4.3)
|
48
|
-
addressable (>= 2.2.3)
|
49
|
-
faraday (~> 0.8.1)
|
50
|
-
jwt (>= 0.1.5)
|
51
|
-
multi_json (>= 1.0.0)
|
52
|
-
sinatra (1.3.3)
|
53
|
-
rack (~> 1.3, >= 1.3.6)
|
54
|
-
rack-protection (~> 1.2)
|
55
|
-
tilt (~> 1.3, >= 1.3.3)
|
56
|
-
tilt (1.3.3)
|
57
|
-
uuidtools (2.1.3)
|
58
|
-
yard (0.8.3)
|
59
|
-
|
60
|
-
PLATFORMS
|
61
|
-
ruby
|
62
|
-
|
63
|
-
DEPENDENCIES
|
64
|
-
addressable (>= 2.3.2)
|
65
|
-
autoparse (>= 0.3.2)
|
66
|
-
extlib (>= 0.9.15)
|
67
|
-
faraday (~> 0.8.1)
|
68
|
-
google-api-client!
|
69
|
-
idn
|
70
|
-
jruby-openssl
|
71
|
-
jwt (~> 0.1.5)
|
72
|
-
launchy (>= 2.1.1)
|
73
|
-
multi_json (>= 1.0.0)
|
74
|
-
rake (>= 0.9.0)
|
75
|
-
rcov (>= 0.9.9)
|
76
|
-
rspec (>= 2.11.0)
|
77
|
-
signet (>= 0.4.1)
|
78
|
-
sinatra
|
79
|
-
uuidtools (>= 2.1.0)
|
80
|
-
yard
|