icalPal 1.1.5 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d82c766cc60d3f3948fe128bfb0649085da7e3f69c555f9b887ca06147dcba3b
4
- data.tar.gz: b812180b65bffd342393a94553b076e51aa9a04a2359004c56e8e7d62db61d7e
3
+ metadata.gz: 6703471968f72fe70d6335b8c2a374ecb3416d9b38c267087ac94d1b984a341c
4
+ data.tar.gz: 5ddc51e615381d6088da72b88cc2b5845c5311923617301cbfa8c76f423eb0c3
5
5
  SHA512:
6
- metadata.gz: 475339980a6262307c89e9ef4f086a642cd80508644533b25c94146e001eaffb3819d6fc2f919355b7347ed2eb267dad9a91b0352bdf298f9e94c1560247d824
7
- data.tar.gz: da57c32c4a1377cb85d62bfec2bba0d517ae6203badecc37408d1172d6b301ac9cf37b7f82e839e824a01a57c032d21299bda9be8ee383ceefef7e68613c670f
6
+ metadata.gz: e587235744a2ebff78e4f539f5db283b1caf2bb087054a49a76de05e5c569c480ceabe4b0f92abf8de84d2162063e7edcceda21212201a3f563d654d0e11e888
7
+ data.tar.gz: 173dbfb9c76e4fa35553430433458cd994ae004d1f99ab474b21e82f1ceb977033cdcf0c7b4d9c4064bc6e18bf851195af56d00a2d59a6c7148b4f758782b229
data/README.md CHANGED
@@ -160,8 +160,8 @@ automation, and as a desktop widget for apps like
160
160
  [Übersicht](https://tracesof.net/uebersicht/).
161
161
 
162
162
  As with many applications, I started to run into some limitations in
163
- icalBuddy. The biggest being that active development ended over 8
164
- years ago. It's only thanks to the efforts of [Jim
163
+ icalBuddy. The biggest being that active development ended in 2014.
164
+ It's only thanks to the efforts of [Jim
165
165
  Lawton](https://github.com/jimlawton) that it even compiles anymore.
166
166
 
167
167
  Instead of trying to understand and extend the existing code, I chose
data/bin/icalPal CHANGED
@@ -153,7 +153,7 @@ unless mu
153
153
  write_headers: true,
154
154
  }
155
155
 
156
- CSV.generate(o) { |k| items.each { |i| k << i.values.map { |v| v.to_s } } }
156
+ CSV.generate(**o) { |k| items.each { |i| k << i.values.map { |v| v.to_s } } }
157
157
  when 'hash' then items.map { |i| i.self }
158
158
  when 'json' then items.map { |i| i.self }.to_json
159
159
  when 'yaml' then items.map { |i| i.self }.to_yaml
data/icalPal.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "icalPal"
3
- s.version = "1.1.5"
3
+ s.version = "1.1.6"
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.1.5'
26
+ @op.version = '1.1.6'
27
27
 
28
28
  @op.accept(ICalPal::RDT) { |s| ICalPal::RDT.conv(s) }
29
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icalPal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Rosen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-16 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3