lifeform 0.15.0 → 0.16.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d7eca3cad846f501a2e7c536a1b425892f4345edf541f9c075247f43a0bd745
4
- data.tar.gz: ecaed27fc58d8f4ee1d4124949e2b70880aee361adfce0a6c88ba4f1a4b15d5d
3
+ metadata.gz: a757ed6ce30cf3a892760a6b9c3c9ba3699475cc8502a90e9de07b56a7a3fb2a
4
+ data.tar.gz: e17f65492dbc44c4a1e874f56b3a336941db2b914986cecce64006119ff71383
5
5
  SHA512:
6
- metadata.gz: 64ebc935866d5a6cfdf196ef9e9415d2a54a583d7782799cfbe5dfa4487000a6bf84565a4af004c6cda90bc4033c7405b58061111f46ce690a7f9159569ec0ac
7
- data.tar.gz: dd0cf0480e6ec9b64d76235365952a398e1f79514c3903f870a8683fbbce6fcedb26356005b8b8bf4892159130fa22c733886f68df24789bcd09f85fb58cd52f
6
+ metadata.gz: 3a607e2b89f5c52e5ae900b60b53009e5b59f8591ab1ff08b27378eff829cc3eaaa0436561d39caaa0d69583501919132b50856098747f979389c5125d3d2316
7
+ data.tar.gz: badaefd5cd10695da7730f2441cbccaa5e439c6be23e3e77a3d0121dc6be12aecaa0fca28710b65d5990c4359d8c1033f9f56ef7daf3bb44cace089b7958552f
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ ruby-3.1.4
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.16.0] - 2025-09-11
11
+
12
+ - Migrate repo to Codeberg
13
+ - Minimum supported Ruby version is 3.1
14
+
10
15
  ## [0.15.0] - 2024-04-17
11
16
 
12
17
  - Add compatibility fixes re: Streamlined
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lifeform (0.15.0)
4
+ lifeform (0.16.0)
5
5
  hash_with_dot_access (>= 1.2)
6
6
  sequel (>= 5.72)
7
7
  streamlined (>= 0.2.0)
@@ -32,9 +32,8 @@ GEM
32
32
  diff-lcs (1.5.1)
33
33
  drb (2.2.1)
34
34
  e2mmap (0.1.0)
35
- erubi (1.12.0)
36
- hash_with_dot_access (1.2.0)
37
- activesupport (>= 5.0.0, < 8.0)
35
+ erubi (1.13.1)
36
+ hash_with_dot_access (2.2.0)
38
37
  i18n (1.14.4)
39
38
  concurrent-ruby (~> 1.0)
40
39
  jaro_winkler (1.5.6)
@@ -94,11 +93,11 @@ GEM
94
93
  rubocop-rake (0.6.0)
95
94
  rubocop (~> 1.0)
96
95
  ruby-progressbar (1.13.0)
97
- sequel (5.79.0)
96
+ sequel (5.96.0)
98
97
  bigdecimal
99
- serbea (2.1.0)
100
- erubi (>= 1.10)
101
- tilt (~> 2.0)
98
+ serbea (2.3.0)
99
+ erubi (>= 1.11)
100
+ tilt (>= 2.1)
102
101
  solargraph (0.45.0)
103
102
  backport (~> 1.2)
104
103
  benchmark
@@ -114,7 +113,7 @@ GEM
114
113
  thor (~> 1.0)
115
114
  tilt (~> 2.0)
116
115
  yard (~> 0.9, >= 0.9.24)
117
- streamlined (0.5.2)
116
+ streamlined (0.6.1)
118
117
  serbea (>= 2.1)
119
118
  zeitwerk (~> 2.5)
120
119
  thor (1.3.1)
@@ -123,7 +122,7 @@ GEM
123
122
  concurrent-ruby (~> 1.0)
124
123
  unicode-display_width (2.5.0)
125
124
  yard (0.9.36)
126
- zeitwerk (2.6.13)
125
+ zeitwerk (2.6.18)
127
126
 
128
127
  PLATFORMS
129
128
  arm64-darwin-21
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Lifeform
2
2
 
3
- Component-centric form object rendering for Ruby. Bridgetown, Roda, and Rails all supported.
3
+ Component-centric form object rendering for Ruby focused on the [Bridgetown](https://www.bridgetownrb.com) (and Roda) framework.
4
4
 
5
5
  ## Installation
6
6
 
@@ -76,12 +76,8 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
76
76
 
77
77
  ## Contributing
78
78
 
79
- Bug reports and pull requests are welcome on GitHub at https://github.com/bridgetownrb/lifeform. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/bridgetownrb/lifeform/blob/main/CODE_OF_CONDUCT.md).
79
+ Bug reports and pull requests are welcome on GitHub at https://codeberg.org/jaredwhite/lifeform. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://codeberg.org/jaredwhite/lifeform/src/main/CODE_OF_CONDUCT.md).
80
80
 
81
81
  ## License
82
82
 
83
83
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
84
-
85
- ## Code of Conduct
86
-
87
- Everyone interacting in the Lifeform project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bridgetownrb/lifeform/blob/main/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lifeform
4
- VERSION = "0.15.0"
4
+ VERSION = "0.16.0"
5
5
  end
data/lifeform.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.email = "maintainers@bridgetownrb.com"
10
10
 
11
11
  spec.summary = "Component-centric form object rendering for Ruby"
12
- spec.homepage = "https://github.com/bridgetownrb/lifeform"
12
+ spec.homepage = "https://codeberg.org/jaredwhite/lifeform"
13
13
  spec.license = "MIT"
14
- spec.required_ruby_version = ">= 3.0"
14
+ spec.required_ruby_version = ">= 3.1"
15
15
  spec.metadata["rubygems_mfa_required"] = "true"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lifeform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bridgetown Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-18 00:00:00.000000000 Z
11
+ date: 2025-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hash_with_dot_access
@@ -97,7 +97,7 @@ files:
97
97
  - lib/lifeform/libraries/shoelace/submit_button.rb
98
98
  - lib/lifeform/version.rb
99
99
  - lifeform.gemspec
100
- homepage: https://github.com/bridgetownrb/lifeform
100
+ homepage: https://codeberg.org/jaredwhite/lifeform
101
101
  licenses:
102
102
  - MIT
103
103
  metadata:
@@ -110,14 +110,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
- version: '3.0'
113
+ version: '3.1'
114
114
  required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - ">="
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  requirements: []
120
- rubygems_version: 3.3.3
120
+ rubygems_version: 3.3.26
121
121
  signing_key:
122
122
  specification_version: 4
123
123
  summary: Component-centric form object rendering for Ruby