mb-discid 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/ext/extconf.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -15,7 +15,7 @@ end
15
15
  # Packaging tasks: -------------------------------------------------------
16
16
 
17
17
  PKG_NAME = 'mb-discid'
18
- PKG_VERSION = '0.0.1'
18
+ PKG_VERSION = '0.1.0'
19
19
  PKG_SUMMARY = 'Ruby bindings for libdiscid.'
20
20
  PKG_AUTHOR = 'Philipp Wolfer'
21
21
  PKG_EMAIL = 'phw@rubyforge.org'
@@ -69,7 +69,7 @@ task :build do
69
69
  break
70
70
  end
71
71
 
72
- unless system('make')
72
+ unless system('make') or system('nmake')
73
73
  STDERR.puts 'ERROR: could not build extension!'
74
74
  break
75
75
  end
data/ext/extconf.rb CHANGED
@@ -5,5 +5,5 @@ require 'mkmf'
5
5
  if have_library('discid', 'discid_new')
6
6
  create_makefile('DiscID')
7
7
  else
8
- 'discid library not found.'
8
+ puts 'Required library libdiscid not found.'
9
9
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: mb-discid
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2007-06-01 00:00:00 +02:00
6
+ version: 0.1.0
7
+ date: 2007-06-02 00:00:00 +02:00
8
8
  summary: Ruby bindings for libdiscid.
9
9
  require_paths:
10
10
  - lib