id3lib-ruby 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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