ocra 1.2.0.rc2 → 1.2.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.
- data/README.txt +9 -6
- data/Rakefile +5 -3
- data/bin/ocra +1 -1
- 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 +13 -12
data/README.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
= ocra
|
|
2
2
|
|
|
3
|
-
* http://ocra.rubyforge.org
|
|
4
|
-
* http://rubyforge.org/projects/ocra
|
|
5
|
-
* http://github.com/larsch/ocra
|
|
3
|
+
* Homepage: http://ocra.rubyforge.org
|
|
4
|
+
* RubyForge project page: http://rubyforge.org/projects/ocra
|
|
5
|
+
* GitHub: http://github.com/larsch/ocra
|
|
6
|
+
* Issue tracker: http://github.com/larsch/ocra/issues
|
|
7
|
+
* Google Group: http://groups.google.com/group/ruby-ocra
|
|
6
8
|
|
|
7
9
|
== DESCRIPTION:
|
|
8
10
|
|
|
@@ -19,9 +21,10 @@ any additionally needed ruby libraries or DLL.
|
|
|
19
21
|
* Both windowed/console mode supported
|
|
20
22
|
|
|
21
23
|
If you experience problems with OCRA or have found a bug, please use
|
|
22
|
-
the tracker on
|
|
23
|
-
http://
|
|
24
|
-
|
|
24
|
+
the issue tracker on GitHub
|
|
25
|
+
(http://github.com/larsch/ocra/issues). You can also join the Google
|
|
26
|
+
Group discussion forum to ask questions and get help
|
|
27
|
+
(http://groups.google.com/group/ruby-ocra).
|
|
25
28
|
|
|
26
29
|
== SYNOPSIS:
|
|
27
30
|
|
data/Rakefile
CHANGED
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
require 'rubygems'
|
|
4
4
|
require 'hoe'
|
|
5
5
|
|
|
6
|
-
Hoe.spec 'ocra' do
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
Hoe.spec 'ocra' do |spec|
|
|
7
|
+
spec.author = "Lars Christensen"
|
|
8
|
+
spec.email = "larsch@belunktum.dk"
|
|
9
|
+
spec.url = "http://ocra.rubyforge.org/"
|
|
10
|
+
spec.readme_file = 'README.rdoc'
|
|
9
11
|
end
|
|
10
12
|
|
|
11
13
|
task :build_stub do
|
data/bin/ocra
CHANGED
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,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ocra
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
hash: 31
|
|
5
|
+
prerelease: false
|
|
5
6
|
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 2
|
|
8
9
|
- 0
|
|
9
|
-
|
|
10
|
-
version: 1.2.0.rc2
|
|
10
|
+
version: 1.2.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Lars Christensen
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-09-02 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,6 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
+
hash: 7
|
|
29
30
|
segments:
|
|
30
31
|
- 2
|
|
31
32
|
- 0
|
|
@@ -41,6 +42,7 @@ dependencies:
|
|
|
41
42
|
requirements:
|
|
42
43
|
- - ">="
|
|
43
44
|
- !ruby/object:Gem::Version
|
|
45
|
+
hash: 21
|
|
44
46
|
segments:
|
|
45
47
|
- 2
|
|
46
48
|
- 6
|
|
@@ -53,8 +55,7 @@ description: |-
|
|
|
53
55
|
source code. The executable is a self-extracting, self-running
|
|
54
56
|
executable that contains the Ruby interpreter, your source code and
|
|
55
57
|
any additionally needed ruby libraries or DLL.
|
|
56
|
-
email:
|
|
57
|
-
- larsch@belunktum.dk
|
|
58
|
+
email: larsch@belunktum.dk
|
|
58
59
|
executables:
|
|
59
60
|
- ocra
|
|
60
61
|
extensions: []
|
|
@@ -76,7 +77,7 @@ files:
|
|
|
76
77
|
- test/test_ocra.rb
|
|
77
78
|
- lib/ocra.rb
|
|
78
79
|
has_rdoc: true
|
|
79
|
-
homepage: http://ocra.rubyforge.org/
|
|
80
|
+
homepage: http://ocra.rubyforge.org/
|
|
80
81
|
licenses: []
|
|
81
82
|
|
|
82
83
|
post_install_message:
|
|
@@ -90,19 +91,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
90
91
|
requirements:
|
|
91
92
|
- - ">="
|
|
92
93
|
- !ruby/object:Gem::Version
|
|
94
|
+
hash: 3
|
|
93
95
|
segments:
|
|
94
96
|
- 0
|
|
95
97
|
version: "0"
|
|
96
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
99
|
none: false
|
|
98
100
|
requirements:
|
|
99
|
-
- - "
|
|
101
|
+
- - ">="
|
|
100
102
|
- !ruby/object:Gem::Version
|
|
103
|
+
hash: 3
|
|
101
104
|
segments:
|
|
102
|
-
-
|
|
103
|
-
|
|
104
|
-
- 1
|
|
105
|
-
version: 1.3.1
|
|
105
|
+
- 0
|
|
106
|
+
version: "0"
|
|
106
107
|
requirements: []
|
|
107
108
|
|
|
108
109
|
rubyforge_project: ocra
|