schedule-cli 0.1.5 → 0.1.6
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/Gemfile.lock +3 -3
- data/lib/schedule/calendar.rb +1 -1
- data/lib/schedule/cli.rb +5 -0
- data/lib/schedule/version.rb +1 -1
- data/schedule.alfredworkflow +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 388ded2e869209f0606562a25b4b93d7f739678ef5fe261d55b8319519048291
|
|
4
|
+
data.tar.gz: cfb98fc1e4d9b1a069027af6b369a3e10bfc4fca1ed01a2a11264123e6aadf88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c7e007763da7e9423cc5a2e353aec8a3017c04eec758c0316b5ff5533724cc9f037a2f6726146db55ef83a4f7210b98456ad7cd921f1d935f9db46a05796813
|
|
7
|
+
data.tar.gz: a1349c459be9cb51db0554b2902dfe8bc634ca12d392eb41222e874cf0683a38f5f5036336e966d7ad62ff47c97112b9a9a919e435cae261c373e9e4d5a8419f
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
schedule-cli (0.1.
|
|
4
|
+
schedule-cli (0.1.6)
|
|
5
5
|
activesupport (~> 5.2)
|
|
6
6
|
chronic
|
|
7
7
|
google-api-client (~> 0.11)
|
|
@@ -27,7 +27,7 @@ GEM
|
|
|
27
27
|
declarative-option (0.1.0)
|
|
28
28
|
faraday (0.15.2)
|
|
29
29
|
multipart-post (>= 1.2, < 3)
|
|
30
|
-
google-api-client (0.23.
|
|
30
|
+
google-api-client (0.23.8)
|
|
31
31
|
addressable (~> 2.5, >= 2.5.1)
|
|
32
32
|
googleauth (>= 0.5, < 0.7.0)
|
|
33
33
|
httpclient (>= 2.8.1, < 3.0)
|
|
@@ -67,7 +67,7 @@ GEM
|
|
|
67
67
|
declarative-option (< 0.2.0)
|
|
68
68
|
uber (< 0.2.0)
|
|
69
69
|
retriable (3.1.2)
|
|
70
|
-
signet (0.9.
|
|
70
|
+
signet (0.9.1)
|
|
71
71
|
addressable (~> 2.3)
|
|
72
72
|
faraday (~> 0.9)
|
|
73
73
|
jwt (>= 1.5, < 3.0)
|
data/lib/schedule/calendar.rb
CHANGED
|
@@ -114,7 +114,7 @@ module Schedule
|
|
|
114
114
|
puts 'Redirecting to Google for authorization...'
|
|
115
115
|
Launchy.open(url) { puts "Open this URL in your browser:\n#{url}\n\n" }
|
|
116
116
|
print 'Code: '
|
|
117
|
-
code = gets
|
|
117
|
+
code = STDIN.gets
|
|
118
118
|
authorizer.get_and_store_credentials_from_code(user_id: :default, code: code, base_url: OOB_URI)
|
|
119
119
|
end
|
|
120
120
|
end
|
data/lib/schedule/cli.rb
CHANGED
data/lib/schedule/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: schedule-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yasyf Mohamedali
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08
|
|
11
|
+
date: 2018-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -175,6 +175,7 @@ files:
|
|
|
175
175
|
- lib/schedule/config.rb
|
|
176
176
|
- lib/schedule/version.rb
|
|
177
177
|
- schedule-cli.gemspec
|
|
178
|
+
- schedule.alfredworkflow
|
|
178
179
|
homepage: https://github.com/yasyf/schedule-cli
|
|
179
180
|
licenses: []
|
|
180
181
|
metadata: {}
|