jekyll-ical-tag 1.2.2 → 1.2.3

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: 152da00b22cf9fd63920e1e1c0ce3f9c839e45d809915acbfd675e773d0e93ff
4
- data.tar.gz: 8933a1a27439acdc172ffb05f3dc8a4413146d5fd7a458c5e52c6e3b8c81cb38
3
+ metadata.gz: 299387790191b2247ec79cfed707a29b6e1e6f52585f5abaff7de47b9706dae7
4
+ data.tar.gz: 8123a5b839ec83de6a63a11a7fbcf9a2b1318ae9c1b4713a85561dacb83948a0
5
5
  SHA512:
6
- metadata.gz: c25659df457036da9d281f22930c379fe42cd13d0a2dea1f4f80118e87d17817888402e1ca40e4fa818e166197b036522791fa91bbd5be28cc93e55e6cbeba48
7
- data.tar.gz: ef5afc2ef87e8f85d9284ac25f5bba8efccbde7b1646806612d42441fb90c82e55c260319edcd2e66772da8e85246ca4b928a7231816dc20d8bf9b0f0f3d376c
6
+ metadata.gz: c890d519e3f4922732f9f086fc73e97e1fec970379f256ef35c337793cc4e2e4c0f08b63a9e5843e89b5e76e9f87b70bbd326a59d24828d9c8ee05256d0be19c
7
+ data.tar.gz: cb75fe2e7b9d45a2d75168fd32db14566f1811bef15534f6af428db700acf6f3c76f4fc1a5de43432adda7c834f50ec09aa82a69dc68cd22bb64ddc6facaec04
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (5.2.1)
4
+ activesupport (5.2.4.3)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 0.7, < 2)
7
7
  minitest (~> 5.1)
@@ -10,7 +10,7 @@ GEM
10
10
  public_suffix (>= 2.0.2, < 5.0)
11
11
  api_cache (0.3.0)
12
12
  colorator (1.1.0)
13
- concurrent-ruby (1.0.5)
13
+ concurrent-ruby (1.1.6)
14
14
  diff-lcs (1.3)
15
15
  em-websocket (0.5.1)
16
16
  eventmachine (>= 0.12.9)
@@ -19,7 +19,7 @@ GEM
19
19
  ffi (1.12.2)
20
20
  forwardable-extended (2.6.0)
21
21
  http_parser.rb (0.6.0)
22
- i18n (1.1.1)
22
+ i18n (1.8.2)
23
23
  concurrent-ruby (~> 1.0)
24
24
  icalendar (2.5.0)
25
25
  ice_cube (~> 0.16)
@@ -43,7 +43,8 @@ GEM
43
43
  sassc (> 2.0.1, < 3.0)
44
44
  jekyll-watch (2.2.1)
45
45
  listen (~> 3.0)
46
- kramdown (2.1.0)
46
+ kramdown (2.3.0)
47
+ rexml
47
48
  kramdown-parser-gfm (1.1.0)
48
49
  kramdown (~> 2.0)
49
50
  liquid (4.0.3)
@@ -52,7 +53,7 @@ GEM
52
53
  rb-inotify (~> 0.9, >= 0.9.10)
53
54
  mercenary (0.3.6)
54
55
  mini_portile2 (2.4.0)
55
- minitest (5.11.3)
56
+ minitest (5.14.1)
56
57
  nokogiri (1.10.8)
57
58
  mini_portile2 (~> 2.4.0)
58
59
  pathutil (0.16.2)
@@ -61,6 +62,7 @@ GEM
61
62
  rb-fsevent (0.10.3)
62
63
  rb-inotify (0.10.1)
63
64
  ffi (~> 1.0)
65
+ rexml (3.2.4)
64
66
  rouge (3.17.0)
65
67
  rspec (3.7.0)
66
68
  rspec-core (~> 3.7.0)
@@ -81,7 +83,7 @@ GEM
81
83
  terminal-table (1.8.0)
82
84
  unicode-display_width (~> 1.1, >= 1.1.1)
83
85
  thread_safe (0.3.6)
84
- tzinfo (1.2.5)
86
+ tzinfo (1.2.7)
85
87
  thread_safe (~> 0.1)
86
88
  unicode-display_width (1.7.0)
87
89
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  class IcalTag < Liquid::Block
5
- VERSION = "1.2.2"
5
+ VERSION = "1.2.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-ical-tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricky Chilcott
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-19 00:00:00.000000000 Z
11
+ date: 2020-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '3.5'
97
- description:
97
+ description:
98
98
  email:
99
99
  - ricky@rakefire.io
100
100
  executables: []
@@ -118,7 +118,7 @@ licenses:
118
118
  - MIT
119
119
  metadata:
120
120
  allowed_push_host: https://rubygems.org
121
- post_install_message:
121
+ post_install_message:
122
122
  rdoc_options: []
123
123
  require_paths:
124
124
  - lib
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubygems_version: 3.1.2
137
- signing_key:
137
+ signing_key:
138
138
  specification_version: 4
139
139
  summary: A Jekyll plugin to pull ICS feed and provide a for-like loop of calendar
140
140
  events