spina-blocks 0.1.0 → 0.1.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/spina/blocks/version.rb +1 -1
  3. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f004335deec2f8669d819540c01d8a58786f016b2a13de4d037da05f18301442
4
- data.tar.gz: 623b17f09b53f84b957c9b112675951df21bc73d9de1a4719a3f8ed91bba7519
3
+ metadata.gz: 35c34a45bbece79b10d927e3af3bc38edc797da6ad4bcfa767876be2759a71be
4
+ data.tar.gz: 2bcfc10401d4a9ffddf03bacbb042424af538d7a1a1ca1bcd0bd1161afb7216b
5
5
  SHA512:
6
- metadata.gz: e6d2c8a6d51c3c3393a2fb9511472272f0af777e150a6fab6c7fb6409a8a1450a87c6f01a98323272850a2896958a2ead13c20d1d9831cc4f6edfeb0daf901d4
7
- data.tar.gz: c1a70f6285ba5888a6507fecdd0a432c8d23a74d174465cc6569a6a3a18a5f9b8efb44c1aaa375cea3cfb38fb95a068553be037676b68efa633e43850f0f2b40
6
+ metadata.gz: a84d4e1d580e4a1bbc5b5bbd20efa9898137efb226fe1b77851889981bfca5667db60f2082d6cfbcd18186dfed6a3f8cde4d15166beae1c71f19fcb334b9dd08
7
+ data.tar.gz: 8af333000b3fc5ec1c7f9f4968c3e0f55165d7923010cef8f7ece5b04dbdc62a1943f455af6cb19736be028ace28581cd686384e45d394604ebea8a6e38d325a
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Spina
4
4
  module Blocks
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina-blocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Kanashchuk
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-03-11 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: spina
@@ -73,6 +74,7 @@ licenses:
73
74
  - MIT
74
75
  metadata:
75
76
  rubygems_mfa_required: 'true'
77
+ post_install_message:
76
78
  rdoc_options: []
77
79
  require_paths:
78
80
  - lib
@@ -87,7 +89,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
89
  - !ruby/object:Gem::Version
88
90
  version: '0'
89
91
  requirements: []
90
- rubygems_version: 4.0.3
92
+ rubygems_version: 3.5.22
93
+ signing_key:
91
94
  specification_version: 4
92
95
  summary: Block component library for Spina CMS
93
96
  test_files: []