Skip to content

Commit f7b2655

Browse files
committed
Modernize gem.
1 parent d06363f commit f7b2655

File tree

109 files changed

+40
-24183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+40
-24183
lines changed

.github/workflows/development.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
- 2.5
1818
- 2.6
1919
- 2.7
20+
- 3.0
2021

2122
experimental: [false]
2223
env: [""]
2324

2425
include:
2526
- os: ubuntu
26-
ruby: truffleruby-head
27+
ruby: truffleruby
2728
experimental: true
2829
- os: ubuntu
2930
ruby: jruby
@@ -37,9 +38,7 @@ jobs:
3738
- uses: ruby/setup-ruby@v1
3839
with:
3940
ruby-version: ${{matrix.ruby}}
40-
41-
- name: Install dependencies
42-
run: ${{matrix.env}} bundle install
41+
bundler-cache: true
4342

4443
- name: Run tests
4544
timeout-minutes: 5
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: ruby/setup-ruby@v1
15+
env:
16+
BUNDLE_WITH: maintenance
17+
with:
18+
ruby-version: 2.7
19+
bundler-cache: true
20+
21+
- name: Installing packages
22+
run: sudo apt-get install wget
23+
24+
- name: Generate documentation
25+
timeout-minutes: 5
26+
run: bundle exec bake utopia:project:static
27+
28+
- name: Deploy documentation
29+
uses: JamesIves/github-pages-deploy-action@4.0.0
30+
with:
31+
branch: docs
32+
folder: docs

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Provides containers which implement parallelism for clients and servers.
66

77
## Features
88

9-
- Supports multi-process, multi-thread and hybrid containers.
10-
- Automatic scalability based on physical hardware.
11-
- Direct integration with [systemd](https://www.freedesktop.org/software/systemd/man/sd_notify.html) using `$NOTIFY_SOCKET`.
12-
- Internal process readiness protocol for handling state changes.
13-
- Automatic restart of failed processes.
9+
- Supports multi-process, multi-thread and hybrid containers.
10+
- Automatic scalability based on physical hardware.
11+
- Direct integration with [systemd](https://www.freedesktop.org/software/systemd/man/sd_notify.html) using `$NOTIFY_SOCKET`.
12+
- Internal process readiness protocol for handling state changes.
13+
- Automatic restart of failed processes.
1414

1515
## Usage
1616

docs/.nojekyll

Whitespace-only changes.

docs/_components/jquery-litebox/jquery.litebox.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/_components/jquery-litebox/jquery.litebox.gallery.css

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/_components/jquery-litebox/jquery.litebox.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/_components/jquery-syntax/base/jquery.syntax.brush.apache.css

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/_components/jquery-syntax/base/jquery.syntax.brush.applescript.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/_components/jquery-syntax/base/jquery.syntax.brush.assembly.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)