bible270 0.13.0 → 0.13.1

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: 7d1cc4a6173e82beae097bc870026ba3ae1ae0869a32f77efab2ea12fa1dbe2b
4
- data.tar.gz: be16d337547c10478a9160bc9a7b229d1994f37305c0d68801564549a2c1bb78
3
+ metadata.gz: 1371e2f082f0d627cd177afcb78aef1f9b396b76c307a4b901e66a3e4ce16f56
4
+ data.tar.gz: 380d7774095d789cb125baa69fa72a7ee34d4c888a399c444415ed2a3da71446
5
5
  SHA512:
6
- metadata.gz: 16dafcc090a16f119b5ca9db84c362116c44375ef5e729ca8a915cbe0b6421fb0772847372392624cdaef22d45a39d52e1f33426b1d4ca082dd3d7cc16ad547f
7
- data.tar.gz: c24039c41a16d88e2cfc6f400f6054ab552c8a2fb3669260e3dee1eaddf2fbcbb0745f8acd4693a7875f6c2c4b8a7b42d87978c5869cde0fb5e40ee16bdeae8f
6
+ metadata.gz: 8da758eedfe495574fccd33037c18233c3b1f58fdb0515799dce22573bbf3f0d7023bfd3387087efc0f5af9783073681278e76d620a3925546b917957c5ad1b6
7
+ data.tar.gz: f8533f349e9571a7fbd37a991cc592823be96d42764fdc69ece284bfc3ee35368f6f8678e7325beb69377eb588af7532aeae7c2958cbb8f5c11d1497265777dc
data/README.md CHANGED
@@ -504,4 +504,4 @@ A few things that'll make review quick:
504
504
 
505
505
  ## License
506
506
 
507
- MIT. See `MIT-LICENSE`.
507
+ [MIT-LICENSE](./MIT-LICENSE).
@@ -43,7 +43,7 @@
43
43
 
44
44
  <% if @readers.any? %>
45
45
  <% rankings= @readers.count < 5 ? @readers.count : 5 %>
46
- <h2 class="b270-section-h">Top <%= rankings %> reader leaders ...</h2>
46
+ <h2 class="b270-section-h">Reader Leaders ...</h2>
47
47
  <div class="b270-list">
48
48
  <% @readers.first(rankings).each_with_index do |r, i| %>
49
49
  <div class="b270-li">
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bible270
4
- VERSION = '0.13.0'
4
+ VERSION = '0.13.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bible270
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew vonderLuft