ruby_on_skis 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.textile +2 -0
  2. data/Rakefile +4 -0
  3. data/VERSION +1 -1
  4. metadata +3 -3
data/README.textile CHANGED
@@ -1,5 +1,7 @@
1
1
  h1. Ruby on Skis
2
2
 
3
+ I've just created the gem, which is totally non-working. Please do not install. I've just pushed it to get a feel for what to do.
4
+
3
5
  h2. Introduction
4
6
 
5
7
  The aim of Ruby on Skis is to provide a starting structure within which to program your wxRuby project. The template provides a directory structure, a set of Rakefiles to manage, and most importantly, to _package_ your Ruby application for distribution as a standalone program when completed. It also includes an environment to get the application running and provide basic services to the program code. For now, the template only supports packaging for Mac OSX and Windows, although various flavors of Linux should be easily accommodated and are planned for the future.
data/Rakefile CHANGED
@@ -34,6 +34,10 @@ begin
34
34
  gemspec.name = "ruby_on_skis"
35
35
  gemspec.summary = "Provide a starting structure within which to program your wxRuby project"
36
36
  gemspec.description = <<-DESCRIPTION
37
+
38
+ I've just created the gem, which is totally non-working. Please do not install.
39
+ I've just pushed it to get a feel for what to do.
40
+
37
41
  The aim of Ruby on Skis is to provide a starting structure within which to program your wxRuby project.
38
42
  The template provides a directory structure, a set of Rakefiles to manage, and most importantly, to
39
43
  package your Ruby application for distribution as a standalone program when completed. It also includes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 0
9
- version: 0.0.0
8
+ - 1
9
+ version: 0.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel P. Zepeda
@@ -18,7 +18,7 @@ date: 2010-03-18 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: " The aim of Ruby on Skis is to provide a starting structure within which to program your wxRuby project. \n The template provides a directory structure, a set of Rakefiles to manage, and most importantly, to \n package your Ruby application for distribution as a standalone program when completed. It also includes \n an environment to get the application running and provide basic services to the program code. \n For now, the template only supports packaging for Mac OSX and Windows, although various flavors of \n Linux should be easily accommodated and are planned for the future \n"
21
+ description: " \n I've just created the gem, which is totally non-working. Please do not install. \n I've just pushed it to get a feel for what to do. \n \n The aim of Ruby on Skis is to provide a starting structure within which to program your wxRuby project. \n The template provides a directory structure, a set of Rakefiles to manage, and most importantly, to \n package your Ruby application for distribution as a standalone program when completed. It also includes \n an environment to get the application running and provide basic services to the program code. \n For now, the template only supports packaging for Mac OSX and Windows, although various flavors of \n Linux should be easily accommodated and are planned for the future \n"
22
22
  email: duskhacker@duskhacker.com
23
23
  executables:
24
24
  - init.rb