Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 25, 2024
1 parent b51ef78 commit 64977a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions bake.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2021-2024, by Samuel Williams.
# Copyright, 2024, by Pavel Rosický.
# Copyright, 2024, by Samuel Williams.

def build
ext_path = File.expand_path("ext", __dir__)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/io_vs_string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
x.compare!
end
end
end
end
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

XRB is a templating system built loosely on top of XHTML markup. It uses efficient native parsers where possible and compiles templates into efficient Ruby. It also includes a markup builder to assist with the generation of pleasantly formatted markup which is compatible with the included parsers.

[![Development Status](https://github.com/ioquatix/trenni/workflows/Test/badge.svg)](https://github.com/ioquatix/trenni/actions?workflow=Test)
[![Development Status](https://github.com/socketry/xrb/workflows/Test/badge.svg)](https://github.com/socketry/xrb/actions?workflow=Test)

## Usage

## See Also

- [language-xrb](https://atom.io/packages/language-xrb) package for the [Atom text editor](https://atom.io). It provides syntax highlighting and integration when XRB is used with the [utopia web framework](https://github.com/ioquatix/utopia).

- [vim-xrb](https://github.com/huba/vim-xrb) package for Vim.

- [XRB Formatters](https://github.com/ioquatix/xrb-formatters) is a separate gem that uses `XRB::Builder` to generate HTML forms easily.
- [xrb-vscode](https://github.com/socketry/xrb-vscode) package for Visual Studio Code.

## Contributing

Expand Down

0 comments on commit 64977a3

Please sign in to comment.