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:
parent
6b346b82c8
commit
d99ef48140
@ -1 +1 @@
|
|||||||
2.0.0-p353
|
2.1.2
|
||||||
|
|||||||
4
Gemfile
4
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.0.0'
|
ruby '2.1.2'
|
||||||
|
|
||||||
# todo: get everything working before going whole hog with the gem
|
# todo: get everything working before going whole hog with the gem
|
||||||
# gemspec
|
# gemspec
|
||||||
@ -10,7 +10,7 @@ gem 'sinatra-contrib'
|
|||||||
gem 'sinatra-asset-pipeline'
|
gem 'sinatra-asset-pipeline'
|
||||||
gem 'foreman'
|
gem 'foreman'
|
||||||
gem 'ruby-mpd', git: 'git@github.com:archSeer/ruby-mpd.git'
|
gem 'ruby-mpd', git: 'git@github.com:archSeer/ruby-mpd.git'
|
||||||
gem 'active_support', require: false
|
gem 'activesupport', require: false
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|||||||
99
Gemfile.lock
99
Gemfile.lock
@ -1,65 +1,77 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: git@github.com:archSeer/ruby-mpd.git
|
remote: git@github.com:archSeer/ruby-mpd.git
|
||||||
revision: 14ad532729529f22a852f747d379c2fa90eacda2
|
revision: af35d7c97d56daa326757e51edd6caaead154dcd
|
||||||
specs:
|
specs:
|
||||||
ruby-mpd (0.3.0)
|
ruby-mpd (0.3.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
active_support (3.0.0)
|
activesupport (4.1.5)
|
||||||
activesupport (= 3.0.0)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
activesupport (3.0.0)
|
json (~> 1.7, >= 1.7.7)
|
||||||
backports (3.3.5)
|
minitest (~> 5.1)
|
||||||
coderay (1.0.9)
|
thread_safe (~> 0.1)
|
||||||
coffee-script (2.2.0)
|
tzinfo (~> 1.1)
|
||||||
|
backports (3.6.0)
|
||||||
|
coderay (1.1.0)
|
||||||
|
coffee-script (2.3.0)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.6.3)
|
coffee-script-source (1.7.1)
|
||||||
daemons (1.1.9)
|
daemons (1.1.9)
|
||||||
diff-lcs (1.2.4)
|
diff-lcs (1.2.5)
|
||||||
dotenv (0.9.0)
|
dotenv (0.11.1)
|
||||||
|
dotenv-deployment (~> 0.0.2)
|
||||||
|
dotenv-deployment (0.0.2)
|
||||||
eventmachine (1.0.3)
|
eventmachine (1.0.3)
|
||||||
execjs (2.0.2)
|
execjs (2.2.1)
|
||||||
foreman (0.63.0)
|
foreman (0.74.0)
|
||||||
dotenv (>= 0.7)
|
dotenv (~> 0.11.1)
|
||||||
thor (>= 0.13.6)
|
thor (~> 0.19.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
jasmine (2.0.0)
|
i18n (0.6.11)
|
||||||
|
jasmine (2.0.2)
|
||||||
jasmine-core (~> 2.0.0)
|
jasmine-core (~> 2.0.0)
|
||||||
phantomjs
|
phantomjs
|
||||||
rack (>= 1.2.1)
|
rack (>= 1.2.1)
|
||||||
rake
|
rake
|
||||||
jasmine-core (2.0.0)
|
jasmine-core (2.0.1)
|
||||||
|
json (1.8.1)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
multi_json (1.8.2)
|
minitest (5.4.0)
|
||||||
phantomjs (1.9.7.0)
|
multi_json (1.10.1)
|
||||||
pry (0.9.12.2)
|
phantomjs (1.9.7.1)
|
||||||
coderay (~> 1.0.5)
|
pry (0.10.1)
|
||||||
method_source (~> 0.8)
|
coderay (~> 1.1.0)
|
||||||
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-protection (1.5.1)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (10.1.0)
|
rake (10.3.2)
|
||||||
rspec (2.14.1)
|
rspec (3.0.0)
|
||||||
rspec-core (~> 2.14.0)
|
rspec-core (~> 3.0.0)
|
||||||
rspec-expectations (~> 2.14.0)
|
rspec-expectations (~> 3.0.0)
|
||||||
rspec-mocks (~> 2.14.0)
|
rspec-mocks (~> 3.0.0)
|
||||||
rspec-core (2.14.6)
|
rspec-core (3.0.4)
|
||||||
rspec-expectations (2.14.3)
|
rspec-support (~> 3.0.0)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
rspec-expectations (3.0.4)
|
||||||
rspec-mocks (2.14.4)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
sass (3.2.12)
|
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)
|
shotgun (0.9)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
sinatra (1.4.4)
|
sinatra (1.4.5)
|
||||||
rack (~> 1.4)
|
rack (~> 1.4)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
sinatra-asset-pipeline (0.3.3)
|
sinatra-asset-pipeline (0.4.0)
|
||||||
coffee-script
|
coffee-script
|
||||||
rake
|
rake
|
||||||
sass
|
sass
|
||||||
@ -67,36 +79,39 @@ GEM
|
|||||||
sprockets
|
sprockets
|
||||||
sprockets-helpers
|
sprockets-helpers
|
||||||
sprockets-sass
|
sprockets-sass
|
||||||
sinatra-contrib (1.4.1)
|
sinatra-contrib (1.4.2)
|
||||||
backports (>= 2.0)
|
backports (>= 2.0)
|
||||||
multi_json
|
multi_json
|
||||||
rack-protection
|
rack-protection
|
||||||
rack-test
|
rack-test
|
||||||
sinatra (~> 1.4.0)
|
sinatra (~> 1.4.0)
|
||||||
tilt (~> 1.3)
|
tilt (~> 1.3)
|
||||||
slop (3.4.6)
|
slop (3.6.0)
|
||||||
sprockets (2.10.1)
|
sprockets (2.12.1)
|
||||||
hike (~> 1.2)
|
hike (~> 1.2)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (~> 1.0)
|
rack (~> 1.0)
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
sprockets-helpers (1.1.0)
|
sprockets-helpers (1.1.0)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
sprockets-sass (1.0.2)
|
sprockets-sass (1.2.0)
|
||||||
sprockets (~> 2.0)
|
sprockets (~> 2.0)
|
||||||
tilt (~> 1.1)
|
tilt (~> 1.1)
|
||||||
thin (1.6.1)
|
thin (1.6.2)
|
||||||
daemons (>= 1.0.9)
|
daemons (>= 1.0.9)
|
||||||
eventmachine (>= 1.0.0)
|
eventmachine (>= 1.0.0)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
thor (0.18.1)
|
thor (0.19.1)
|
||||||
|
thread_safe (0.3.4)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
|
tzinfo (1.2.2)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_support
|
activesupport
|
||||||
foreman
|
foreman
|
||||||
jasmine
|
jasmine
|
||||||
pry
|
pry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user