stones 1.4.3 → 1.4.5

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: e634a3c080a59df498f2dc30c55184102209d04a3160c8a4827fcae2bea1d09a
4
- data.tar.gz: 55d131c6ab2cf07f719e8cd28b4b35b22453b61944deeb7ed7e7958b32ccfbee
3
+ metadata.gz: a3a2a2c4a6c26ff238a39d21bce1ba58f6cd601786c9f0a0938ffac3c2c6e45d
4
+ data.tar.gz: 456eae333114d2213c7138a1d8de01ac86e98cca1503c64fc1b08ab4959b34a3
5
5
  SHA512:
6
- metadata.gz: b1a3b9d75e85f211c0a4c25e3c27d7b198d8925d8fdecc2a79e69b3eb0cc3548b378ae2829409b688202004cf3aedd70b9eb15f13341e3279663dc53af8fc8bb
7
- data.tar.gz: 70ce1beb31903c10b71dcc6ded3220997a44d68fda8cfca79527ab0baff20b181a75f9c3149635086d1f4dd2e383057338c134394be736fd5dd602828e38347e
6
+ metadata.gz: efee278132578958b36fc210bbf0fc342161fc2ad316d910229cd093a1cd7e42d282a63628555eeee7361e78ccdeaf4559f9d7cf54b9fa3fbae53205d8ecf0e4
7
+ data.tar.gz: d8d146007a97277d84312cffd8c73d78ebc292ac8451dfcc4aef86757c4aae4dfb4835a2aa931daa2023b2a6281c06f9c905dc1f8d3f9e2f7f8c842b1ac2de2b
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
@@ -80,5 +80,5 @@ render FlashComponent.new(flash)
80
80
 
81
81
  ## Miscellaneous
82
82
 
83
- Copyright (c) 2012-2025 Dittmar Krall (www.matiq.com),
83
+ Copyright (c) 2012-2026 Dittmar Krall (www.matiq.com),
84
84
  released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class AboutComponent < ViewComponent::Base
4
2
  def initialize(text: "", title: nil, system_text: nil)
5
3
  @title = title
@@ -1,5 +1,3 @@
1
- # frozen_string_literal: true
2
-
3
1
  class FlashComponent < ViewComponent::Base
4
2
  def initialize(flash = {})
5
3
  @flash = flash
@@ -1,7 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stones
4
- VERSION = "1.4.3" # 2025-12-21
4
+ VERSION = "1.4.5" # 2026-03-31
5
+ # VERSION = "1.4.4" # 2026-01-04
6
+ # VERSION = "1.4.3" # 2025-12-21
5
7
  # VERSION = "1.4.2" # 2025-12-13
6
8
  # VERSION = "1.4.0" # 2025-11-03
7
9
  # VERSION = "1.3.3" # 2025-10-30
@@ -0,0 +1,15 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Stones
4
+ VERSION = "1.4.4" # 2026-01-04
5
+ # VERSION = "1.4.3" # 2025-12-21
6
+ # VERSION = "1.4.2" # 2025-12-13
7
+ # VERSION = "1.4.0" # 2025-11-03
8
+ # VERSION = "1.3.3" # 2025-10-30
9
+ # VERSION = "1.3.2" # 2025-06-20
10
+ # VERSION = "1.3.1" # 2024-10-21
11
+ # VERSION = "1.3.0" # 2024-04-20
12
+
13
+ # VERSION = "1.0.4" # 2018-08-06
14
+ # VERSION = "1.0.3"
15
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stones
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
@@ -83,6 +83,7 @@ files:
83
83
  - lib/stones.rb
84
84
  - lib/stones/engine.rb
85
85
  - lib/stones/version.rb
86
+ - lib/stones/version.rb.bak
86
87
  homepage: https://github.com/matique/stones
87
88
  licenses:
88
89
  - MIT
@@ -92,7 +93,7 @@ require_paths:
92
93
  - lib
93
94
  required_ruby_version: !ruby/object:Gem::Requirement
94
95
  requirements:
95
- - - ">"
96
+ - - ">="
96
97
  - !ruby/object:Gem::Version
97
98
  version: '3'
98
99
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -101,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
102
  - !ruby/object:Gem::Version
102
103
  version: '0'
103
104
  requirements: []
104
- rubygems_version: 3.6.9
105
+ rubygems_version: 4.0.6
105
106
  specification_version: 4
106
107
  summary: Stones contains some basic files.
107
108
  test_files: []