Sha256: ad379cc5601a5a55533c956ae533180d56ee97b8e9f5e840a38f94dd257eda49

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 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

	SHOES_APP = File.expand_path(__FILE__)
	require 'shoes'
	
	begin
	
	Shoes.app do
	  para 'hello world!'
	end
	
	rescue
	  puts 'fin!'
	end

== Copyright

ShoesGem was built by ashbb.

See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoesgem-0.1424.0 README.rdoc