m1key_gallery_generator 0.3.3 → 0.3.4

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: 48b96047bec9f09cfbdb166928b4943c9e620a48dd2241f4b1989061b4a382fa
4
- data.tar.gz: e867e9f2eff5c784463d9c3f985fb9d82fb20d8138223494ebcbb4c6c41f492b
3
+ metadata.gz: c4644f0cbe852b24f9f7ca262627919cbb72aba5124d27d7f427a5054e15213a
4
+ data.tar.gz: 10752665e6cbbd2728d30057b8f36910c91a285c6f7dcc0a925f7de2c677b2f1
5
5
  SHA512:
6
- metadata.gz: c8b15f59e1309f67e24887fdde764bb48e0650bf2aab54d03c84551b24378004bfe57f8d259a1e04591f9d1ee35cdb2481ba5acc427cf28f15baa434db4073a0
7
- data.tar.gz: d5119f6646913b10cf3d923d49c6480f7837241c603090c32b91d372ed8207e5e575ff452f2da2fa228d67f1ca9f9cf579ec9456001ec5fe44d4b4f1b964f678
6
+ metadata.gz: 052a11f7312b69fe51761d6d894d627f09b3a3fa4bbe5886b8df7dceb2eeb2eaa5057e6c99c623fcbae36fd25194201194e8eafbe0cf625475320f5b6ffbd784
7
+ data.tar.gz: 7d5ef83d8db0e95dcec80aaad4f625b1001a834f2431f3492ad49751a4b9aec98c902f5f05ab77c5f0a92a9dc350caf321d43a02701265f09722dd7d86714923
data/README.md CHANGED
@@ -74,11 +74,11 @@ Build the gem.
74
74
 
75
75
  Install the gem.
76
76
 
77
- > gem install m1key_gallery_generator-0.3.3.gem
77
+ > gem install m1key_gallery_generator-0.3.4.gem
78
78
 
79
79
  In your gallery directory, have a file called generate.bat that looks like this:
80
80
 
81
- > ruby c:\Ruby34-x64\lib\ruby\gems\3.4.0\gems\m1key_gallery_generator-0.3.3\bin\console . wait_on_error
81
+ > ruby c:\Ruby34-x64\lib\ruby\gems\3.4.0\gems\m1key_gallery_generator-0.3.4\bin\console . wait_on_error
82
82
 
83
83
  ## Development
84
84
 
@@ -95,7 +95,7 @@ To build gem:
95
95
  > gem build m1key_gallery_generator.gemspec
96
96
 
97
97
  To install gem:
98
- > gem install m1key_gallery_generator-0.3.3.gem
98
+ > gem install m1key_gallery_generator-0.3.4.gem
99
99
 
100
100
  To test gem:
101
101
  > irb
@@ -67,12 +67,6 @@
67
67
  <section class="information" aria-labelledby="info-heading">
68
68
  <h2 id="info-heading" class="visually-hidden">About this shoot</h2>
69
69
  <%= description -%>
70
-
71
- <p class="smallprint">
72
- <span id="sources">Sources</span>:<% sources.each_with_index do |source, index| %>
73
- <a href="<%= source %>" class="nav-link">source <%= index + 1 %></a><% if (index + 1) < sources.size %>,<% else %>.<% end -%>
74
- <% end %>
75
- </p>
76
70
  <% if small_print.to_s != '' %>
77
71
  <p><%= small_print -%></p><% end %>
78
72
  <p class="smallprint">Uploaded on: <%= upload_date %>.</p>
@@ -100,6 +94,13 @@
100
94
  </figure>
101
95
  </article>
102
96
  <% end %>
97
+ <details class="sources" id="sources">
98
+ <summary>&nbsp;Sources</summary>
99
+ <ul class="smallprint"><% sources.each_with_index do |source, index| %>
100
+ <li><%= index + 1 %>: <a href="<%= source %>" rel="noopener noreferrer" class="nav-link"><%= source %></a></li><% end %>
101
+ </ul>
102
+ </details>
103
+
103
104
  <nav class="navigation" aria-label="Gallery navigation bottom">
104
105
  <ul>
105
106
  <li><a href="../" class="nav-link">&lt; Back to Photography</a></li>
@@ -1,3 +1,3 @@
1
1
  module M1keyGalleryGenerator
2
- VERSION = '0.3.3'
2
+ VERSION = '0.3.4'
3
3
  end
@@ -5,7 +5,7 @@ require 'm1key_gallery_generator/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'm1key_gallery_generator'
7
7
  spec.version = M1keyGalleryGenerator::VERSION
8
- spec.authors = ['Mike Huniewicz']
8
+ spec.authors = ['Michal Huniewicz']
9
9
  spec.email = ['REDACTED']
10
10
  spec.required_ruby_version = '>= 3.0'
11
11
 
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: m1key_gallery_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
- - Mike Huniewicz
7
+ - Michal Huniewicz
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z