m3uzi 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/m3uzi/file.rb +1 -1
  2. data/lib/m3uzi/version.rb +1 -1
  3. metadata +3 -3
data/lib/m3uzi/file.rb CHANGED
@@ -5,7 +5,7 @@ class M3Uzi
5
5
 
6
6
  def attribute_string
7
7
  if duration.kind_of?(Float)
8
- "#{sprintf('%0.3f',duration)},#{description}"
8
+ "#{sprintf('%0.4f',duration)},#{description}"
9
9
  else
10
10
  "#{duration},#{description}"
11
11
  end
data/lib/m3uzi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class M3Uzi
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brandon Arbini
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-10 00:00:00 -05:00
18
+ date: 2011-10-26 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21