audiostream 0.1.1 → 0.1.2

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: 1e6089d07b6b9daac5d1ba4d716553d12f5a32b0
4
- data.tar.gz: 57d475c35cd68db734aa1e2484feee1e4fa110a0
3
+ metadata.gz: f4a8ed4b589f5958e5177e7ea29e67858f834508
4
+ data.tar.gz: a46f66da55490bb36b4e1268184a74e02183fa58
5
5
  SHA512:
6
- metadata.gz: 0d511fa135d493757ea3d90759518519c3c515357795ebbd75a2d008d50f986320eea69920b144c9de1824b8b1c0887fcbfde8f0a86ccdeb81830881846420fb
7
- data.tar.gz: 589e633e601c84fcd536bd1fb8d4759e02df64dbde94ca799f3d23ce9f78222a8e21f30e7e87ed9fdbc00ebceeff1dbd1a010c0ad49debba462a76965f3d3562
6
+ metadata.gz: 3cdc42e0a49c1f43fe7bba7676a237a43c61747a1feb654df3112d998e7e8e279f1e59fcd946d7e7e08a4ff8509647444af4a1c5e4caeae75a7425cad4af1b3e
7
+ data.tar.gz: 5cae4ea21dda29284ae79bb6f9f4c827d7d6c2fb698961e9d0c7bb76d0f135f759d2822f9505c4efd6fe2371ab088ef0c181d5127d17ec7af602bbfb50bec89a
data/bin/audiostream CHANGED
@@ -13,6 +13,5 @@ require 'bundler/setup'
13
13
  require 'audiostream'
14
14
 
15
15
  Bundler.require
16
-
17
16
  AudioStream::CLI.start
18
17
  # vim: sts=4:ts=4:ai:syntax=ruby:
data/lib/audiostream.rb CHANGED
@@ -2,5 +2,4 @@ require "audiostream/version"
2
2
  require "audiostream/cli"
3
3
 
4
4
  module AudioStream
5
- include AudioStream::CLI
6
5
  end
@@ -1,6 +1,6 @@
1
1
  require 'thor'
2
2
 
3
- module Audiostream
3
+ module AudioStream
4
4
  class CLI < Thor
5
5
  include Thor::Actions
6
6
 
@@ -2,7 +2,7 @@ module Audiostream
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwight Spencer