зеркало из https://github.com/mozilla/labs-vcap.git
disable npm support
Change-Id: I6c62a856fe6c3562b3bbb95e090363a4122ce85d
This commit is contained in:
Родитель
ba925b1746
Коммит
a4a71ae9a2
|
@ -8,7 +8,7 @@ gem 'nats', :require => 'nats/client'
|
|||
# VCAP common components
|
||||
gem 'vcap_common', :require => ['vcap/common', 'vcap/component']
|
||||
gem 'vcap_logging', :require => ['vcap/logging']
|
||||
gem 'vcap_staging', '~> 0.1.53'
|
||||
gem 'vcap_staging', '~> 0.1.54'
|
||||
gem 'cf-uaa-client', '>= 0.0.8'
|
||||
|
||||
# For queuing staging tasks
|
||||
|
|
|
@ -139,7 +139,7 @@ GEM
|
|||
yajl-ruby (~> 0.8.3)
|
||||
vcap_logging (1.0.1)
|
||||
vcap_stager (0.1.14)
|
||||
vcap_staging (0.1.53)
|
||||
vcap_staging (0.1.54)
|
||||
nokogiri (>= 1.4.4)
|
||||
rake
|
||||
rspec
|
||||
|
@ -180,5 +180,5 @@ DEPENDENCIES
|
|||
vcap_common
|
||||
vcap_logging
|
||||
vcap_stager (~> 0.1.14)
|
||||
vcap_staging (~> 0.1.53)
|
||||
vcap_staging (~> 0.1.54)
|
||||
yajl-ruby (~> 0.8.3)
|
||||
|
|
Двоичные данные
cloud_controller/vendor/cache/vcap_staging-0.1.53.gem → cloud_controller/vendor/cache/vcap_staging-0.1.54.gem
поставляемый
Двоичные данные
cloud_controller/vendor/cache/vcap_staging-0.1.53.gem → cloud_controller/vendor/cache/vcap_staging-0.1.54.gem
поставляемый
Двоичный файл не отображается.
|
@ -7,7 +7,7 @@ gem 'yajl-ruby', '>= 0.7.9'
|
|||
|
||||
gem 'vcap_common', '~> 1.0.8'
|
||||
gem 'vcap_logging', '>= 0.1.3'
|
||||
gem 'vcap_staging', '~> 0.1.53'
|
||||
gem 'vcap_staging', '~> 0.1.54'
|
||||
gem 'vcap-concurrency', '~> 0.0.1'
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -45,7 +45,7 @@ GEM
|
|||
yajl-ruby (~> 0.8.3)
|
||||
vcap_logging (1.0.1)
|
||||
rake
|
||||
vcap_staging (0.1.53)
|
||||
vcap_staging (0.1.54)
|
||||
nokogiri (>= 1.4.4)
|
||||
rake
|
||||
rspec
|
||||
|
@ -70,6 +70,6 @@ DEPENDENCIES
|
|||
vcap-concurrency (~> 0.0.1)
|
||||
vcap_common (~> 1.0.8)
|
||||
vcap_logging (>= 0.1.3)
|
||||
vcap_staging (~> 0.1.53)
|
||||
vcap_staging (~> 0.1.54)
|
||||
webmock
|
||||
yajl-ruby (>= 0.7.9)
|
||||
|
|
Двоичные данные
stager/vendor/cache/vcap_staging-0.1.53.gem → stager/vendor/cache/vcap_staging-0.1.54.gem
поставляемый
Двоичные данные
stager/vendor/cache/vcap_staging-0.1.53.gem → stager/vendor/cache/vcap_staging-0.1.54.gem
поставляемый
Двоичный файл не отображается.
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vcap_staging (0.1.53)
|
||||
vcap_staging (0.1.54)
|
||||
nokogiri (>= 1.4.4)
|
||||
rake
|
||||
rspec
|
||||
|
|
|
@ -14,7 +14,6 @@ class NodePlugin < StagingPlugin
|
|||
create_app_directories
|
||||
copy_source_files
|
||||
read_configs
|
||||
compile_node_modules
|
||||
create_startup_script
|
||||
create_stop_script
|
||||
end
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VCAP
|
||||
module Staging
|
||||
VERSION = '0.1.53'
|
||||
VERSION = '0.1.54'
|
||||
end
|
||||
end
|
||||
|
|
2
tests
2
tests
|
@ -1 +1 @@
|
|||
Subproject commit 1e97a50076db4837ab882a06b9b4375150e5f15e
|
||||
Subproject commit ecf04e0fcde7c707a68d82f57d30f12a13129fff
|
Загрузка…
Ссылка в новой задаче