play 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +4 -3
  2. data/lib/play.rb +1 -1
  3. data/play.gemspec +2 -2
  4. metadata +8 -6
@@ -1,11 +1,12 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- play (0.0.5)
4
+ play (0.0.7)
5
5
  SystemTimer
6
6
  activerecord
7
+ bundler
7
8
  fssm
8
- mustache
9
+ mustache (= 0.99.3)
9
10
  mysql2
10
11
  oa-oauth
11
12
  rack (~> 1.2.2)
@@ -47,7 +48,7 @@ GEM
47
48
  multi_json (1.0.1)
48
49
  multi_xml (0.2.2)
49
50
  multipart-post (1.1.0)
50
- mustache (0.99.4)
51
+ mustache (0.99.3)
51
52
  mysql2 (0.2.7)
52
53
  oa-core (0.2.6)
53
54
  oa-oauth (0.2.6)
@@ -28,7 +28,7 @@ require 'play/vote'
28
28
 
29
29
  module Play
30
30
 
31
- VERSION = '0.0.7'
31
+ VERSION = '0.0.8'
32
32
 
33
33
  # The path to your music library. All of the music underneath this directory
34
34
  # will be added to the internal library.
@@ -13,7 +13,7 @@ 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.7'
16
+ s.version = '0.0.8'
17
17
  s.date = '2011-06-23'
18
18
  s.rubyforge_project = 'play'
19
19
 
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  s.add_dependency('sinatra')
52
52
  s.add_dependency('activerecord')
53
53
  s.add_dependency('sqlite3')
54
- s.add_dependency('mustache')
54
+ s.add_dependency('mustache', "0.99.3")
55
55
  s.add_dependency('SystemTimer')
56
56
  s.add_dependency('ruby-audioinfo')
57
57
  s.add_dependency('oa-oauth')
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: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 7
10
- version: 0.0.7
9
+ - 8
10
+ version: 0.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Zach Holman
@@ -96,12 +96,14 @@ dependencies:
96
96
  requirement: &id006 !ruby/object:Gem::Requirement
97
97
  none: false
98
98
  requirements:
99
- - - ">="
99
+ - - "="
100
100
  - !ruby/object:Gem::Version
101
- hash: 3
101
+ hash: 405
102
102
  segments:
103
103
  - 0
104
- version: "0"
104
+ - 99
105
+ - 3
106
+ version: 0.99.3
105
107
  type: :runtime
106
108
  version_requirements: *id006
107
109
  - !ruby/object:Gem::Dependency