Skip to content

Commit fffc602

Browse files
update emberjson 0.1.3 (#73)
Co-authored-by: Caroline Frasca <[email protected]>
1 parent f3dff70 commit fffc602

File tree

2 files changed

+4
-334
lines changed

2 files changed

+4
-334
lines changed

recipes/emberjson/recipe.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 0.1.1
2+
version: 0.1.3
33

44
package:
55
name: "emberjson"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/bgreni/EmberJson.git
10-
rev: 23bf62c726f6f57d0338780fad3802c2c42c5487
10+
rev: 95cf7550379d7675084e2d6984eb1b81c3ac7ccc
1111

1212
build:
1313
number: 0
@@ -16,18 +16,15 @@ build:
1616

1717
requirements:
1818
host:
19-
- max =24.6
19+
- max =25.1
2020
run:
2121
- ${{ pin_compatible('max') }}
2222

2323
tests:
2424
- script:
2525
- if: unix
2626
then:
27-
- mojo run test.mojo
28-
files:
29-
recipe:
30-
- test.mojo
27+
- mojo test
3128

3229
about:
3330
homepage: https://github.com/bgreni/EmberJson

recipes/emberjson/test.mojo

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

0 commit comments

Comments
 (0)