We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb69fa commit 2e2da55Copy full SHA for 2e2da55
examples/streaming/config.ru
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
-require "trenni/template"
3
-TEMPLATE = Trenni::Template.load(<<~'HTML')
+require "xrb/template"
+TEMPLATE = XRB::Template.load(<<~'HTML')
4
<!DOCTYPE html><html><head><title>99 bottles of beer</title></head><body>
5
<?r 99.downto(1) do |i| ?>
6
<p>#{i} bottles of beer on the wall</br>
examples/streaming/gems.rb
@@ -5,7 +5,7 @@
source "https://rubygems.org"
7
8
-gem "trenni", "~> 3.14"
9
-gem "rack", "3.0.0"
+gem "xrb"
+gem "rack", "~> 3"
10
gem "falcon", path: "../../"
11
-# gem 'protocol-http', path: '../../../protocol-http'
+
0 commit comments