1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00

Update ruby and gems.

This commit is contained in:
Dan Barber 2014-08-22 17:09:34 +01:00
parent 6b346b82c8
commit d99ef48140
3 changed files with 60 additions and 45 deletions

View File

@ -1 +1 @@
2.0.0-p353
2.1.2

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.0.0'
ruby '2.1.2'
# todo: get everything working before going whole hog with the gem
# gemspec
@ -10,7 +10,7 @@ gem 'sinatra-contrib'
gem 'sinatra-asset-pipeline'
gem 'foreman'
gem 'ruby-mpd', git: 'git@github.com:archSeer/ruby-mpd.git'
gem 'active_support', require: false
gem 'activesupport', require: false
group :development, :test do
gem 'pry'

View File

@ -1,65 +1,77 @@
GIT
remote: git@github.com:archSeer/ruby-mpd.git
revision: 14ad532729529f22a852f747d379c2fa90eacda2
revision: af35d7c97d56daa326757e51edd6caaead154dcd
specs:
ruby-mpd (0.3.0)
ruby-mpd (0.3.1)
GEM
remote: https://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
backports (3.3.5)
coderay (1.0.9)
coffee-script (2.2.0)
activesupport (4.1.5)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
backports (3.6.0)
coderay (1.1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.6.3)
coffee-script-source (1.7.1)
daemons (1.1.9)
diff-lcs (1.2.4)
dotenv (0.9.0)
diff-lcs (1.2.5)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
eventmachine (1.0.3)
execjs (2.0.2)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
execjs (2.2.1)
foreman (0.74.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
hike (1.2.3)
jasmine (2.0.0)
i18n (0.6.11)
jasmine (2.0.2)
jasmine-core (~> 2.0.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (2.0.0)
jasmine-core (2.0.1)
json (1.8.1)
method_source (0.8.2)
multi_json (1.8.2)
phantomjs (1.9.7.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
minitest (5.4.0)
multi_json (1.10.1)
phantomjs (1.9.7.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.5.2)
rack-protection (1.5.1)
rack-protection (1.5.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.6)
rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
sass (3.2.12)
rake (10.3.2)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
sass (3.4.0)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.4.4)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-asset-pipeline (0.3.3)
sinatra-asset-pipeline (0.4.0)
coffee-script
rake
sass
@ -67,36 +79,39 @@ GEM
sprockets
sprockets-helpers
sprockets-sass
sinatra-contrib (1.4.1)
sinatra-contrib (1.4.2)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (~> 1.3)
slop (3.4.6)
sprockets (2.10.1)
slop (3.6.0)
sprockets (2.12.1)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-helpers (1.1.0)
sprockets (~> 2.0)
sprockets-sass (1.0.2)
sprockets-sass (1.2.0)
sprockets (~> 2.0)
tilt (~> 1.1)
thin (1.6.1)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.18.1)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
active_support
activesupport
foreman
jasmine
pry