candl 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/README.md +2 -2
- data/lib/candl/version.rb +1 -1
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57189b661aeb68f75a87b15677d3f7c8ac9d9768b8ef12d56f3ae852c0af7eb8
|
|
4
|
+
data.tar.gz: 8c9d8fc7fcd7ec5e6a322913e0bcb24d50b16e99d559e5cb786041c804109ebe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77bae0976c837f85fb7f69172ec6c6c63c83e67c7753c9db4eb525be45a6d69f9254145d4f0b6345552e59e99d2a7e5f0b2fab81844c9226a4db70ddf6603bda
|
|
7
|
+
data.tar.gz: 1040d9b9c101154b7aa6a7a4326865800de9f91de3c935efa2d67f3c1091842897d505659ec21f6cc8322209b471f7cbc560c32853bd1de47290c8ddc91cf7c0
|
data/README.md
CHANGED
|
@@ -70,8 +70,8 @@ In the view you want the calendar to appear initialize a configuration hash like
|
|
|
70
70
|
- config = { \
|
|
71
71
|
calendar: { \
|
|
72
72
|
google_calendar_api_host_base_path: "https://www.googleapis.com/calendar/v3/calendars/", \
|
|
73
|
-
calendar_id: "
|
|
74
|
-
api_key: "
|
|
73
|
+
calendar_id: "schau-hnh%40web.de", \
|
|
74
|
+
api_key: "AIzaSyB5F1X5hBi8vPsmt1itZTpMluUAjytf6hI" \
|
|
75
75
|
}, \
|
|
76
76
|
agenda: { \
|
|
77
77
|
display_day_count: 14, \
|
data/lib/candl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: candl
|
|
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
|
- Andreas Schau
|
|
@@ -244,10 +244,11 @@ dependencies:
|
|
|
244
244
|
- - ">="
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
246
|
version: 3.8.0
|
|
247
|
-
description: This gem provides functionality to handle the loading of event data
|
|
248
|
-
a public google calendar via an api key
|
|
249
|
-
by offering functions that gather the event data,
|
|
250
|
-
way that makes it easy to display in an agenda or
|
|
247
|
+
description: 'This gem provides functionality to handle the loading of event data
|
|
248
|
+
from a public google calendar via an api key and display it in a view. (Without
|
|
249
|
+
the need for OAuth.) It does so by offering functions that gather the event data,
|
|
250
|
+
cache it and structure it in a way that makes it easy to display in an agenda or
|
|
251
|
+
monthly overview-like style. Visit us and see an example at: https://www.hicknhack-software.com/it-events'
|
|
251
252
|
email:
|
|
252
253
|
- andreas.schau@hicknhack-software.com
|
|
253
254
|
executables: []
|
|
@@ -1798,7 +1799,8 @@ rubygems_version: 2.7.6
|
|
|
1798
1799
|
signing_key:
|
|
1799
1800
|
specification_version: 4
|
|
1800
1801
|
summary: This gem provides functionality to handle the loading of event data from
|
|
1801
|
-
a public google calendar via an api key. (Without the
|
|
1802
|
+
a public google calendar via an api key and displaying it in a view. (Without the
|
|
1803
|
+
need for OAuth.)
|
|
1802
1804
|
test_files:
|
|
1803
1805
|
- spec/dummy/Rakefile
|
|
1804
1806
|
- spec/dummy/config.ru
|