prism-cli 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: prism-cli
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nick Johnstone
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Build frontend web apps with Ruby and Wasm
14
+ email: ncwjohnstone@gmail.com
15
+ executables:
16
+ - prism
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/prism
21
+ - dist/prism.js
22
+ - main.c
23
+ - mruby/build/emscripten/lib/libmruby.a
24
+ - mruby/include/mrbconf.h
25
+ - mruby/include/mruby.h
26
+ - mruby/include/mruby/array.h
27
+ - mruby/include/mruby/boxing_nan.h
28
+ - mruby/include/mruby/boxing_no.h
29
+ - mruby/include/mruby/boxing_word.h
30
+ - mruby/include/mruby/class.h
31
+ - mruby/include/mruby/common.h
32
+ - mruby/include/mruby/compile.h
33
+ - mruby/include/mruby/data.h
34
+ - mruby/include/mruby/debug.h
35
+ - mruby/include/mruby/dump.h
36
+ - mruby/include/mruby/error.h
37
+ - mruby/include/mruby/gc.h
38
+ - mruby/include/mruby/hash.h
39
+ - mruby/include/mruby/irep.h
40
+ - mruby/include/mruby/istruct.h
41
+ - mruby/include/mruby/khash.h
42
+ - mruby/include/mruby/numeric.h
43
+ - mruby/include/mruby/object.h
44
+ - mruby/include/mruby/opcode.h
45
+ - mruby/include/mruby/ops.h
46
+ - mruby/include/mruby/proc.h
47
+ - mruby/include/mruby/range.h
48
+ - mruby/include/mruby/re.h
49
+ - mruby/include/mruby/string.h
50
+ - mruby/include/mruby/throw.h
51
+ - mruby/include/mruby/value.h
52
+ - mruby/include/mruby/variable.h
53
+ - mruby/include/mruby/version.h
54
+ - src/prism.rb
55
+ - wasm-server.js
56
+ homepage: https://rubygems.org/gems/prism-cli
57
+ licenses:
58
+ - MIT
59
+ metadata: {}
60
+ post_install_message:
61
+ rdoc_options: []
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ version: '0'
74
+ requirements: []
75
+ rubygems_version: 3.0.3
76
+ signing_key:
77
+ specification_version: 4
78
+ summary: Build frontend web apps with Ruby and Wasm
79
+ test_files: []