rubyscript2exe 0.4.0 → 0.4.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/realstuff.rb +535 -526
  3. metadata +25 -19
metadata CHANGED
@@ -1,13 +1,13 @@
1
- --- !ruby/object:Gem::Specification
1
+ !ruby/object:Gem::Specification
2
2
  rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: rubyscript2exe
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
7
- date: 2005-08-06 00:00:00 +02:00
6
+ version: 0.4.1
7
+ date: 2005-12-03 00:00:00 +01:00
8
8
  summary: A Ruby Compiler
9
9
  require_paths:
10
- - lib
10
+ - lib
11
11
  email:
12
12
  homepage:
13
13
  rubyforge_project:
@@ -18,30 +18,36 @@ bindir: bin
18
18
  has_rdoc: false
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
21
- -
22
- - ">"
23
- - !ruby/object:Gem::Version
24
- version: 0.0.0
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
25
24
  version:
26
25
  platform: ruby
27
26
  signing_key:
28
27
  cert_chain:
29
28
  authors: []
29
+
30
30
  files:
31
- - SUMMARY
32
- - VERSION
33
- - README
34
- - bin
35
- - lib
36
- - realstuff.rb
37
- - bin/rubyscript2exe
38
- - bin/empty
39
- - lib/empty
31
+ - SUMMARY
32
+ - VERSION
33
+ - README
34
+ - bin
35
+ - lib
36
+ - realstuff.rb
37
+ - bin/rubyscript2exe
38
+ - bin/empty
39
+ - lib/empty
40
40
  test_files: []
41
+
41
42
  rdoc_options: []
43
+
42
44
  extra_rdoc_files: []
45
+
43
46
  executables:
44
- - rubyscript2exe
47
+ - rubyscript2exe
45
48
  extensions: []
49
+
46
50
  requirements: []
47
- dependencies: []
51
+
52
+ dependencies: []
53
+