jekyll-feed 0.10.0 → 0.14.0

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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Feed
5
- VERSION = "0.10.0"
5
+ VERSION = "0.14.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-feed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Balter
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '3.3'
19
+ version: '3.7'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '3.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '3.3'
32
+ version: '5.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: bundler
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - "~>"
37
+ - - ">="
32
38
  - !ruby/object:Gem::Version
33
- version: '1.15'
39
+ version: '0'
34
40
  type: :development
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
- - - "~>"
44
+ - - ">="
39
45
  - !ruby/object:Gem::Version
40
- version: '1.15'
46
+ version: '0'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: nokogiri
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -81,19 +87,19 @@ dependencies:
81
87
  - !ruby/object:Gem::Version
82
88
  version: '3.0'
83
89
  - !ruby/object:Gem::Dependency
84
- name: rubocop
90
+ name: rubocop-jekyll
85
91
  requirement: !ruby/object:Gem::Requirement
86
92
  requirements:
87
- - - '='
93
+ - - "~>"
88
94
  - !ruby/object:Gem::Version
89
- version: '0.56'
95
+ version: '0.5'
90
96
  type: :development
91
97
  prerelease: false
92
98
  version_requirements: !ruby/object:Gem::Requirement
93
99
  requirements:
94
- - - '='
100
+ - - "~>"
95
101
  - !ruby/object:Gem::Version
96
- version: '0.56'
102
+ version: '0.5'
97
103
  - !ruby/object:Gem::Dependency
98
104
  name: typhoeus
99
105
  requirement: !ruby/object:Gem::Requirement
@@ -114,56 +120,30 @@ dependencies:
114
120
  - - "<"
115
121
  - !ruby/object:Gem::Version
116
122
  version: '2.0'
117
- description:
123
+ description:
118
124
  email:
119
125
  - ben.balter@github.com
120
126
  executables: []
121
127
  extensions: []
122
- extra_rdoc_files: []
128
+ extra_rdoc_files:
129
+ - README.md
130
+ - History.markdown
131
+ - LICENSE.txt
123
132
  files:
124
- - ".gitignore"
125
- - ".rspec"
126
- - ".rubocop.yml"
127
- - ".travis.yml"
128
- - Gemfile
129
133
  - History.markdown
130
134
  - LICENSE.txt
131
135
  - README.md
132
- - Rakefile
133
- - jekyll-feed.gemspec
134
136
  - lib/jekyll-feed.rb
135
137
  - lib/jekyll-feed/feed.xml
136
138
  - lib/jekyll-feed/generator.rb
137
139
  - lib/jekyll-feed/meta-tag.rb
138
140
  - lib/jekyll-feed/page-without-a-file.rb
139
141
  - lib/jekyll-feed/version.rb
140
- - script/bootstrap
141
- - script/cibuild
142
- - script/fmt
143
- - script/release
144
- - script/test
145
- - spec/fixtures/_config.yml
146
- - spec/fixtures/_data/authors.yml
147
- - spec/fixtures/_drafts/2015-01-12-a-draft.md
148
- - spec/fixtures/_layouts/some_default.html
149
- - spec/fixtures/_posts/2013-12-12-dec-the-second.md
150
- - spec/fixtures/_posts/2014-03-02-march-the-second.md
151
- - spec/fixtures/_posts/2014-03-04-march-the-fourth.md
152
- - spec/fixtures/_posts/2015-01-18-jekyll-last-modified-at.md
153
- - spec/fixtures/_posts/2015-02-12-strip-newlines.md
154
- - spec/fixtures/_posts/2015-05-12-liquid.md
155
- - spec/fixtures/_posts/2015-05-12-pre.html
156
- - spec/fixtures/_posts/2015-05-18-author-detail.md
157
- - spec/fixtures/_posts/2015-08-08-stuck-in-the-middle.html
158
- - spec/fixtures/_posts/2016-04-25-author-reference.md
159
- - spec/fixtures/feed.xslt.xml
160
- - spec/jekyll-feed_spec.rb
161
- - spec/spec_helper.rb
162
142
  homepage: https://github.com/jekyll/jekyll-feed
163
143
  licenses:
164
144
  - MIT
165
145
  metadata: {}
166
- post_install_message:
146
+ post_install_message:
167
147
  rdoc_options: []
168
148
  require_paths:
169
149
  - lib
@@ -171,33 +151,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
171
151
  requirements:
172
152
  - - ">="
173
153
  - !ruby/object:Gem::Version
174
- version: '0'
154
+ version: 2.4.0
175
155
  required_rubygems_version: !ruby/object:Gem::Requirement
176
156
  requirements:
177
157
  - - ">="
178
158
  - !ruby/object:Gem::Version
179
159
  version: '0'
180
160
  requirements: []
181
- rubyforge_project:
182
- rubygems_version: 2.6.14
183
- signing_key:
161
+ rubygems_version: 3.1.2
162
+ signing_key:
184
163
  specification_version: 4
185
164
  summary: A Jekyll plugin to generate an Atom feed of your Jekyll posts
186
- test_files:
187
- - spec/fixtures/_config.yml
188
- - spec/fixtures/_data/authors.yml
189
- - spec/fixtures/_drafts/2015-01-12-a-draft.md
190
- - spec/fixtures/_layouts/some_default.html
191
- - spec/fixtures/_posts/2013-12-12-dec-the-second.md
192
- - spec/fixtures/_posts/2014-03-02-march-the-second.md
193
- - spec/fixtures/_posts/2014-03-04-march-the-fourth.md
194
- - spec/fixtures/_posts/2015-01-18-jekyll-last-modified-at.md
195
- - spec/fixtures/_posts/2015-02-12-strip-newlines.md
196
- - spec/fixtures/_posts/2015-05-12-liquid.md
197
- - spec/fixtures/_posts/2015-05-12-pre.html
198
- - spec/fixtures/_posts/2015-05-18-author-detail.md
199
- - spec/fixtures/_posts/2015-08-08-stuck-in-the-middle.html
200
- - spec/fixtures/_posts/2016-04-25-author-reference.md
201
- - spec/fixtures/feed.xslt.xml
202
- - spec/jekyll-feed_spec.rb
203
- - spec/spec_helper.rb
165
+ test_files: []
data/.gitignore DELETED
@@ -1,20 +0,0 @@
1
- /vendor
2
- /.bundle/
3
- /.yardoc
4
- /Gemfile.lock
5
- /_yardoc/
6
- /coverage/
7
- /doc/
8
- /pkg/
9
- /spec/reports/
10
- /tmp/
11
- *.bundle
12
- *.so
13
- *.o
14
- *.a
15
- mkmf.log
16
- *.gem
17
- Gemfile.lock
18
- spec/dest
19
- .bundle
20
- spec/fixtures/.jekyll-metadata
data/.rspec DELETED
@@ -1,2 +0,0 @@
1
- --color
2
- --format progress
@@ -1,28 +0,0 @@
1
- inherit_gem:
2
- jekyll: .rubocop.yml
3
-
4
- AllCops:
5
- TargetRubyVersion: 2.3
6
- Include:
7
- - lib/**/*.rb
8
-
9
- Exclude:
10
- - .gitignore
11
- - .rspec
12
- - .rubocop.yml
13
- - .travis.yml
14
-
15
- - Gemfile.lock
16
- - History.markdown
17
- - LICENSE.txt
18
- - README.md
19
-
20
- - features/**/*
21
- - script/**/*
22
- - spec/**/*
23
- - test/**/*
24
- - vendor/**/*
25
-
26
- Naming/MemoizedInstanceVariableName:
27
- Exclude:
28
- - lib/jekyll-feed/page-without-a-file.rb
@@ -1,25 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- sudo: false
4
- rvm:
5
- - 2.5
6
- - 2.4
7
- - 2.3
8
- env:
9
- global:
10
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
11
- before_install:
12
- - gem update --system
13
- - gem install bundler
14
- before_script: bundle update
15
- script: script/cibuild
16
- notifications:
17
- email: false
18
- deploy:
19
- provider: rubygems
20
- api_key:
21
- secure: qz0q6ur0kGo03jjLdoAak6WcEAwxX2r9LG3DVrhOrcfoFipkuW+uwR0et4tpK8uFrz0P9y7eTIKOb0XCXeIsIXWj6R5benpRGr2U8m9A+tE/jxviBFUaxaokte0lqWiX1fEyhRmW3zvcdLQ47Vd2EwTNaq6ZmPulmEe9gS0rBQghyclakGlZ17LI7oGgiNL9SQ335Yqa1qJklTHYHbodWQ3Z07v7VN2jxqi3WH6NacT5gUGp5iCNCLLa8+jpKr4uONNIoy6/geAWdqtvgGUE8oTjIWDoJarrknJpqfx9Rd0KLDzkyneAigHDYPW60QtrE6GGpK/+TF1pF4DzdK2EgTWqGFnZf8ehfnxmtHVl2Xq/DPr6hS8Q/f+ut4ioMzBQxPD0hfh8/EOMYKsO8mOuOlYTiZXC7iuGyvFUOl2hnBgWA99t+I0NNB06qFp3ZxIjolEc3zjzc9f1a5HUXlEut5V8nqvCwbctNiTVpT8ZEWlsQlyRUnr9cIMUTEfLgQ+v6DnvAJBMO1EILq6liB5qfutjNhzhlREt7P/ZdppGsAzWpgt0q2PafqVoPe62WR3+/8Lj2ErMr034xSSqZVNcBS0mbdvW6k3jaABo1VJ4XuHm6/yDuemWzWb7kdG9/14+IIJMW1VuaWcmnCnB6gxjkCW3Dm2ftYiN7Rfn3AUz/nU=
22
- gem: jekyll-feed
23
- on:
24
- tags: true
25
- repo: jekyll/jekyll-feed
data/Gemfile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- source "https://rubygems.org"
4
- gemspec
5
-
6
- if ENV["JEKYLL_VERSION"]
7
- gem "jekyll", "~> #{ENV["JEKYLL_VERSION"]}"
8
- end
data/Rakefile DELETED
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require "bundler/gem_tasks"
4
- require "rspec/core/rake_task"
5
-
6
- RSpec::Core::RakeTask.new(:spec)
7
-
8
- task :default => :spec
@@ -1,29 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path("lib", __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require "jekyll-feed/version"
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = "jekyll-feed"
9
- spec.version = Jekyll::Feed::VERSION
10
- spec.authors = ["Ben Balter"]
11
- spec.email = ["ben.balter@github.com"]
12
- spec.summary = "A Jekyll plugin to generate an Atom feed of your Jekyll posts"
13
- spec.homepage = "https://github.com/jekyll/jekyll-feed"
14
- spec.license = "MIT"
15
-
16
- spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r!^bin/!) { |f| File.basename(f) }
18
- spec.test_files = spec.files.grep(%r!^(test|spec|features)/!)
19
- spec.require_paths = ["lib"]
20
-
21
- spec.add_dependency "jekyll", "~> 3.3"
22
-
23
- spec.add_development_dependency "bundler", "~> 1.15"
24
- spec.add_development_dependency "nokogiri", "~> 1.6"
25
- spec.add_development_dependency "rake", "~> 12.0"
26
- spec.add_development_dependency "rspec", "~> 3.0"
27
- spec.add_development_dependency "rubocop", "0.56"
28
- spec.add_development_dependency "typhoeus", ">= 0.7", "< 2.0"
29
- end
@@ -1,3 +0,0 @@
1
- #! /bin/bash
2
-
3
- bundle install
@@ -1,7 +0,0 @@
1
- #! /bin/bash
2
-
3
- set -e
4
-
5
- script/test
6
- script/fmt
7
- bundle exec rake build
data/script/fmt DELETED
@@ -1,10 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
-
4
- echo "Rubocop $(bundle exec rubocop --version)"
5
- bundle exec rubocop -D -E $@
6
- success=$?
7
- if ((success != 0)); then
8
- echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
9
- fi
10
- exit $success
@@ -1,7 +0,0 @@
1
- #!/bin/sh
2
- # Tag and push a release.
3
-
4
- set -e
5
-
6
- script/cibuild
7
- bundle exec rake release
@@ -1,4 +0,0 @@
1
- #!/bin/bash
2
- set -ex
3
-
4
- bundle exec rspec "$@"
@@ -1,9 +0,0 @@
1
- timezone: UTC
2
-
3
- defaults:
4
- -
5
- scope:
6
- path: ""
7
- type: page
8
- values:
9
- layout: some_default
@@ -1,5 +0,0 @@
1
- garthdb:
2
- name: Garth
3
- twitter: garthdb
4
- uri: "http://garthdb.com"
5
- email: example@mail.com
@@ -1,4 +0,0 @@
1
- ---
2
- ---
3
-
4
- This is a draft.
@@ -1,11 +0,0 @@
1
- ---
2
- ---
3
- <html>
4
- <head>
5
- {% feed_meta %}
6
- </head>
7
- <body>
8
- THIS IS MY LAYOUT
9
- {{ content }}
10
- </body>
11
- </html>
@@ -1,6 +0,0 @@
1
- ---
2
- excerpt: "Foo"
3
- image: "/image.png"
4
- ---
5
-
6
- # December the twelfth, actually.
@@ -1,5 +0,0 @@
1
- ---
2
- image: https://cdn.example.org/absolute.png?h=188&w=250
3
- ---
4
-
5
- March the second!
@@ -1,8 +0,0 @@
1
- ---
2
- tags:
3
- - '"/><VADER>'
4
- image:
5
- path: "/object-image.png"
6
- ---
7
-
8
- March the fourth!
@@ -1,5 +0,0 @@
1
- ---
2
- last_modified_at: 2015-05-12T13:27:59+00:00
3
- ---
4
-
5
- Please don't modify this file. It's modified time is important.
@@ -1,6 +0,0 @@
1
- ---
2
- title:
3
- The plugin
4
- will properly
5
- strip newlines.
6
- ---
@@ -1,7 +0,0 @@
1
- ---
2
- ---
3
-
4
- {% capture liquidstring %}
5
- Liquid is not rendered.
6
- {% endcapture %}
7
- {{ liquidstring | replace:'not ','' }}