daily_notices 0.7.3 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/daily_notices.rb +3 -3
- data.tar.gz.sig +0 -0
- metadata +13 -14
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a93fc95ef818bf423cff6739c54fc21e2209be3d502e2074c7099edc21944334
|
4
|
+
data.tar.gz: f5424396c72252e53689f70a590a82b08cdab56eb88d71562e3425c9a1974fbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3446e333d86c3fb26100a208c6820a3436f9ea2a08e1ed96e0b6513d80086a6faa1d90fd1dfd8b8c303c8dcfd8b279cd1fb2342c7972d94ffdc351542373fbe
|
7
|
+
data.tar.gz: 92bb88b4aef1af8c5e32663bc8bc0d5fc56eba096c004dd3221ec5b549f4a1a054c2b95bab4d2d0c4efb576e99ed74a6b8f025685c4214ab860b7c9d01a19d4b
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/daily_notices.rb
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
|
6
6
|
require 'dx_sliml'
|
7
7
|
require 'rx_sliml'
|
8
|
-
require 'fileutils'
|
9
8
|
require 'rss_creator'
|
9
|
+
require 'rxfreadwrite'
|
10
10
|
|
11
11
|
|
12
12
|
class DailyNotices
|
13
|
-
include
|
13
|
+
include RXFReadWriteModule
|
14
14
|
|
15
15
|
attr_accessor :title, :description, :link, :dx_xslt, :rss_xslt
|
16
16
|
|
@@ -158,7 +158,7 @@ class DailyNotices
|
|
158
158
|
archive_path = Time.at(id.to_i).strftime("%Y/%b/%-d").downcase
|
159
159
|
indexpath = File.join(@filepath, archive_path, id.to_s)
|
160
160
|
|
161
|
-
|
161
|
+
FileX.rm_rf indexpath
|
162
162
|
|
163
163
|
id.to_s + ' deleted'
|
164
164
|
|
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.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
mq989lGt58a/Y5CLIB7CrHXwKhKPrMrl9wrNJQaGhmKCpC48MvGPzmGUKYO3OTRK
|
36
36
|
QCT4F3Esm7/YTYtL3CQJWI1T
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2022-
|
38
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: rss_creator
|
@@ -43,20 +43,20 @@ dependencies:
|
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '0.
|
46
|
+
version: '0.6'
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.
|
49
|
+
version: 0.6.0
|
50
50
|
type: :runtime
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - "~>"
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: '0.
|
56
|
+
version: '0.6'
|
57
57
|
- - ">="
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: 0.
|
59
|
+
version: 0.6.0
|
60
60
|
- !ruby/object:Gem::Dependency
|
61
61
|
name: dx_sliml
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
@@ -101,22 +101,22 @@ dependencies:
|
|
101
101
|
name: rss_sliml
|
102
102
|
requirement: !ruby/object:Gem::Requirement
|
103
103
|
requirements:
|
104
|
-
- - ">="
|
105
|
-
- !ruby/object:Gem::Version
|
106
|
-
version: 0.2.0
|
107
104
|
- - "~>"
|
108
105
|
- !ruby/object:Gem::Version
|
109
106
|
version: '0.2'
|
107
|
+
- - ">="
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: 0.2.0
|
110
110
|
type: :runtime
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
|
-
- - ">="
|
115
|
-
- !ruby/object:Gem::Version
|
116
|
-
version: 0.2.0
|
117
114
|
- - "~>"
|
118
115
|
- !ruby/object:Gem::Version
|
119
116
|
version: '0.2'
|
117
|
+
- - ">="
|
118
|
+
- !ruby/object:Gem::Version
|
119
|
+
version: 0.2.0
|
120
120
|
description:
|
121
121
|
email: digital.robertson@gmail.com
|
122
122
|
executables: []
|
@@ -143,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
- !ruby/object:Gem::Version
|
144
144
|
version: '0'
|
145
145
|
requirements: []
|
146
|
-
|
147
|
-
rubygems_version: 2.7.10
|
146
|
+
rubygems_version: 3.2.22
|
148
147
|
signing_key:
|
149
148
|
specification_version: 4
|
150
149
|
summary: A public facing noticeboard which is centered around an RSS feed.
|
metadata.gz.sig
CHANGED
Binary file
|