unicon 1.0.1 → 1.1.0

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/CHANGELOG.md +1 -1
  3. data/lib/unicon/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61f3430f2c4b8788ed5b38940fabed93c956d0c342cdcd5e81fa10884d621d0e
4
- data.tar.gz: 43b0bebb2a39b6907c7c40a5ac943c8cc8d9a5b01049828ec920f12e12e34c4d
3
+ metadata.gz: 2476e96d0d2f6b3d1eccf22b2062a1acb7c24436c09cf02b2409d015f1cc196c
4
+ data.tar.gz: 42f879ee1cf7b6c665b8855ea6da0e21b6afdf34dcf83483d477e2f83b43b1fd
5
5
  SHA512:
6
- metadata.gz: ad979552c848c480ae0689b8444b4e162e0b563c1042c8539697f3a1fdf5a13bc3e2f5c9735104dfa8038bb8cc135e24e1e1b1db414102c8434a8b18d13f31ac
7
- data.tar.gz: ad9432a27cdab1a8ed18e96650b223fe542057b56a8133cc56fdebd62ef33a144c9725cd3c11d4a1ea916f0793bef4a48e7f8536c5ab58c7e07f7520a52032c9
6
+ metadata.gz: 78f10b04df03bb4510e7b22a9395ca44424c5ee49c94fa5c22196e5c53b6f04fdaa0fa3d7b22b7e97d1f6dab4ece00a07bf622c772941cc14aeaec688c265a8b
7
+ data.tar.gz: f6a3e21b3a42e632125ba5147ea956e09c48d2278a24a7423b794e74a9c850b92f7c13805b5c25e6f463de06099e9728627cdc00270dffb68cec6b0bf3f13867
data/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Every entry says whether it is a fix, a feature or a breaking change, since that is
4
4
  what decides both whether a reader can take it and what the next version number is.
5
5
 
6
- ## [1.0.1] - 2026-08-14
6
+ ## [1.1.0] - 2026-08-14
7
7
 
8
8
  - **Feature.** `:post` resolves to `:document`, beside `:page` and `:form`: a post is
9
9
  a piece of writing. 305 names now resolve, 136 of them aliases.
@@ -1,4 +1,4 @@
1
1
  module Unicon
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '1.0.1'
3
+ VERSION = '1.1.0'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - claudiob