allinoneruby 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/VERSION +1 -1
  2. data/lib/allinoneruby.rb +7 -0
  3. data/realstuff.rb +13364 -13137
  4. metadata +5 -5
  5. data/bin/empty +0 -0
  6. data/lib/empty +0 -0
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.9
1
+ 0.2.10
@@ -0,0 +1,7 @@
1
+ gemdir = File.expand_path("..", File.dirname(__FILE__))
2
+ realstuff = File.expand_path("realstuff.rb", gemdir)
3
+ isapplication = File.basename(File.dirname(__FILE__)) == "bin"
4
+
5
+ $0.replace(realstuff) if isapplication
6
+
7
+ load(realstuff)