kamisaku 0.4.5 → 0.4.6

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: 2998be93b0d3bcc24cfcd15f35718cbbc102817f54f887122543885a251cb0aa
4
- data.tar.gz: 41ea9e2d8bcaecd42bd9a2c1b60f875f59c8995fb9ed94013e2d5d5636e2c36c
3
+ metadata.gz: c1347397099ac7ed2f5c57ac9b4f824cf676c2adf9ba048da5516366345ffaf6
4
+ data.tar.gz: 989f7147e1c175c5a7783792f4e3d75c86c580a9f9888cf8772838f709bf58d1
5
5
  SHA512:
6
- metadata.gz: 2576f1805c9e72c8a668e0f70360febb6c763123117b28b55a49da062106fe750e094c2e5089ce4062198fbd0cd9bcad5c857a4d9faeb995a8035f8441ed8f54
7
- data.tar.gz: a7ba350009aabc7bcd259d4c451059a31c602edf409a59c1204fc8bfb531984d7ab42a820a8b22cbcb19d000c996fb6746a409e70cfb39687fd57440dd4aa24f
6
+ metadata.gz: 36135e5c0fff0faaaa2dd196bf009ae62140604f2a6e218d6bbceb3911e0453f16a1efcd7f1fd9b13771d47f60c901ee122bf5873d241a4ef367acccb1b100ad
7
+ data.tar.gz: 68f0d6d6ddcf024796e8a71b7a395178af8bbf66f118b423530f954df59d5e19a0123853da7851ab9ec90c2fcb5bfdb7b023e53591d38500cce6299752820b81
data/CHANGELOG.md CHANGED
@@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.4.6] - 2026.01.03
9
+
10
+ ## Changed
11
+
12
+ - Removed examples from gemspec
13
+
8
14
  ## [0.4.5] - 2026.01.03
9
15
 
10
- ### Changed
11
- - Fix `Kamisaku::PDF` validation for category and template
16
+ ### Fixed
17
+
18
+ - `Kamisaku::PDF` validation for category and template
12
19
 
13
20
  ## [0.4.4] - 2026.01.01
14
21
 
@@ -18,17 +25,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
25
  ## [0.4.3] - 2026.01.01
19
26
 
20
27
  ### Changed
28
+
21
29
  - Update YAML parsing error messages
22
30
 
23
31
  ## [0.4.2] - 2025.12.31
24
32
 
25
33
  ### Changed
34
+
26
35
  - Use symbols for template names internally
27
36
 
28
37
  ## [0.4.1] - 2025.06.09
29
38
 
30
- ### Changed
31
- - Fix `Kamisaku::BirthdayInvitationContentValidator` template listing
39
+ ### Fixed
40
+ - `Kamisaku::BirthdayInvitationContentValidator` template listing
32
41
 
33
42
  ## [0.4.0] - 2025.06.09
34
43
 
@@ -46,7 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
55
  ### Changed
47
56
  - Update paper template
48
57
 
49
-
50
58
  ## [0.3.3] - 2025.06.01
51
59
 
52
60
  ### Changed
@@ -60,21 +68,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
68
  ## [0.3.1] - 2025-06-01
61
69
 
62
70
  ### Changed
71
+
63
72
  - Refactor code and update `Kamisaku::PDF` interface
64
73
 
65
74
  ## [0.3.0] - 2025-05-28
66
75
 
67
76
  ### Added
77
+
68
78
  - Add `Kamisaku::PDF` interface that can be used externally to generate PDF
69
79
 
70
80
  ## [0.2.1] - 2025-05-28
71
81
 
72
- ### Changed
73
- - Fix pdfkit gem reference
82
+ ### Fixed
83
+
84
+ - pdfkit gem reference
74
85
 
75
86
  ## [0.2.0] - 2025-05-24
76
87
 
77
88
  ### Added
89
+
78
90
  - Soft removing metadata in generated PDF using `exiftool`
79
91
 
80
92
  ## [0.1.2] - 2025-05-24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kamisaku (0.4.5)
4
+ kamisaku (0.4.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/kamisaku.gemspec CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
23
23
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
24
24
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
25
25
  `git ls-files -z`.split("\x0").reject do |f|
26
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
26
+ (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|examples)/|\.(?:git|travis|circleci)|appveyor)})
27
27
  end
28
28
  end
29
29
  spec.bindir = "bin"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kamisaku
4
- VERSION = "0.4.5"
4
+ VERSION = "0.4.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kamisaku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sinaru Gunawardena
@@ -25,14 +25,6 @@ files:
25
25
  - LICENSE.txt
26
26
  - README.md
27
27
  - Rakefile
28
- - examples/birthday_invitation/dino/example.pdf
29
- - examples/resume/chromatic/example.pdf
30
- - examples/resume/gradient/example.pdf
31
- - examples/resume/meridian/example.pdf
32
- - examples/resume/paper/example.pdf
33
- - examples/resume/prism/example.pdf
34
- - examples/resume/sleek/example.pdf
35
- - examples/resume/zenith/example.pdf
36
28
  - kamisaku.gemspec
37
29
  - kamisaku.png
38
30
  - lib/kamisaku.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file