html_skeleton 0.5.9 → 0.5.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.md +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01af361faeb62c7fb7fbc769179d9c3681859d016e9700dec095c64332cf64f2
4
- data.tar.gz: b69c9716290e8a146c9f6308133d02a124762272841b96f8961f361a39105810
3
+ metadata.gz: 076ca74fe8582fd3394ea7b7c1be653ded3e812d529b6a36f6588e72c49987c5
4
+ data.tar.gz: 5c581923ddba6c49389f88c1e3f2d9fc16071c4404253bee13c9e59325ac68d8
5
5
  SHA512:
6
- metadata.gz: 5de44268c42f6d4cf120d71e15116a8cff8e8383bca3cd693faf183bb318517cf52ea8d4c41a22851b1919a167d8f36feb9b52afdee7afc6ba29e5d5948410c1
7
- data.tar.gz: '08cfcb66c481cd060e76b20453d3fa07edbbf0a16534c3c4a8362859c3376a3aac77f534b5953f0eab6b8f463b156add7c25bc13a71fba261c31d501c90e2457'
6
+ metadata.gz: fac4a0fa67f6643cae3d78c7f9a7d6c33aedc19e8ba89ccb38e955b025239bcfb344d13dcc7a2b967906ddeb603051aea6b63f644e0bc14a3c15f03650ec9cb1
7
+ data.tar.gz: c00f33737b8f47bbbde65ff6a35c37ccbec341f0130a4bae8b576e105a80c5df510edbc7f916e45010ffb0c86e9fa214e3cb819f6cab314e16f33efb369e9725
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2025 Dittmar Krall (www.matiq.com)
1
+ Copyright (c) 2012-2026 Dittmar Krall (www.matiq.com)
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -122,5 +122,5 @@ cell_proc: block || ->(row, col) { "<td>#{row} #{col}</td>"}
122
122
 
123
123
  ## Miscellaneous
124
124
 
125
- Copyright (c) 2012-2025 Dittmar Krall (www.matiq.com),
125
+ Copyright (c) 2012-2026 Dittmar Krall (www.matiq.com),
126
126
  released under the [MIT license](https://opensource.org/licenses/MIT).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html_skeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
- rubygems_version: 4.0.3
61
+ rubygems_version: 4.0.6
62
62
  specification_version: 4
63
63
  summary: A simple helper for creating HTML calendars and tables
64
64
  test_files: []