the_little_streamer 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/the_little_streamer +1 -1
  2. metadata +8 -8
@@ -294,7 +294,7 @@ Song = Struct.new :artist, :album, :title, :track, :path
294
294
  root = Pathname.new ARGV[0]
295
295
 
296
296
  #Make song files public
297
- set :public, ARGV[0]
297
+ set :public_folder, ARGV[0]
298
298
 
299
299
  #Make sure Sinatra sings
300
300
  set :run, true
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_little_streamer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
9
+ - 1
10
+ version: 0.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Collins
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-07 00:00:00 Z
18
+ date: 2012-02-18 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: sinatra
@@ -25,11 +25,11 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 15
28
+ hash: 9
29
29
  segments:
30
30
  - 1
31
- - 0
32
- version: "1.0"
31
+ - 3
32
+ version: "1.3"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency
@@ -87,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements: []
88
88
 
89
89
  rubyforge_project:
90
- rubygems_version: 1.8.10
90
+ rubygems_version: 1.8.15
91
91
  signing_key:
92
92
  specification_version: 3
93
93
  summary: Simple Sinatra application for streaming music.