Skip to content

Releases: bryanjhv/ruby2go

Ruby2Go 1.0.2

26 Dec 00:21
Compare
Choose a tag to compare

This release adds support for custom input, by using a helper (with_input). Then you just read it with gets method like you'd do in a computer.

Use it like so:

with_input('Bryan', 2016-1996)

name = gets.chomp
age = gets.to_i

puts "Hi #{name}, are you really #{age}?"

Ruby2Go 1.0.1

26 Dec 00:15
Compare
Choose a tag to compare

This release can be considered like the previous one but supporting Spanish locale.

Ruby2Go 1.0.0

26 Dec 00:11
Compare
Choose a tag to compare

It's the initial release and I hope you're also happy for this. 😄

This release includes:

  • Support for Ruby 2 via Opal.
  • Fast code execution using Web Workers.
  • Tested on Firefox OS 1.3+.