Skip to content

Commit 1f8700e

Browse files
authored
Bump emberjson to 0.25.7 (#184)
1 parent 4689eae commit 1f8700e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

recipes/emberjson/recipe.yaml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
context:
2-
version: 0.2.0
3-
mojo_version: "=0.25.6"
2+
version: 0.2.1
43

54
package:
65
name: "emberjson"
76
version: ${{ version }}
87

98
source:
109
- git: https://github.com/bgreni/EmberJson.git
11-
rev: 5a456cc8286753d3fcdc5686f0ec48fe2dcee316
10+
rev: 6c6ed09fba6c426546e099af886deb53824bb4ba
1211

1312
build:
1413
number: 0
@@ -17,22 +16,28 @@ build:
1716

1817
requirements:
1918
host:
20-
- mojo-compiler =0.25.6
19+
- mojo-compiler =0.25.7
2120
build:
22-
- mojo-compiler ${{ mojo_version }}
21+
- mojo-compiler =0.25.7
2322
run:
2423
- ${{ pin_compatible('mojo-compiler') }}
2524

2625
tests:
2726
- script:
2827
- if: unix
2928
then:
30-
- mojo test
29+
- python run_tests.py
30+
files:
31+
source:
32+
- run_tests.py
33+
- test/
34+
- emberjson/
35+
- bench_data/
3136
requirements:
3237
build:
33-
- mojo ${{ mojo_version }}
38+
- mojo =0.25.7
3439
run:
35-
- mojo ${{ mojo_version }}
40+
- mojo =0.25.7
3641

3742
about:
3843
homepage: https://github.com/bgreni/EmberJson

0 commit comments

Comments
 (0)