mrubyc-test 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- data/lib/mrubyc/test/version.rb +1 -1
- data/lib/mrubyc-test.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dc602b51632584fa372fcf1b6d5f5784eef18b87ed4acaa12e05f6072ca902a
|
4
|
+
data.tar.gz: 876bcc2aee523311ac32496e529782360deb5f547aa5928e1b894d12a9b3900b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d730d17eda649c0ec3e70d370c69d69d1d17dde8d615fa61cd23fc190f3a382ba23dcfb149cd6745101fcf5446291d8ec35adb695ef2732d4dee1eea9742a8b
|
7
|
+
data.tar.gz: d73e5584d8420f04b2311e2748cc8f112a42317738a64a44c346a590f17cf1c65d38e0ddc7327f9d6f7880aa4a045bb1e5ac470c436f78c588df7a389275a72d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
mrubyc-test (0.9.
|
4
|
+
mrubyc-test (0.9.2)
|
5
5
|
activesupport (~> 7.0)
|
6
6
|
rufo (~> 0.12)
|
7
7
|
thor (~> 1.2)
|
@@ -9,33 +9,33 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (7.0.4)
|
12
|
+
activesupport (7.0.4.2)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 1.6, < 2)
|
15
15
|
minitest (>= 5.1)
|
16
16
|
tzinfo (~> 2.0)
|
17
|
-
concurrent-ruby (1.
|
17
|
+
concurrent-ruby (1.2.2)
|
18
18
|
diff-lcs (1.5.0)
|
19
19
|
i18n (1.12.0)
|
20
20
|
concurrent-ruby (~> 1.0)
|
21
|
-
minitest (5.
|
21
|
+
minitest (5.18.0)
|
22
22
|
rake (13.0.6)
|
23
23
|
rspec (3.12.0)
|
24
24
|
rspec-core (~> 3.12.0)
|
25
25
|
rspec-expectations (~> 3.12.0)
|
26
26
|
rspec-mocks (~> 3.12.0)
|
27
|
-
rspec-core (3.12.
|
27
|
+
rspec-core (3.12.1)
|
28
28
|
rspec-support (~> 3.12.0)
|
29
|
-
rspec-expectations (3.12.
|
29
|
+
rspec-expectations (3.12.2)
|
30
30
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
31
|
rspec-support (~> 3.12.0)
|
32
|
-
rspec-mocks (3.12.
|
32
|
+
rspec-mocks (3.12.4)
|
33
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
34
|
rspec-support (~> 3.12.0)
|
35
35
|
rspec-support (3.12.0)
|
36
|
-
rufo (0.
|
36
|
+
rufo (0.15.1)
|
37
37
|
thor (1.2.1)
|
38
|
-
tzinfo (2.0.
|
38
|
+
tzinfo (2.0.6)
|
39
39
|
concurrent-ruby (~> 1.0)
|
40
40
|
|
41
41
|
PLATFORMS
|
data/lib/mrubyc/test/version.rb
CHANGED
data/lib/mrubyc-test.rb
CHANGED
@@ -55,7 +55,7 @@ module Mrubyc::Test
|
|
55
55
|
[
|
56
56
|
"#{mrbc_path} -B test test.rb",
|
57
57
|
"#{mrbc_path} -B models models.rb",
|
58
|
-
"#{cc} -O0 -g3 -Wall -I #{pwd}/#{config['mrubyc_src_dir']} -static -o test main.c #{pwd}/#{config['mrubyc_src_dir']}/*.c #{pwd}/#{config['mrubyc_src_dir']}/hal_posix/*.c -DMRBC_INT64 -DMAX_SYMBOLS_COUNT=
|
58
|
+
"#{cc} -O0 -g3 -Wall -I #{pwd}/#{config['mrubyc_src_dir']} -static -o test main.c #{pwd}/#{config['mrubyc_src_dir']}/*.c #{pwd}/#{config['mrubyc_src_dir']}/hal_posix/*.c -DMRBC_INT64 -DMAX_SYMBOLS_COUNT=10000 -DMRBC_USE_MATH=1 -DMRBC_USE_HAL_POSIX #{ENV["CFLAGS"]} #{ENV["LDFLAGS"]}",
|
59
59
|
"#{qemu} ./test"
|
60
60
|
].each do |cmd|
|
61
61
|
puts cmd
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mrubyc-test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- HASUMI Hitoshi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
|
-
rubygems_version: 3.
|
155
|
+
rubygems_version: 3.4.7
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: Test Framework for mruby/c
|