ocra 1.3.0.rc2 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/bin/ocra +3 -3
- data/lib/ocra.rb +1 -1
- data/share/ocra/edicon.exe +0 -0
- data/share/ocra/stub.exe +0 -0
- data/share/ocra/stubw.exe +0 -0
- metadata +7 -7
data/History.txt
CHANGED
data/bin/ocra
CHANGED
@@ -175,14 +175,14 @@ module Ocra
|
|
175
175
|
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
|
176
176
|
end
|
177
177
|
|
178
|
-
VERSION = "1.3.0
|
178
|
+
VERSION = "1.3.0"
|
179
179
|
|
180
180
|
IGNORE_MODULES = /^enumerator.so$/
|
181
181
|
|
182
182
|
GEM_SCRIPT_RE = /\.rbw?$/
|
183
183
|
GEM_EXTRA_RE = %r{(
|
184
184
|
# Auxiliary files in the root of the gem
|
185
|
-
^(\.\/)?(History|Install|Manifest|README|Licen[sc]e|Contributors|ChangeLog|BSD|GPL).*$ |
|
185
|
+
^(\.\/)?(History|Install|Manifest|README|CHANGES|Licen[sc]e|Contributors|ChangeLog|BSD|GPL).*$ |
|
186
186
|
# Installation files in the root of the gem
|
187
187
|
^(\.\/)?(Rakefile|setup.rb|extconf.rb)$ |
|
188
188
|
# Documentation/test directories in the root of the gem
|
@@ -190,7 +190,7 @@ module Ocra
|
|
190
190
|
# Directories anywhere
|
191
191
|
(^|\/)(\.autotest|\.svn|\.cvs|\.git)(\/|$) |
|
192
192
|
# Unlikely extensions
|
193
|
-
\.(rdoc|c|cpp|c
|
193
|
+
\.(rdoc|c|cpp|c\+\+|cxx|h|hxx|hpp|obj|o|a)$/
|
194
194
|
)}xi
|
195
195
|
|
196
196
|
GEM_NON_FILE_RE = /(#{GEM_EXTRA_RE}|#{GEM_SCRIPT_RE})/
|
data/lib/ocra.rb
CHANGED
data/share/ocra/edicon.exe
CHANGED
Binary file
|
data/share/ocra/stub.exe
CHANGED
Binary file
|
data/share/ocra/stubw.exe
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ocra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.0
|
5
|
-
prerelease:
|
4
|
+
version: 1.3.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Lars Christensen
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2011-
|
12
|
+
date: 2011-06-19 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: hoe
|
16
|
-
requirement: &
|
16
|
+
requirement: &7397928 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 2.9.4
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *7397928
|
25
25
|
description: ! "OCRA (One-Click Ruby Application) builds Windows executables from
|
26
26
|
Ruby\r\nsource code. The executable is a self-extracting, self-running\r\nexecutable
|
27
27
|
that contains the Ruby interpreter, your source code and\r\nany additionally needed
|
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
65
65
|
none: false
|
66
66
|
requirements:
|
67
|
-
- - ! '
|
67
|
+
- - ! '>='
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
69
|
+
version: '0'
|
70
70
|
requirements: []
|
71
71
|
rubyforge_project: ocra
|
72
72
|
rubygems_version: 1.8.4
|