jekyll_quote 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/jekyll_quote.gemspec +0 -5
- data/lib/jekyll_quote/version.rb +1 -1
- data/lib/jekyll_quote.rb +2 -2
- metadata +2 -4
- data/spec/status_persistence.txt +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9cbfed4188300ddb73dc023ece7c80e583d1fd9ed0f75e48304d64196441f7c5
|
4
|
+
data.tar.gz: e907bb7aa7569a6bb54e96f581b7380391ae70949bf33f58fb5934b844fc3d39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25679145652ff7d0aab9278339ae235c6b4dcaaf50efc887999dfd3c9f58f9fa9043705a87e604a9bb38d6f1f56e19a47ad7dd180bdaa48275c64a7b78472b27
|
7
|
+
data.tar.gz: 25870ef2184b6faa36355909288b7e1ae1c7fb0a5df71860f494f6b32d025b70477c5ea1808283f313ab6f03b8e0bdef0476c28d54904eb61afe7d79dc4bbdc9
|
data/CHANGELOG.md
CHANGED
data/jekyll_quote.gemspec
CHANGED
@@ -24,11 +24,6 @@ Gem::Specification.new do |spec|
|
|
24
24
|
|
25
25
|
Thanks for installing #{spec.name}!
|
26
26
|
|
27
|
-
END_MESSAGE
|
28
|
-
spec.post_install_message = <<~END_MESSAGE
|
29
|
-
|
30
|
-
Thanks for installing #{spec.name}!
|
31
|
-
|
32
27
|
END_MESSAGE
|
33
28
|
spec.require_paths = ['lib']
|
34
29
|
spec.required_ruby_version = '>= 2.6.0'
|
data/lib/jekyll_quote/version.rb
CHANGED
data/lib/jekyll_quote.rb
CHANGED
@@ -38,8 +38,8 @@ module Jekyll
|
|
38
38
|
"#{@cite}\n"
|
39
39
|
end
|
40
40
|
tag = @break ? 'div' : 'span'
|
41
|
-
attribution = "<#{tag}
|
42
|
-
text = "<div>#{text}</div>" if @break
|
41
|
+
attribution = "<#{tag} class='quoteAttribution'> – #{preposition} #{attribution}</#{tag}>\n"
|
42
|
+
text = "<div class='quoteText'>#{text}</div>" if @break
|
43
43
|
end
|
44
44
|
<<~END_HERE
|
45
45
|
<div class='quote'>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll_quote
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Slinn
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -139,7 +139,6 @@ files:
|
|
139
139
|
- lib/jekyll_quote/version.rb
|
140
140
|
- spec/jekyll_quote_spec.rb
|
141
141
|
- spec/spec_helper.rb
|
142
|
-
- spec/status_persistence.txt
|
143
142
|
homepage: https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html#quote
|
144
143
|
licenses:
|
145
144
|
- MIT
|
@@ -174,5 +173,4 @@ summary: Provides a Jekyll filter that creates formatted quotes.
|
|
174
173
|
test_files:
|
175
174
|
- spec/jekyll_quote_spec.rb
|
176
175
|
- spec/spec_helper.rb
|
177
|
-
- spec/status_persistence.txt
|
178
176
|
...
|
data/spec/status_persistence.txt
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
example_id | status | run_time |
|
2
|
-
-------------------------------- | ------ | --------------- |
|
3
|
-
./spec/jekyll_quote_spec.rb[1:1] | failed | 0.01849 seconds |
|
4
|
-
./spec/jekyll_quote_spec.rb[1:2] | failed | 0.00035 seconds |
|
5
|
-
./spec/jekyll_quote_spec.rb[1:3] | failed | 0.00018 seconds |
|
6
|
-
./spec/jekyll_quote_spec.rb[1:4] | failed | 0.00009 seconds |
|