mau 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/application.rb +5 -3
  2. metadata +1 -1
@@ -93,9 +93,11 @@ class Application
93
93
  shell "git reset --hard #{ref}"
94
94
 
95
95
  # Install gems
96
- shell "bundle install --deployment \
97
- --without test spec development cucumber mac jruby"
98
-
96
+ # FIXME: THIS DOES CURRENTLY NOT WORK BECAUSE OF PROXY CONFIGURATION ISSSUES
97
+ #shell "bundle install --deployment \
98
+ # --without test spec development cucumber mac jruby"
99
+ info "!!!! execute the following as 'app' in /srv/<app>/current"
100
+ info "bundle install --deployment --without test spec development cucumber mac jruby"
99
101
  # Create a few directories that the app also wants.
100
102
  %w(tmp log).each do |dir_name|
101
103
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mau
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: