microruby 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: microruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mark Lyons
|
@@ -13,7 +13,7 @@ cert_chain: []
|
|
13
13
|
date: 2012-12-03 00:00:00 Z
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: MicroRuby compiles Ruby to compact bytecode for execution on embedded microcontrollers.
|
16
|
+
description: MicroRuby compiles Ruby to compact bytecode for execution on embedded microcontrollers. This is an alpha release - opcode support is extremely limited. Bytecode execution requires the MicroRuby VM, which is in the works.
|
17
17
|
email: mark@microruby.com
|
18
18
|
executables:
|
19
19
|
- microruby
|