Sha256: eaf24da2c6088e784b2b1bef255800fdc1b456d028ef7306ee8dfa77264da05c
Contents?: true
Size: 563 Bytes
Versions: 6
Compression:
Stored size: 563 Bytes
Contents
= shoesgem Shoes is a tiny graphical app kit. ShoesGem is a gem of Shoes. == Note This is a purely-experimental trial version. Not official. So, just only for Windows. == Write your Shoes app with ShoesGem * gem install shoesgem * write your app like this # my_first_shoes_app.rb SHOES_APP = File.expand_path(__FILE__) require 'shoes' begin Shoes.app do para 'hello world!' end rescue puts 'fin!' end * ruby my_first_shoes_app.rb == Copyright ShoesGem was built by ashbb. See LICENSE for details.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
shoesgem-0.1480.0 | README.rdoc |
shoesgem-0.1469.0 | README.rdoc |
shoesgem-0.1430.0 | README.rdoc |
shoesgem-0.1429.0 | README.rdoc |
shoesgem-0.1428.0 | README.rdoc |
shoesgem-0.1426.0 | README.rdoc |