zine 0.20.0 → 0.21.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 +29 -22
- data/lib/zine/version.rb +1 -1
- metadata +23 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19072a7508f6728eb84d90cc879a9987862e1ee44efaae836d34a80129db4d4d
|
4
|
+
data.tar.gz: 810022b4c56a6dcf768464b788a098fd320b72671c5c239ffc129165dc20502f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c71980ab02470bd652d0c3a555ee32d4d88e39543da9b14c25f572fc3f42bd5f1675c96fb850e7d6b83f0e260ef56945a0ac3a35dca90379a9c56cf62cfe4c7
|
7
|
+
data.tar.gz: 7e498391a17c2b021210c621df73d151bc99699d12b313ebb43ffde7eb63d5288ca1d614bbab305143bb4f7804421cddb4d19e7cf5dd0de0ad918e9e746a03e5
|
data/CHANGELOG.md
CHANGED
@@ -1,23 +1,30 @@
|
|
1
1
|
# Zine Changelog
|
2
2
|
|
3
|
-
## 0.
|
3
|
+
## 0.21.0 - 17 July 2024
|
4
|
+
|
5
|
+
- removed unused RubyMine project files
|
6
|
+
- belatedly fixed a test broken by adding the Open Graph tags
|
7
|
+
- added the faraday-retry gem to silence a warning
|
8
|
+
- dependency version bumps
|
9
|
+
|
10
|
+
## 0.20.0 - 5 December 2023
|
4
11
|
|
5
12
|
- added Open Graph & canonical link tags - source/templates/header_partial.erb will need to be updated on your site
|
6
13
|
- added an extra 'git push' in the Rakefile, to push code changes as well as the tag
|
7
14
|
- expanded the meta data in the gemspec file
|
8
15
|
|
9
|
-
## 0.19.0 - 22 November
|
16
|
+
## 0.19.0 - 22 November 2023
|
10
17
|
|
11
18
|
- moved the repo from GitHub to Codeberg, changed the links in the README, gemspec, and skeleton files
|
12
19
|
- dropped the link to the now defunct Ripley project
|
13
20
|
- added Reek, dropped Solargraph, updated dependencies
|
14
21
|
- updated the Rakefile, replacing bundler/gem_tasks with direct gem and git calls
|
15
22
|
|
16
|
-
## 0.18.0 - 17 February
|
23
|
+
## 0.18.0 - 17 February 2023
|
17
24
|
|
18
25
|
- replaced https://mikekreuzer.com/projects/zine/ with GitHub address
|
19
26
|
|
20
|
-
## 0.17.0 - 17 February
|
27
|
+
## 0.17.0 - 17 February 2023
|
21
28
|
|
22
29
|
- forced polling for the listener gem, which was skipping new files on linux otherwise
|
23
30
|
- fixed an errant inverted comma in links, introduced in the last commit
|
@@ -28,7 +35,7 @@
|
|
28
35
|
- year bump in the starter template
|
29
36
|
- dropped the faraday-retry gem again after Octokit updated
|
30
37
|
|
31
|
-
## towards 0.17.0 - 20 June
|
38
|
+
## towards 0.17.0 - 20 June 2022 (on Github, but not RubyGems)
|
32
39
|
|
33
40
|
- customised the rake file
|
34
41
|
- refactored - from 112 rubocop offenses, to 33
|
@@ -37,7 +44,7 @@
|
|
37
44
|
- dependency updates
|
38
45
|
- added the faraday-retry gem as a dependency, to suppress warnings (from Octokit)
|
39
46
|
|
40
|
-
## 0.16.0 - 17 June
|
47
|
+
## 0.16.0 - 17 June 2022
|
41
48
|
|
42
49
|
- temp warning about missing atom template in zine.yaml, better handling of missing templates
|
43
50
|
- cli missing options bug fixed - from 0.15.0
|
@@ -47,25 +54,25 @@
|
|
47
54
|
- reversed the sort order for this change log
|
48
55
|
- changed the date format in the log - from US style, to everywhere else style
|
49
56
|
|
50
|
-
## towards 0.16.0 - 3 February
|
57
|
+
## towards 0.16.0 - 3 February 2022
|
51
58
|
|
52
59
|
- BREAKING CHANGE: added an RSS 2.0 feed in addition to the Atom feed, the rss.erb file and /rss.xml feed link will now be RSS, an Atom and RSS template are both required in the local site copy, and need to be listed in a site's zine.yml file
|
53
60
|
- year bump in starter template
|
54
61
|
|
55
|
-
## 0.15.0 - 26 May
|
62
|
+
## 0.15.0 - 26 May 2020
|
56
63
|
|
57
64
|
- dependency version bumps, year bump in template
|
58
65
|
- replaced zine.dev with https://mikekreuzer.com/projects/zine/
|
59
66
|
- other minor refactoring & doc rewrites
|
60
67
|
|
61
|
-
## 0.14.0 - 27 May
|
68
|
+
## 0.14.0 - 27 May 2019
|
62
69
|
|
63
70
|
- added an AWS S3 uploader
|
64
71
|
- added AWS CloudFront invalidation
|
65
72
|
- added zine.dev to the footer template
|
66
73
|
- bug fix - catch carriage returns as default yes answers to the upload? question
|
67
74
|
|
68
|
-
## 0.13.0 - lucky 13 - 26 May
|
75
|
+
## 0.13.0 - lucky 13 - 26 May 2019
|
69
76
|
|
70
77
|
- added some of the style changes that survived from v12, eg moved social media to the footer
|
71
78
|
- added a (permissive as they come) robots.txt file
|
@@ -75,41 +82,41 @@
|
|
75
82
|
- minor readme updates
|
76
83
|
- placeholder site, mostly in case there's ever an app: https://zine.dev
|
77
84
|
|
78
|
-
## 0.12.0 - never pushed, used up until 25 April
|
85
|
+
## 0.12.0 - never pushed, used up until 25 April 2019
|
79
86
|
|
80
87
|
- added (then removed) Mastodon from the list of contacts, changed the styling a few times, neglected to publish
|
81
88
|
|
82
|
-
## 0.11.0, 7 November
|
89
|
+
## 0.11.0, 7 November 2018
|
83
90
|
|
84
91
|
- fixed a bug where String#split would break apart markdown files on tables as well as at the metadata/markdown boundary
|
85
92
|
|
86
|
-
## 0.9.0, 1 January
|
93
|
+
## 0.9.0, 1 January 2018
|
87
94
|
|
88
95
|
- a bug in 'zine notice' involving full & partial paths that duplicated the post to notice on the history page, fixed
|
89
96
|
- minor code clean-up in cli.rb and server.rb
|
90
97
|
|
91
|
-
## 0.10.0, 7 November
|
98
|
+
## 0.10.0, 7 November 2018
|
92
99
|
|
93
100
|
- dependency version bumps
|
94
101
|
|
95
|
-
## 0.8.0, 2 October
|
102
|
+
## 0.8.0, 2 October 2017
|
96
103
|
|
97
104
|
- SFTP upload error wasn't caught in 0.7.0... TODO
|
98
105
|
- added a notice command, zine notice [FILE], which adds that file to the build queue without having to force a general build, so zine can be called in scripts to upload particular files (a rake script in Ripley, specifically)
|
99
106
|
|
100
|
-
## 0.7.0, 30 September
|
107
|
+
## 0.7.0, 30 September 2017
|
101
108
|
|
102
109
|
- caught an SFTP upload error where SFTP credentials aren't in the keychain
|
103
110
|
- updated bundler
|
104
111
|
|
105
|
-
## 0.6.0, 17 September
|
112
|
+
## 0.6.0, 17 September 2017
|
106
113
|
|
107
114
|
- tests: for Upload & UploaderGitHub - found a bug, which is gratifying... would've been caught by a compiler, oh well
|
108
115
|
- fixed a mismatched div tag in the footer
|
109
116
|
- changed to a non 100 days of code change log
|
110
117
|
- updated some development dependencies (curb, rake, rspec, simplecov)
|
111
118
|
|
112
|
-
## 0.5.0, 9 March
|
119
|
+
## 0.5.0, 9 March 2017
|
113
120
|
|
114
121
|
- updated dependencies: Rake & Simplecov
|
115
122
|
- refactored Zine::Site#housekeeping_copy
|
@@ -135,13 +142,13 @@
|
|
135
142
|
- Upload class split up, into Upload and UploadSFTP
|
136
143
|
- UploadGitHub class added - GitHub uploads
|
137
144
|
|
138
|
-
## 0.4.0, 20 February
|
145
|
+
## 0.4.0, 20 February 2017
|
139
146
|
|
140
147
|
- fixed a bug in file uploads, which warrants a gem version bump
|
141
148
|
- fixed some typos in the blog
|
142
149
|
- updated some styles (footer links, bold text)
|
143
150
|
|
144
|
-
## 0.3.0, 19 February
|
151
|
+
## 0.3.0, 19 February 2017
|
145
152
|
|
146
153
|
- moved the local post directory creation to the write method
|
147
154
|
- added a minimalist version of building additional posts while build is running
|
@@ -164,7 +171,7 @@
|
|
164
171
|
- added an incremental build that skipped the initial writes to fix that
|
165
172
|
- linked homepage post titles to posts
|
166
173
|
|
167
|
-
## 0.2.0, 9 February
|
174
|
+
## 0.2.0, 9 February 2017
|
168
175
|
|
169
176
|
- RSS now using DataPage & ERB, with CDATA tags
|
170
177
|
- added Ruby 2.0 as a minimum to the gemspec
|
@@ -173,7 +180,7 @@
|
|
173
180
|
- added 'skip to main content' back into the header partial
|
174
181
|
- some bug fixes & minor refactoring
|
175
182
|
|
176
|
-
## 0.1.0, 6 February
|
183
|
+
## 0.1.0, 6 February 2017
|
177
184
|
|
178
185
|
- claimed the feed content is xhtml to get it to work, will revisit & fix this with CDATA
|
179
186
|
- started testing the engine against old blog posts
|
data/lib/zine/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Kreuzer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-cloudfront
|
@@ -38,6 +38,26 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.138'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: faraday-retry
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.2'
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: 2.2.1
|
51
|
+
type: :runtime
|
52
|
+
prerelease: false
|
53
|
+
version_requirements: !ruby/object:Gem::Requirement
|
54
|
+
requirements:
|
55
|
+
- - "~>"
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '2.2'
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 2.2.1
|
41
61
|
- !ruby/object:Gem::Dependency
|
42
62
|
name: htmlcompressor
|
43
63
|
requirement: !ruby/object:Gem::Requirement
|
@@ -267,7 +287,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
267
287
|
- !ruby/object:Gem::Version
|
268
288
|
version: '0'
|
269
289
|
requirements: []
|
270
|
-
rubygems_version: 3.
|
290
|
+
rubygems_version: 3.5.11
|
271
291
|
signing_key:
|
272
292
|
specification_version: 4
|
273
293
|
summary: Yet another blog aware static site generator.
|