id3lib-ruby 0.3.0-mswin32 → 0.3.1-mswin32

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,5 +1,10 @@
1
1
  = id3lib-ruby changes
2
2
 
3
+ === 0.3.1 (r32)
4
+
5
+ * Added check and messages for -lstdc++ and -lz to extconf.rb.
6
+ * Updated to SWIG 1.3.29.
7
+
3
8
  === 0.3.0 (r29)
4
9
 
5
10
  * Added generation of mswin32 binary gem. This means that
data/Rakefile CHANGED
@@ -10,7 +10,7 @@ require 'rake/testtask'
10
10
  require 'rake/rdoctask'
11
11
 
12
12
 
13
- PKG_VERSION = '0.3.0'
13
+ PKG_VERSION = '0.3.1'
14
14
 
15
15
  PKG_COMMON = FileList[
16
16
  'lib/**/*.rb',
Binary file
data/lib/id3lib.rb CHANGED
@@ -18,7 +18,7 @@ module ID3Lib
18
18
  # No tag type
19
19
  V_NONE = 0
20
20
  # All tag types
21
- V_ALL = -1
21
+ V_ALL = 0xff
22
22
  # Both ID3 versions
23
23
  V_BOTH = V1 | V2
24
24
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: id3lib-ruby
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.0
7
- date: 2006-05-28 00:00:00 +02:00
6
+ version: 0.3.1
7
+ date: 2006-06-05 00:00:00 +02:00
8
8
  summary: id3lib-ruby provides a Ruby interface to the id3lib C++ library for easily editing ID3 tags (v1 and v2) like with pyid3lib.
9
9
  require_paths:
10
10
  - lib