tar2rubyscript 0.4.5

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.
Files changed (8) hide show
  1. data/README +11 -0
  2. data/SUMMARY +1 -0
  3. data/VERSION +1 -0
  4. data/bin/empty +0 -0
  5. data/bin/tar2rubyscript +7 -0
  6. data/lib/empty +0 -0
  7. data/realstuff.rb +3982 -0
  8. metadata +45 -0
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.4
3
+ specification_version: 1
4
+ name: tar2rubyscript
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.4.5
7
+ date: 2005-03-26
8
+ summary: A Tool for Distributing Ruby Applications
9
+ require_paths:
10
+ - lib
11
+ email:
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ authors: []
28
+ files:
29
+ - SUMMARY
30
+ - VERSION
31
+ - README
32
+ - bin
33
+ - lib
34
+ - realstuff.rb
35
+ - bin/tar2rubyscript
36
+ - bin/empty
37
+ - lib/empty
38
+ test_files: []
39
+ rdoc_options: []
40
+ extra_rdoc_files: []
41
+ executables:
42
+ - tar2rubyscript
43
+ extensions: []
44
+ requirements: []
45
+ dependencies: []