daily_notices 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: d01fea12c246c2066ece1f6d310df696fddf7ed8
4
- data.tar.gz: 440f7c003c6be5a065097e43ddb8dc72caa64205
3
+ metadata.gz: bccd964903ac3707b5d50a1954889c7314604011
4
+ data.tar.gz: 97be3e1aa6b9d26ee7f0caac31a366e719552638
5
5
  SHA512:
6
- metadata.gz: 8e0a74aa6927357ce7c72e48abb9e612766d83b4c23ce67bfa2bfea5b1491e8fef1dae06705a2fc46913ca1efe5a9e059f615bc7a9de3c6afba68e5c2010e6c6
7
- data.tar.gz: 0bc3dd1a61a68befcc5c058002033b2e74046decf46c708d0f1c984c02ad25164a0b3dd240b629ec3392840f3073cde924790b40b11d37e4dd73caca5dee16f4
6
+ metadata.gz: 16e1da1acb6a7d8138f555b04b11564b2f7a6018c9af5836ed35efce0a8c0fec1ed493417fb934000e0d2b37161e3f93cfb1b3e833877eae66c2b3b49673d554
7
+ data.tar.gz: 22a80c9e7cf448b9e756012b5ef60a0ac85e62a8b200184a96249d5399f23abb84747339c4f6076fd5a9f1d6180302b9fc79f497ee21afb9af29b74930f395f4
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/daily_notices.rb CHANGED
@@ -65,7 +65,7 @@ class DailyNotices
65
65
  @dx.to_html(domain: @url_base)
66
66
  else
67
67
 
68
- target_path = File.join(@filepath, @archive_path, id, 'index.html')
68
+ target_path = File.join(@filepath, @archive_path, '#' + id, 'index.html')
69
69
  FileUtils.mkdir_p File.dirname(target_path)
70
70
  rx = @dx.find(id)
71
71
 
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daily_notices
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file