smartcloud 0.0.86 → 0.0.87

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 211f9df575810d1e2ecce55c218707e7fe3f5c531359596b7d9d5b58606e3e2f
4
- data.tar.gz: '04827c4fba43e75c68ecdb8118ee35256678bf89e25e79bfff49867503ad49b9'
3
+ metadata.gz: 3b1673f97b21d059c9ceaadafa350efd5413e5556c44a9647297ac825b2d1197
4
+ data.tar.gz: b9a1646eba167ba53fb46a634295193f1b7df68dc890e33d7c98a137bf9b165b
5
5
  SHA512:
6
- metadata.gz: a110a5e6cabd95b506dc8ebb7b2b27738e20a7b3e7a5974054fc1719fd4c5a8113236ba35b1710db5db0d8e7abbe6776ecc19744350a8f77a2c58e418b1dceee
7
- data.tar.gz: aeb9eb96109fb2dfa84ca4b074c0872dc69b98b2bc0df0b189cc4fbe6b6374d128bace3d265ffd23e93f99c7c5faa1b22e147030191565af4e22c736c11ab55b
6
+ metadata.gz: 19e3a6551e0fe6da922863cc193e52d1ec151bcbfa26b71541fc8aad1dcab3fe887bbb531b95dc9705d70f8981f032a72dab9eef1fb52d1a54ced88acaa5dc5b
7
+ data.tar.gz: 10856c7412684a3128487726b321e0c00d846fb373a2e0454413b434d267e2580e21cc4fb014c8a3106192b85433689a0acdf44da04e1c821561edf5d924c2b2
@@ -12,7 +12,7 @@ class Buildpacker
12
12
  FileUtils.rm("tmp/pids/server.pid") if File.exist? "tmp/pids/server.pid"
13
13
 
14
14
  puts "-----> Performing bundle install ... "
15
- if system("bundle install --deployment --clean --without development test")
15
+ if system("bundle install --deployment --clean")
16
16
  puts "-----> Installing Javascript Dependencies & Pre-compiling Assets ... "
17
17
  if system("bundle exec rails assets:precompile", out: File::NULL)
18
18
  puts "done"
@@ -338,7 +338,7 @@ module Smartcloud
338
338
 
339
339
  # Setup rails env
340
340
  env_path = "#{container_path}/env"
341
- system("grep -q '^## Rails' #{env_path} || echo '\n## Rails' >> #{env_path}")
341
+ system("grep -q '^## Rails' #{env_path} || echo '## Rails' >> #{env_path}")
342
342
  system("grep -q '^RAILS_ENV=' #{env_path} || echo 'RAILS_ENV=production' >> #{env_path}")
343
343
  system("grep -q '^RACK_ENV=' #{env_path} || echo 'RACK_ENV=production' >> #{env_path}")
344
344
  system("grep -q '^RAILS_LOG_TO_STDOUT=' #{env_path} || echo 'RAILS_LOG_TO_STDOUT=enabled' >> #{env_path}")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.86
4
+ version: 0.0.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard