falcon-rails 0.2.3 → 0.2.4

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: 478d7aeb6d3c73a46a0bcc5a421ecf3ae6ca19724006613fa8a3a35b1a4b1148
4
- data.tar.gz: 8e1debc88b7bc5150668f1af852ea80192e908641ccca1e294b8c8f332141aed
3
+ metadata.gz: e5d996717f45cb632e40028d722d05d3b5699a112a3325d4afe156b732544942
4
+ data.tar.gz: 7e53b8ac90cee9b7239569bf4534519d0a8a73164016151e10d6f42101689859
5
5
  SHA512:
6
- metadata.gz: f49dabebbb1a015c801d89dd7d2afb47fa58676b26cc82154dadeb215db7ace335904e9395ab2f87eabb425395924b320d46d77ce6c814e2e980a035f972386f
7
- data.tar.gz: 735296db0a6acace3a024721a7bd4f9652a5798eda389d5a9793b4534c1a9c14cd9b4ced3fcf5f94add5283fbf9e2b126dd8dd75c5fe6b5ab07a13368220363d
6
+ metadata.gz: 757fbcc9c5b3716a5653c1110b3a98e48e9ea4730fe478bb62f84ab9b81708dd3f2229b09a268d855772186d46975c4bac70edbfb24a990bd043813468556d46
7
+ data.tar.gz: b82d05a0737768a0ac5f6fb928fa7cad3ad412ae2566d1331e75fc0c1293e73e94427abafc89882fdc0cf534c94740c4249b8acabe38cb81cf692dca10df70b5
checksums.yaml.gz.sig CHANGED
Binary file
@@ -0,0 +1,31 @@
1
+ # Automatically generated context index for Utopia::Project guides.
2
+ # Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
3
+ ---
4
+ description: Easy Falcon and Rails integration.
5
+ metadata:
6
+ documentation_uri: https://socketry.github.io/falcon-rails/
7
+ source_code_uri: https://github.com/socketry/falcon-rails.git
8
+ files:
9
+ - path: getting-started.md
10
+ title: Getting Started
11
+ description: This guide explains how to get started using Falcon to host your Rails
12
+ application.
13
+ - path: job-processing.md
14
+ title: Job Processing
15
+ description: This guide explains how to implement background job processing with
16
+ Falcon and Rails using the `async-job` gem.
17
+ - path: http-streaming.md
18
+ title: HTTP Streaming
19
+ description: This guide explains how to implement HTTP response streaming with Falcon
20
+ and Rails.
21
+ - path: server-sent-events.md
22
+ title: Server-Sent Events
23
+ description: This guide explains how to implement Server-Sent Events with Falcon
24
+ and Rails.
25
+ - path: websockets.md
26
+ title: WebSockets
27
+ description: This guide explains how to implement WebSocket connections with Falcon
28
+ and Rails.
29
+ - path: real-time-views.md
30
+ title: Real-Time Views
31
+ description: This guide explains how to implement real-time interfaces with `Live::View`.
@@ -4,6 +4,6 @@
4
4
  module Falcon
5
5
  # @namespace
6
6
  module Rails
7
- VERSION = "0.2.3"
7
+ VERSION = "0.2.4"
8
8
  end
9
9
  end
data/readme.md CHANGED
@@ -1,6 +1,6 @@
1
- # Async::Rails
1
+ # Falcon::Rails
2
2
 
3
- Provides integration support for Async and Rails, allowing you to use Async's concurrency model within a Rails application.
3
+ Provides integration support for Falcon and Rails, allowing you to use Falcon's concurrency model within a Rails application.
4
4
 
5
5
  [![Development Status](https://github.com/socketry/falcon-rails/workflows/Test/badge.svg)](https://github.com/socketry/falcon-rails/actions?workflow=Test)
6
6
 
@@ -24,7 +24,9 @@ Please see the [project documentation](https://socketry.github.io/falcon-rails/)
24
24
 
25
25
  Please see the [project releases](https://socketry.github.io/falcon-rails/releases/index) for all releases.
26
26
 
27
- ### v0.1.0
27
+ ### v0.2.4
28
+
29
+ - Tidy up organization of guides + agent context.
28
30
 
29
31
  ## See Also
30
32
 
data/releases.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # Releases
2
2
 
3
- ## v0.1.0
3
+ ## v0.2.4
4
+
5
+ - Tidy up organization of guides + agent context.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -156,6 +156,7 @@ extra_rdoc_files: []
156
156
  files:
157
157
  - context/getting-started.md
158
158
  - context/http-streaming.md
159
+ - context/index.yaml
159
160
  - context/job-processing.md
160
161
  - context/real-time-views.md
161
162
  - context/server-sent-events.md
@@ -185,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
186
  - !ruby/object:Gem::Version
186
187
  version: '0'
187
188
  requirements: []
188
- rubygems_version: 3.6.7
189
+ rubygems_version: 3.6.9
189
190
  specification_version: 4
190
191
  summary: Easy Falcon and Rails integration.
191
192
  test_files: []
metadata.gz.sig CHANGED
Binary file