Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinefrasca authored Feb 19, 2025
2 parents 51fcc25 + fffc602 commit 272eded
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 336 deletions.
11 changes: 4 additions & 7 deletions recipes/emberjson/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 0.1.1
version: 0.1.3

package:
name: "emberjson"
version: ${{ version }}

source:
- git: https://github.com/bgreni/EmberJson.git
rev: 23bf62c726f6f57d0338780fad3802c2c42c5487
rev: 95cf7550379d7675084e2d6984eb1b81c3ac7ccc

build:
number: 0
Expand All @@ -16,18 +16,15 @@ build:

requirements:
host:
- max =24.6
- max =25.1
run:
- ${{ pin_compatible('max') }}

tests:
- script:
- if: unix
then:
- mojo run test.mojo
files:
recipe:
- test.mojo
- mojo test

about:
homepage: https://github.com/bgreni/EmberJson
Expand Down
327 changes: 0 additions & 327 deletions recipes/emberjson/test.mojo

This file was deleted.

4 changes: 2 additions & 2 deletions recipes/websockets/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "0.1.1"
version: "0.1.2"

package:
name: "websockets"
version: ${{ version }}

source:
- git: https://github.com/msaelices/mojo-websockets.git
rev: 30f0927ce27cde04cf25304b6d449f36d20281a1
rev: 86ff5744e437fe2203ed8a1be5db62964f084e02

build:
number: 0
Expand Down

0 comments on commit 272eded

Please sign in to comment.