ocra 1.0.1 → 1.0.2

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.
@@ -5,4 +5,5 @@ Rakefile
5
5
  bin/ocra.rb
6
6
  share/ocra/lzma.exe
7
7
  share/ocra/stub.exe
8
+ share/ocra/stubw.exe
8
9
  test/test_ocra.rb
data/Rakefile CHANGED
@@ -11,6 +11,7 @@ end
11
11
  task :stub do
12
12
  sh "mingw32-make -C src"
13
13
  cp 'src/stub.exe', 'share/ocra/stub.exe'
14
+ cp 'src/stubw.exe', 'share/ocra/stubw.exe'
14
15
  end
15
16
 
16
17
  task :test => :stub
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Christensen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-05 00:00:00 +02:00
12
+ date: 2009-05-07 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -45,6 +45,7 @@ files:
45
45
  - bin/ocra.rb
46
46
  - share/ocra/lzma.exe
47
47
  - share/ocra/stub.exe
48
+ - share/ocra/stubw.exe
48
49
  - test/test_ocra.rb
49
50
  has_rdoc: true
50
51
  homepage: http://rubyforge.org/projects/ocra/