jekyll-attendease 0.6.17.pre → 0.6.17
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8517717dba9379b3d1936102c09160a036eac078
|
|
4
|
+
data.tar.gz: 350d186c92f9295bf72091958217e6a63242ba57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eca7211bce2cf7b4c75473614879bb55b946d89b53e262c73457f8901baa7a83959b50a3f68eb22a3439389bfa7ae9e1b1f1936603b4a5c5100da9a33469ef2
|
|
7
|
+
data.tar.gz: 9c64f06731632141ceaa6988c0ff62f547efaacea1991a45304156f4a1ef847a86bf6cc656038977501acebbd20b3b70ce6217b30091b656a43aa025dc75b850
|
|
@@ -103,7 +103,7 @@ module Jekyll
|
|
|
103
103
|
|
|
104
104
|
session_presenters.inject([]) do |memo, presenter|
|
|
105
105
|
memo << presenter.select do |k, v|
|
|
106
|
-
%w{ id first_name last_name company title profile_url slug }.include?(k)
|
|
106
|
+
%w{ id first_name last_name company title profile_url featured slug }.include?(k)
|
|
107
107
|
end
|
|
108
108
|
end
|
|
109
109
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-attendease
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.17
|
|
4
|
+
version: 0.6.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Wood
|
|
@@ -196,9 +196,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
196
196
|
version: '0'
|
|
197
197
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
198
|
requirements:
|
|
199
|
-
- - '
|
|
199
|
+
- - '>='
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version:
|
|
201
|
+
version: '0'
|
|
202
202
|
requirements: []
|
|
203
203
|
rubyforge_project:
|
|
204
204
|
rubygems_version: 2.0.14
|