play 0.0.3 → 0.0.4

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.
Files changed (5) hide show
  1. data/Gemfile.lock +1 -1
  2. data/bin/play +1 -1
  3. data/lib/play.rb +1 -1
  4. data/play.gemspec +2 -2
  5. metadata +4 -4
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- play (0.0.2)
4
+ play (0.0.3)
5
5
  SystemTimer
6
6
  activerecord
7
7
  mustache
data/bin/play CHANGED
@@ -27,7 +27,7 @@ parser = OptionParser.new do |opts|
27
27
  end
28
28
 
29
29
  opts.on("-w", "--web", "Run the web instance") do
30
- system("rackup -p 5050")
30
+ system("rackup -p 5050 #{File.dirname(__FILE__)}/../config.ru")
31
31
  end
32
32
 
33
33
  opts.on("-p", "--path", "Pause the music server") do |path|
@@ -26,7 +26,7 @@ require 'play/vote'
26
26
 
27
27
  module Play
28
28
 
29
- VERSION = '0.0.3'
29
+ VERSION = '0.0.4'
30
30
 
31
31
  # The path to your music library. All of the music underneath this directory
32
32
  # will be added to the internal library.
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'play'
16
- s.version = '0.0.3'
17
- s.date = '2011-05-06'
16
+ s.version = '0.0.4'
17
+ s.date = '2011-05-07'
18
18
  s.rubyforge_project = 'play'
19
19
 
20
20
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: play
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Zach Holman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-06 00:00:00 -07:00
18
+ date: 2011-05-07 00:00:00 -07:00
19
19
  default_executable: play
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency