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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/candl/version.rb +1 -1
  4. metadata +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6cfbd460e92519f419a3991ea2d262511351e8f1dde3881660326a579820f88b
4
- data.tar.gz: 51af14b7e89684f5877e41a00d1899e3ca3f8deadde218cf486504f68110f6a4
3
+ metadata.gz: 57189b661aeb68f75a87b15677d3f7c8ac9d9768b8ef12d56f3ae852c0af7eb8
4
+ data.tar.gz: 8c9d8fc7fcd7ec5e6a322913e0bcb24d50b16e99d559e5cb786041c804109ebe
5
5
  SHA512:
6
- metadata.gz: '038bdea768c5a4f83ecf3f9c5d17f10dff50adde8ba147c01e78b0e53961fb829ee43219c3b1882296b3248606bddb5061558e68dbe0c8b59479c08ab58a90df'
7
- data.tar.gz: 066fdb81b06cc826be4cfb58d9b3595306543318ca4a379737a243e5171f62788a047370af72f69259353a06b71baa88d1dee4ac624b3cb3a983eb8919645b20
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: "grhnk1uaotql6gv2dkf9ldmqjc@group.calendar.google.com", \
74
- api_key: "AIzaSyD1UIlX0n4-DnY3hSoTkeTZFbbsNO2g67E" \
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
@@ -1,3 +1,3 @@
1
1
  module Candl
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
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.5
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 from
248
- a public google calendar via an api key. (Without the need for OAuth.) It does so
249
- by offering functions that gather the event data, cache it and structure it in a
250
- way that makes it easy to display in an agenda or monthly overview-like style.
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 need for OAuth.)
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