File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Phlex
22
3+ [ ![ Ruby Users Forum] ( https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum )] ( https://www.rubyforum.org/tag/phlex )
4+
35Phlex lets you build object-oriented web views in pure Ruby.
46
57- [ v2 Docs] ( https://www.phlex.fun )
68- [ v1 Docs] ( https://v1.phlex.fun )
79
10+ ## Community
11+
12+ Join us in the ` phlex ` tag on the [ Ruby Users Forum] ( https://www.rubyforum.org/tag/phlex ) .
13+
814## Versioning and Maintenance
915
1016Phlex does not follow Semantic Versioning (SemVer). Instead, we follow [ BreakVer] ( https://www.taoensso.com/break-versioning ) .
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
1919 spec . metadata [ "changelog_uri" ] = "https://github.com/phlex-ruby/phlex/releases"
2020 spec . metadata [ "funding_uri" ] = "https://github.com/sponsors/joeldrapper"
2121 spec . metadata [ "rubygems_mfa_required" ] = "true"
22+ spec . metadata [ "mailing_list_uri" ] = "https://www.rubyforum.org/tag/phlex"
2223
2324 spec . files = Dir [
2425 "README.md" ,
You can’t perform that action at this time.
0 commit comments