rubyscript2exe 0.4.4 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rubyscript2exe.rb +7 -0
- data/realstuff.rb +14658 -14658
- metadata +5 -5
- data/bin/empty +0 -0
- data/lib/empty +0 -0
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.
|
2
|
+
rubygems_version: 0.9.0
|
3
3
|
specification_version: 1
|
4
4
|
name: rubyscript2exe
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2006-
|
6
|
+
version: 0.5.0
|
7
|
+
date: 2006-07-29 00:00:00 +02:00
|
8
8
|
summary: A Ruby Compiler
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -25,6 +25,7 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
25
25
|
platform: ruby
|
26
26
|
signing_key:
|
27
27
|
cert_chain:
|
28
|
+
post_install_message:
|
28
29
|
authors: []
|
29
30
|
|
30
31
|
files:
|
@@ -35,8 +36,7 @@ files:
|
|
35
36
|
- lib
|
36
37
|
- realstuff.rb
|
37
38
|
- bin/rubyscript2exe
|
38
|
-
-
|
39
|
-
- lib/empty
|
39
|
+
- lib/rubyscript2exe.rb
|
40
40
|
test_files: []
|
41
41
|
|
42
42
|
rdoc_options: []
|
data/bin/empty
DELETED
File without changes
|
data/lib/empty
DELETED
File without changes
|