You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Mostly preparing for publishing on Rubygems.org
- Remove the mention about the 3.0 support since it has been dropped.
There are too many issues on Windows to make it worth supporting it.
That version is also super old
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
> [!NOTE]
2
-
> **This tool is currently in active development.**The base functionalities work but we are working on adding more feature and polishing the overall experience.
2
+
> **This tool is currently in active development.**We are very much looking for your feedback feedback.
3
3
4
4
## 🗒️ Preambule
5
5
@@ -25,20 +25,13 @@ As noted by @flavorjoes, this toolchain works great but it's complex and brittle
25
25
> [!NOTE]
26
26
> cibuildgem is for now not able to compile projects that needs to link on external libraries. Unless the project vendors those libraries or uses [mini_portile](https://github.com/flavorjones/mini_portile).
27
27
28
-
> [!IMPORTANT]
29
-
> Repositories hosted on GitHub organization that don't belong to Shopify can't be tested at the moment. This is a temporary limitation that will be lifted
30
-
> once we opensource this tool and publish its associated GitHub action.
31
-
>
32
-
> You can either fork the repo inside the shopify-playground org or you can ping me (@edouard-chin) and I'll help you set it up.
33
-
34
-
35
28
### How to use it
36
29
37
30
While cibuildgem is generally **not** meant to be used locally, it provides a command to generate the right GitHub workflow for your project:
If you'd like to run a end-to-end test, the `date` gem is vendored in this project. You can trigger a manual run to do the whole compile, test, install dance from the GitHub action menu.
0 commit comments