id3 1.0.0.pre4 → 1.0.0.pre5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +0 -2
- data/lib/id3/constants.rb +1 -1
- metadata +8 -9
data/README.md
CHANGED
@@ -9,8 +9,6 @@ The library uses Metaprogramming at it's core - see ./lib/id3/frame.rb
|
|
9
9
|
# NOTE
|
10
10
|
the latest version on the trunk is version 1.0.0_pre4 , a pre-release which aims at Ruby 1.9 compatibility.
|
11
11
|
|
12
|
-
Due to a RubyGems.org hickup I currently can not push the pre4 release as a Gem, but will do so soon.
|
13
|
-
|
14
12
|
|
15
13
|
Author: Tilo Sloboda <MyFristname.MyLastname At GoogleMail>
|
16
14
|
|
data/lib/id3/constants.rb
CHANGED
@@ -3,7 +3,7 @@ module ID3
|
|
3
3
|
# ----------------------------------------------------------------------------
|
4
4
|
# CONSTANTS
|
5
5
|
# ----------------------------------------------------------------------------
|
6
|
-
Version = '1.0.
|
6
|
+
Version = '1.0.0_pre5'
|
7
7
|
|
8
8
|
ID3v1tagSize = 128 # ID3v1 and ID3v1.1 have fixed size tags
|
9
9
|
ID3v1versionbyte = 125
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: id3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.pre5
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,19 +9,19 @@ authors:
|
|
9
9
|
autorequire: id3
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-08-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
|
-
name:
|
16
|
-
requirement: &
|
15
|
+
name: activesupport
|
16
|
+
requirement: &17448120 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
21
|
+
version: 3.x
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *17448120
|
25
25
|
description: ID3 is a native ruby library for reading and writing ID3 tag versions
|
26
26
|
1.0, 1.1, and 2.2.x, 2,3.x, 2,4.x
|
27
27
|
email: tilo.sloboda@gmail.com
|
@@ -94,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: 1.3.1
|
96
96
|
requirements: []
|
97
|
-
rubyforge_project:
|
98
|
-
- none
|
97
|
+
rubyforge_project: id3
|
99
98
|
rubygems_version: 1.8.15
|
100
99
|
signing_key:
|
101
100
|
specification_version: 3
|