audiostream 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c76ce7ce91f92c5f5b9e06fa2cc90d62379f0187
4
- data.tar.gz: 48bc3170cd2b410f3497a62ca48e877375c04e54
3
+ metadata.gz: af42a02a361f2d75a965194a78d1b4807036e6d9
4
+ data.tar.gz: d237ae097788ee7185f40ebce11aa7138248d375
5
5
  SHA512:
6
- metadata.gz: 576cc41f4e5667bf39ef4c68dfc26f437d0a4ffa8fabd0ade01a5c7cfab56af0267beaec3f8f0466753248580fa328e9ab3436f710c5ad509282ac942bb9096d
7
- data.tar.gz: 15369b20a72e08ec2e368bc766d2e0857b1228c7a6ab6d1d0ec1bd6e813f0ddf01d5c8242298fcc25c0004c7a9cfb62c3a688110915ff6871f11393f2242e4b8
6
+ metadata.gz: 20832189c35d008f66790dc06170ec6abf4d62d88483ae5e626c8297f1e731102206d55e1791f864736f8a1e3f38c35a575d6f7aa1db51d7871d131f6f7214e5
7
+ data.tar.gz: 37fef8cad4d9f6f74b088145519b7178b7836ecbacb6ea6fc5e44cb7f5c373606b9bb860127f14d0b80078fb9e692a529a5215a2b0c2577cd28f1c1a360511d6
@@ -25,6 +25,6 @@ Licenced for usage and distribution under a BSD version 2 Licence.
25
25
  puts AudioStream::VERSION
26
26
  end
27
27
 
28
- include AudioStream::Time
28
+ include AudioStream::PlaylistTime
29
29
  end
30
30
  end
@@ -1,6 +1,6 @@
1
1
  module AudioStream
2
- module Time
3
- include Helpers
2
+ module PlaylistTime
3
+ include AudioStream::Helpers
4
4
 
5
5
  desc "time", "Display the play time of an audio file."
6
6
  method_option :playlist, :aliases => "-p", :desc => "m3u playlist to parse"
@@ -2,7 +2,7 @@ module Audiostream
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 10
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, TINY].join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audiostream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwight Spencer