ocra 1.3.0.rc2 → 1.3.0

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.
@@ -14,6 +14,9 @@
14
14
 
15
15
  * Debug mode support in the stub (--debug). Also --debug-extract to
16
16
  keep extracted files from executable. (DavidMikeSimon)
17
+
18
+ * New gem behaviour yet again due to changes in Rubygems. See README
19
+ file.
17
20
 
18
21
  === 1.2.0
19
22
 
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.rc2"
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++|cxx|h|hxx|hpp|obj|o|a)$/
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})/
@@ -1,3 +1,3 @@
1
1
  class Ocra
2
- VERSION = '1.3.0.rc2'
2
+ VERSION = '1.3.0'
3
3
  end
Binary file
Binary file
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.rc2
5
- prerelease: 6
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-05-28 00:00:00.000000000Z
12
+ date: 2011-06-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hoe
16
- requirement: &7482744 !ruby/object:Gem::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: *7482744
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: 1.3.1
69
+ version: '0'
70
70
  requirements: []
71
71
  rubyforge_project: ocra
72
72
  rubygems_version: 1.8.4