icalPal 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da878f6bb6e44ced393b3e22f9198182876900ed7f6da719a89b940654c247d2
4
- data.tar.gz: 6021823cafd2b926749fd48b7488467741bacd9f3b18d0ab2db309e0680563d6
3
+ metadata.gz: c99019fe1ea3b8cf003d5c153873acbfdd6a03c7ae21cf17d7c17d448c3a12de
4
+ data.tar.gz: 3b7d9807aaf4189a99afdebe12c561138bfbebfc5a4faba22cf5b97e4453c86d
5
5
  SHA512:
6
- metadata.gz: f0a8978b868244d413b89bb314de069353eddd1e23aa6fe5dd65da772254a35e4f1dbe61fe69b780cba91942cb48ec075c99db02b9758d4a12afb4f7342d7e3b
7
- data.tar.gz: 412a7ab706838e783901c416134a2ccee0df65076decf5bbfa93404bc11234e8f32debf7992e4eb2d54227cf7691874d05f31ed82e29aec8b9c11ec572776497
6
+ metadata.gz: 93d335a0254948ac0ba398b2166592fa9098c9e1d903216cc09e9073ec032e2dab80048f50d687b097ab01ae11c96bc906e284dfa0cf5b1751b10d8ee01af1e7
7
+ data.tar.gz: 69608d4a99241f863083db2ccb66c40da5ceae96d53f28d2f3b0b532200d856407d7f8ccdf53d465ef48a4679f2faf92d8a15b6740ce3ae0ab3110e1d43c1512
checksums.yaml.gz.sig CHANGED
Binary file
data/icalPal.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "icalPal"
3
- s.version = "1.0.1"
3
+ s.version = "1.0.2"
4
4
  s.summary = "Command-line tool to query the macOS Calendar"
5
5
  s.description = <<-EOF
6
6
  Inspired by icalBuddy and maintains close compatability. Includes
data/lib/options.rb CHANGED
@@ -23,7 +23,7 @@ module ICalPal
23
23
  @op = OptionParser.new
24
24
  @op.summary_width = 23
25
25
  @op.banner += " [-c] COMMAND"
26
- @op.version = '1.0'
26
+ @op.version = '1.0.2'
27
27
 
28
28
  @op.accept(ICalPal::RDT) { |s| ICalPal::RDT.conv(s) }
29
29
 
@@ -171,7 +171,7 @@ module ICalPal
171
171
  @op.parse!(into: cli)
172
172
  @op.parse!(ENV['ICALPAL'].split, into: env) rescue nil
173
173
  cli[:cf] ||= ENV['ICALPAL_CONFIG'] || $defaults[:common][:cf]
174
- @op.parse!(IO.read(File.expand_path(cli[:cf])).split, into: cf) rescue nil
174
+ @op.parse!(File.read(File.expand_path(cli[:cf])).split, into: cf) rescue nil
175
175
 
176
176
  cli[:cmd] ||= @op.default_argv[0]
177
177
  cli[:cmd] = 'stores' if cli[:cmd] == 'accounts'
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalPal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Rosen
@@ -33,7 +33,7 @@ cert_chain:
33
33
  PDmWrfNO9LeQhiYLyVsOQ1xuWKDF0acQFAVIZctRp4VuZZMVqis4FRmqMdZcB/R2
34
34
  HaQXi3DWVibRuVZ3N77DWUKG
35
35
  -----END CERTIFICATE-----
36
- date: 2023-02-23 00:00:00.000000000 Z
36
+ date: 2023-02-25 00:00:00.000000000 Z
37
37
  dependencies: []
38
38
  description: |
39
39
  Inspired by icalBuddy and maintains close compatability. Includes
metadata.gz.sig CHANGED
Binary file