calendar-assistant 0.15.0 → 0.16.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.
- checksums.yaml +4 -4
- data/README.md +80 -80
- data/lib/calendar_assistant/cli/authorizer.rb +1 -1
- data/lib/calendar_assistant/local_service.rb +6 -1
- data/lib/calendar_assistant/version.rb +1 -1
- data/lib/calendar_assistant.rb +29 -29
- metadata +34 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30b42c342e396f6dd28f880535eb35fcd39b43868898c7cf2c63695bde49f15b
|
|
4
|
+
data.tar.gz: '092db06419b2cc6b62de67846f54a7e279940491dd9f1f2d052434eaac4cb33b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a54cf4ae64362f614c9740cc7af3e1d60876a7c548446eed7fd9c7bbd0233cfd383e8afa4c76beddf19ab3426875b5a5abb53e1d294fc224adfa17f0501e11dd
|
|
7
|
+
data.tar.gz: e5b9a81a39c42137c6348e872ed6cf22637ce1d39d5fb592a4c86b4841943fc8c5465a1ba8d8115b4d6f32b48483bd7e19c9b6b25902a939b6dce1a0f9916287
|
data/README.md
CHANGED
|
@@ -156,10 +156,10 @@ Usage:
|
|
|
156
156
|
calendar-assistant setup
|
|
157
157
|
|
|
158
158
|
Options:
|
|
159
|
-
-h, -?, [--help], [--no-help]
|
|
160
|
-
[--debug], [--no-debug]
|
|
161
|
-
-f,
|
|
162
|
-
|
|
159
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
160
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
161
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
162
|
+
# Default: true
|
|
163
163
|
|
|
164
164
|
Description:
|
|
165
165
|
This command will walk you through setting up a Google Cloud Project, enabling the Google Calendar API, and saving
|
|
@@ -177,10 +177,10 @@ Usage:
|
|
|
177
177
|
calendar-assistant authorize PROFILE_NAME
|
|
178
178
|
|
|
179
179
|
Options:
|
|
180
|
-
-h, -?, [--help], [--no-help]
|
|
181
|
-
[--debug], [--no-debug]
|
|
182
|
-
-f,
|
|
183
|
-
|
|
180
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
181
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
182
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
183
|
+
# Default: true
|
|
184
184
|
|
|
185
185
|
Description:
|
|
186
186
|
Create and authorize a named profile (e.g., "work", "home", "flastname@company.tld") to access your calendar.
|
|
@@ -211,10 +211,10 @@ Commands:
|
|
|
211
211
|
calendar-assistant version # Display the version of calendar-assistant
|
|
212
212
|
|
|
213
213
|
Options:
|
|
214
|
-
-h, -?, [--help], [--no-help]
|
|
215
|
-
[--debug], [--no-debug]
|
|
216
|
-
-f,
|
|
217
|
-
|
|
214
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
215
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
216
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
217
|
+
# Default: true
|
|
218
218
|
</pre>
|
|
219
219
|
|
|
220
220
|
|
|
@@ -225,16 +225,16 @@ Usage:
|
|
|
225
225
|
calendar-assistant join [TIME]
|
|
226
226
|
|
|
227
227
|
Options:
|
|
228
|
-
[--join], [--no-join] # launch a browser to join the video call URL
|
|
229
|
-
|
|
230
|
-
-p,
|
|
231
|
-
-l,
|
|
232
|
-
-b,
|
|
233
|
-
-n,
|
|
234
|
-
-h, -?, [--help], [--no-help]
|
|
235
|
-
[--debug], [--no-debug]
|
|
236
|
-
-f,
|
|
237
|
-
|
|
228
|
+
[--join], [--no-join], [--skip-join] # launch a browser to join the video call URL
|
|
229
|
+
# Default: true
|
|
230
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
231
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
232
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
233
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
234
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
235
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
236
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
237
|
+
# Default: true
|
|
238
238
|
|
|
239
239
|
Open the URL for a video call attached to your meeting at time TIME (default 'now')
|
|
240
240
|
</pre>
|
|
@@ -268,18 +268,18 @@ Usage:
|
|
|
268
268
|
calendar-assistant availability [DATE | DATERANGE | TIMERANGE]
|
|
269
269
|
|
|
270
270
|
Options:
|
|
271
|
-
-l,
|
|
272
|
-
-s,
|
|
273
|
-
-e,
|
|
274
|
-
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]]
|
|
275
|
-
-p,
|
|
276
|
-
-l,
|
|
277
|
-
-b,
|
|
278
|
-
-n,
|
|
279
|
-
-h, -?,
|
|
280
|
-
|
|
281
|
-
-f,
|
|
282
|
-
|
|
271
|
+
-l, [--meeting-length=LENGTH] # [default 30m] find chunks of available time at least as long as LENGTH (which is a ChronicDuration string like '30m' or '2h')
|
|
272
|
+
-s, [--start-of-day=TIME] # [default 9am] find chunks of available time after TIME (which is a BusinessTime string like '9am' or '14:30')
|
|
273
|
+
-e, [--end-of-day=TIME] # [default 6pm] find chunks of available time before TIME (which is a BusinessTime string like '9am' or '14:30')
|
|
274
|
+
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]] # [default 'me'] people (email IDs) to whom this command will be applied
|
|
275
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
276
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
277
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
278
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
279
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
280
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
281
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
282
|
+
# Default: true
|
|
283
283
|
|
|
284
284
|
Show your availability for a date or range of dates (default 'today')
|
|
285
285
|
</pre>
|
|
@@ -371,17 +371,17 @@ Usage:
|
|
|
371
371
|
calendar-assistant location-set LOCATION [DATE | DATERANGE]
|
|
372
372
|
|
|
373
373
|
Options:
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
-p,
|
|
377
|
-
-l,
|
|
378
|
-
-b,
|
|
379
|
-
-n,
|
|
380
|
-
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]]
|
|
381
|
-
-h, -?,
|
|
382
|
-
|
|
383
|
-
-f,
|
|
384
|
-
|
|
374
|
+
[--force] # will manage location across multiple calendars whether a nickname is set or not
|
|
375
|
+
[--visibility=VISIBILITY] # [default is 'default'] Set the visibility of the event. Values are 'public', 'private', 'default'.
|
|
376
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
377
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
378
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
379
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
380
|
+
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]] # [default 'me'] people (email IDs) to whom this command will be applied
|
|
381
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
382
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
383
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
384
|
+
# Default: true
|
|
385
385
|
|
|
386
386
|
Set your location to LOCATION for a date or range of dates (default 'today')
|
|
387
387
|
</pre>
|
|
@@ -420,14 +420,14 @@ Usage:
|
|
|
420
420
|
calendar-assistant location [DATE | DATERANGE]
|
|
421
421
|
|
|
422
422
|
Options:
|
|
423
|
-
-p,
|
|
424
|
-
-l,
|
|
425
|
-
-b,
|
|
426
|
-
-n,
|
|
427
|
-
-h, -?, [--help], [--no-help]
|
|
428
|
-
[--debug], [--no-debug]
|
|
429
|
-
-f,
|
|
430
|
-
|
|
423
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
424
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
425
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
426
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
427
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
428
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
429
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
430
|
+
# Default: true
|
|
431
431
|
|
|
432
432
|
Show your location for a date or range of dates (default 'today')
|
|
433
433
|
</pre>
|
|
@@ -450,16 +450,16 @@ Usage:
|
|
|
450
450
|
calendar-assistant show [DATE | DATERANGE | TIMERANGE]
|
|
451
451
|
|
|
452
452
|
Options:
|
|
453
|
-
-c,
|
|
454
|
-
-p,
|
|
455
|
-
-l,
|
|
456
|
-
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]]
|
|
457
|
-
-b,
|
|
458
|
-
-n,
|
|
459
|
-
-h, -?,
|
|
460
|
-
|
|
461
|
-
-f,
|
|
462
|
-
|
|
453
|
+
-c, [--commitments], [--no-commitments], [--skip-commitments] # only show events that you've accepted with another person
|
|
454
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
455
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
456
|
+
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]] # [default 'me'] people (email IDs) to whom this command will be applied
|
|
457
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
458
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
459
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
460
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
461
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
462
|
+
# Default: true
|
|
463
463
|
|
|
464
464
|
Show your events for a date or range of dates (default 'today')
|
|
465
465
|
</pre>
|
|
@@ -521,15 +521,15 @@ Usage:
|
|
|
521
521
|
calendar-assistant lint [DATE | DATERANGE | TIMERANGE]
|
|
522
522
|
|
|
523
523
|
Options:
|
|
524
|
-
-p,
|
|
525
|
-
-l,
|
|
526
|
-
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]]
|
|
527
|
-
-b,
|
|
528
|
-
-n,
|
|
529
|
-
-h, -?,
|
|
530
|
-
|
|
531
|
-
-f,
|
|
532
|
-
|
|
524
|
+
-p, [--profile=PROFILE] # the profile you'd like to use (if different from default)
|
|
525
|
+
-l, [--local-store=FILENAME] # Load events from a local file instead of Google Calendar
|
|
526
|
+
-a, --attendees, [--calendars=CALENDAR1[,CALENDAR2[,...]]] # [default 'me'] people (email IDs) to whom this command will be applied
|
|
527
|
+
-b, [--must-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be true (see README)
|
|
528
|
+
-n, [--must-not-be=PROPERTY1[,PROPERTY2[,...]]] # Event properties that must be false (see README)
|
|
529
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
530
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
531
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
532
|
+
# Default: true
|
|
533
533
|
|
|
534
534
|
Lint your events for a date or range of dates (default 'today')
|
|
535
535
|
</pre>
|
|
@@ -560,10 +560,10 @@ Usage:
|
|
|
560
560
|
calendar-assistant config
|
|
561
561
|
|
|
562
562
|
Options:
|
|
563
|
-
-h, -?, [--help], [--no-help]
|
|
564
|
-
[--debug], [--no-debug]
|
|
565
|
-
-f,
|
|
566
|
-
|
|
563
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
564
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
565
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
566
|
+
# Default: true
|
|
567
567
|
|
|
568
568
|
Dump your configuration parameters (merge of defaults and overrides from /home/user/.calendar-assistant)
|
|
569
569
|
</pre>
|
|
@@ -586,10 +586,10 @@ Usage:
|
|
|
586
586
|
calendar-assistant interactive
|
|
587
587
|
|
|
588
588
|
Options:
|
|
589
|
-
-h, -?, [--help], [--no-help]
|
|
590
|
-
[--debug], [--no-debug]
|
|
591
|
-
-f,
|
|
592
|
-
|
|
589
|
+
-h, -?, [--help], [--no-help], [--skip-help]
|
|
590
|
+
[--debug], [--no-debug], [--skip-debug] # how dare you suggest there are bugs
|
|
591
|
+
-f, [--formatting], [--no-formatting], [--skip-formatting] # Enable Text Formatting
|
|
592
|
+
# Default: true
|
|
593
593
|
|
|
594
594
|
interactive console for calendar assistant
|
|
595
595
|
</pre>
|
|
@@ -74,7 +74,7 @@ class CalendarAssistant
|
|
|
74
74
|
|
|
75
75
|
def authorizer
|
|
76
76
|
@authorizer ||= begin
|
|
77
|
-
if !File.
|
|
77
|
+
if !File.exist?(CREDENTIALS_PATH)
|
|
78
78
|
raise NoCredentials, "No credentials found. Please run `calendar-assistant help setup` for instructions"
|
|
79
79
|
end
|
|
80
80
|
|
|
@@ -6,7 +6,12 @@ class CalendarAssistant
|
|
|
6
6
|
def initialize(file: nil, load_events: true)
|
|
7
7
|
@file = file
|
|
8
8
|
if (@file && File.exist?(@file) && load_events)
|
|
9
|
-
|
|
9
|
+
payload = File.read(@file)
|
|
10
|
+
@store = if YAML.respond_to?(:unsafe_load)
|
|
11
|
+
YAML::unsafe_load(payload)
|
|
12
|
+
else
|
|
13
|
+
YAML::load(payload)
|
|
14
|
+
end
|
|
10
15
|
else
|
|
11
16
|
@store = {}
|
|
12
17
|
end
|
data/lib/calendar_assistant.rb
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
#
|
|
2
2
|
# stdlib
|
|
3
3
|
#
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
require "yaml"
|
|
5
|
+
require "uri"
|
|
6
|
+
require "set"
|
|
7
|
+
require "fileutils"
|
|
8
8
|
|
|
9
9
|
#
|
|
10
10
|
# gem dependencies
|
|
11
11
|
#
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
require "calendar_assistant/extensions/rainbow_extensions"
|
|
20
|
-
require "active_support
|
|
12
|
+
require "business_time"
|
|
13
|
+
require "chronic"
|
|
14
|
+
require "chronic_duration"
|
|
15
|
+
require "calendar_assistant/extensions/google_apis_extensions"
|
|
16
|
+
require "calendar_assistant/extensions/launchy_extensions"
|
|
17
|
+
require "toml-rb"
|
|
18
|
+
require "thor"
|
|
19
|
+
require "calendar_assistant/extensions/rainbow_extensions"
|
|
20
|
+
require "active_support"
|
|
21
21
|
|
|
22
22
|
#
|
|
23
23
|
# CalendarAssistant and associated classes
|
|
@@ -25,20 +25,20 @@ require "active_support/time" # Time doesn't trigger autoload
|
|
|
25
25
|
require "calendar_assistant/calendar_assistant"
|
|
26
26
|
|
|
27
27
|
class CalendarAssistant
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
28
|
+
require "calendar_assistant/version"
|
|
29
|
+
require "calendar_assistant/config"
|
|
30
|
+
require "calendar_assistant/string_helpers"
|
|
31
|
+
require "calendar_assistant/date_helpers"
|
|
32
|
+
require "calendar_assistant/has_duration"
|
|
33
|
+
require "calendar_assistant/available_block"
|
|
34
|
+
require "calendar_assistant/event"
|
|
35
|
+
require "calendar_assistant/event_repository"
|
|
36
|
+
require "calendar_assistant/event_repository_factory"
|
|
37
|
+
require "calendar_assistant/event_set"
|
|
38
|
+
require "calendar_assistant/scheduler"
|
|
39
|
+
require "calendar_assistant/local_service"
|
|
40
|
+
require "calendar_assistant/location_event_repository"
|
|
41
|
+
require "calendar_assistant/lint_event_repository"
|
|
42
|
+
require "calendar_assistant/predicate_collection"
|
|
43
|
+
require "calendar_assistant/location_config_validator"
|
|
44
44
|
end
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: calendar-assistant
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Dalessio
|
|
8
8
|
- Mik Freedman
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2024-07-27 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '
|
|
20
|
+
version: '7.1'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '
|
|
27
|
+
version: '7.1'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: business_time
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -45,28 +45,28 @@ dependencies:
|
|
|
45
45
|
requirements:
|
|
46
46
|
- - "~>"
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: 0.10
|
|
48
|
+
version: '0.10'
|
|
49
49
|
type: :runtime
|
|
50
50
|
prerelease: false
|
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
53
|
- - "~>"
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: 0.10
|
|
55
|
+
version: '0.10'
|
|
56
56
|
- !ruby/object:Gem::Dependency
|
|
57
57
|
name: chronic_duration
|
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
|
59
59
|
requirements:
|
|
60
60
|
- - "~>"
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.10
|
|
62
|
+
version: '0.10'
|
|
63
63
|
type: :runtime
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.10
|
|
69
|
+
version: '0.10'
|
|
70
70
|
- !ruby/object:Gem::Dependency
|
|
71
71
|
name: google-apis-calendar_v3
|
|
72
72
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -115,33 +115,42 @@ dependencies:
|
|
|
115
115
|
requirements:
|
|
116
116
|
- - "~>"
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: 1.
|
|
118
|
+
version: '1.2'
|
|
119
119
|
type: :runtime
|
|
120
120
|
prerelease: false
|
|
121
121
|
version_requirements: !ruby/object:Gem::Requirement
|
|
122
122
|
requirements:
|
|
123
123
|
- - "~>"
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
|
-
version: 1.
|
|
125
|
+
version: '1.2'
|
|
126
126
|
- !ruby/object:Gem::Dependency
|
|
127
127
|
name: toml-rb
|
|
128
128
|
requirement: !ruby/object:Gem::Requirement
|
|
129
129
|
requirements:
|
|
130
130
|
- - "~>"
|
|
131
131
|
- !ruby/object:Gem::Version
|
|
132
|
-
version: 2.0
|
|
132
|
+
version: '2.0'
|
|
133
|
+
- - ">="
|
|
134
|
+
- !ruby/object:Gem::Version
|
|
135
|
+
version: '2.01'
|
|
133
136
|
type: :runtime
|
|
134
137
|
prerelease: false
|
|
135
138
|
version_requirements: !ruby/object:Gem::Requirement
|
|
136
139
|
requirements:
|
|
137
140
|
- - "~>"
|
|
138
141
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 2.0
|
|
142
|
+
version: '2.0'
|
|
143
|
+
- - ">="
|
|
144
|
+
- !ruby/object:Gem::Version
|
|
145
|
+
version: '2.01'
|
|
140
146
|
- !ruby/object:Gem::Dependency
|
|
141
147
|
name: thor_repl
|
|
142
148
|
requirement: !ruby/object:Gem::Requirement
|
|
143
149
|
requirements:
|
|
144
150
|
- - "~>"
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '0.1'
|
|
153
|
+
- - ">="
|
|
145
154
|
- !ruby/object:Gem::Version
|
|
146
155
|
version: 0.1.4
|
|
147
156
|
type: :runtime
|
|
@@ -149,6 +158,9 @@ dependencies:
|
|
|
149
158
|
version_requirements: !ruby/object:Gem::Requirement
|
|
150
159
|
requirements:
|
|
151
160
|
- - "~>"
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: '0.1'
|
|
163
|
+
- - ">="
|
|
152
164
|
- !ruby/object:Gem::Version
|
|
153
165
|
version: 0.1.4
|
|
154
166
|
- !ruby/object:Gem::Dependency
|
|
@@ -157,14 +169,14 @@ dependencies:
|
|
|
157
169
|
requirements:
|
|
158
170
|
- - "~>"
|
|
159
171
|
- !ruby/object:Gem::Version
|
|
160
|
-
version: 1.0
|
|
172
|
+
version: '1.0'
|
|
161
173
|
type: :development
|
|
162
174
|
prerelease: false
|
|
163
175
|
version_requirements: !ruby/object:Gem::Requirement
|
|
164
176
|
requirements:
|
|
165
177
|
- - "~>"
|
|
166
178
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 1.0
|
|
179
|
+
version: '1.0'
|
|
168
180
|
- !ruby/object:Gem::Dependency
|
|
169
181
|
name: bundler
|
|
170
182
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -197,16 +209,16 @@ dependencies:
|
|
|
197
209
|
name: license_finder
|
|
198
210
|
requirement: !ruby/object:Gem::Requirement
|
|
199
211
|
requirements:
|
|
200
|
-
- - "
|
|
212
|
+
- - ">="
|
|
201
213
|
- !ruby/object:Gem::Version
|
|
202
|
-
version: '
|
|
214
|
+
version: '0'
|
|
203
215
|
type: :development
|
|
204
216
|
prerelease: false
|
|
205
217
|
version_requirements: !ruby/object:Gem::Requirement
|
|
206
218
|
requirements:
|
|
207
|
-
- - "
|
|
219
|
+
- - ">="
|
|
208
220
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: '
|
|
221
|
+
version: '0'
|
|
210
222
|
- !ruby/object:Gem::Dependency
|
|
211
223
|
name: rake
|
|
212
224
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -315,7 +327,7 @@ homepage: https://github.com/flavorjones/calendar-assistant
|
|
|
315
327
|
licenses:
|
|
316
328
|
- Apache-2.0
|
|
317
329
|
metadata: {}
|
|
318
|
-
post_install_message:
|
|
330
|
+
post_install_message:
|
|
319
331
|
rdoc_options: []
|
|
320
332
|
require_paths:
|
|
321
333
|
- lib
|
|
@@ -330,8 +342,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
330
342
|
- !ruby/object:Gem::Version
|
|
331
343
|
version: '0'
|
|
332
344
|
requirements: []
|
|
333
|
-
rubygems_version: 3.
|
|
334
|
-
signing_key:
|
|
345
|
+
rubygems_version: 3.5.11
|
|
346
|
+
signing_key:
|
|
335
347
|
specification_version: 4
|
|
336
348
|
summary: A command-line tool to help manage your Google Calendar.
|
|
337
349
|
test_files: []
|