allinoneruby 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +11 -0
- data/SUMMARY +1 -0
- data/VERSION +1 -0
- data/bin/allinoneruby +7 -0
- data/bin/empty +0 -0
- data/lib/empty +0 -0
- data/realstuff.rb +13539 -0
- metadata +45 -0
data/README
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
I'm experimenting with a new way of distributing applications
|
2
|
+
and libraries. That's why you don't find the usual layout of
|
3
|
+
files and directories. Instead, there's just one big file
|
4
|
+
(realstuff.rb) and a couple of bootstrap files.
|
5
|
+
realstuff.rb is an RBA (Ruby archive) and contains everything
|
6
|
+
you need to run the application or library.
|
7
|
+
|
8
|
+
For more information:
|
9
|
+
|
10
|
+
http://www.erikveen.dds.nl/tar2rubyscript/index.html
|
11
|
+
http://www.erikveen.dds.nl/distributingrubyapplications/index.html
|
data/SUMMARY
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
A "Just-in-Time and Temporary Installation of Ruby"
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
0.2.1
|
data/bin/allinoneruby
ADDED
data/bin/empty
ADDED
File without changes
|
data/lib/empty
ADDED
File without changes
|