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 +4 -4
- data/README.md +2 -2
- data/bin/icalPal +1 -1
- data/icalPal.gemspec +1 -1
- data/lib/options.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6703471968f72fe70d6335b8c2a374ecb3416d9b38c267087ac94d1b984a341c
|
|
4
|
+
data.tar.gz: 5ddc51e615381d6088da72b88cc2b5845c5311923617301cbfa8c76f423eb0c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
164
|
-
|
|
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
data/lib/options.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sqlite3
|