bps-google-api 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +0 -3
- data/Gemfile.lock +1 -1
- data/bps-google-api.gemspec +1 -1
- data/lib/google_api.rb +0 -2
- data/lib/google_api/base.rb +2 -0
- data/lib/google_api/base/authorization.rb +1 -1
- data/lib/google_api/calendar.rb +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eff47c99912679cfc122fc41ce6e98d49517c02
|
4
|
+
data.tar.gz: 2d96aa50347b5ed0333b3018b8f34d580eef8fa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5416b66ee21ae81e3ce50c73c5aa05e4be924dbd6e8ae9bf92bf4c2a37b6308d7d496176b1cba4caa53449100c95be8e301da4702f43acace2de3e28db7952de
|
7
|
+
data.tar.gz: '0808cd665b75f5a229d29a6c387e59c32254bfd804c367a96aeb10e7440abb5e0eda0e40ed808a130ce80908f7bc078c8dcb944c33266eae078d7f74e5b5a457'
|
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
data/bps-google-api.gemspec
CHANGED
data/lib/google_api.rb
CHANGED
@@ -7,9 +7,7 @@ module GoogleAPI
|
|
7
7
|
require 'googleauth'
|
8
8
|
require 'googleauth/stores/file_token_store'
|
9
9
|
|
10
|
-
require 'google_api/base/authorization'
|
11
10
|
require 'google_api/base'
|
12
|
-
require 'google_api/calendar/clear_test_calendar'
|
13
11
|
require 'google_api/calendar'
|
14
12
|
require 'google_api/group'
|
15
13
|
end
|
data/lib/google_api/base.rb
CHANGED
data/lib/google_api/calendar.rb
CHANGED