openstudio-aws 0.1.23 → 0.1.24

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
  SHA1:
3
- metadata.gz: e5c42970e6b71829c0fe5f79e9ae4935a31b535f
4
- data.tar.gz: 80093ee71f6360dd8c6fe3592b5e26d77c0f4116
3
+ metadata.gz: 24bd45d03e938cafd58e185eb105ea96f4a329ba
4
+ data.tar.gz: 2c3b71b4b09aa0a8d02756ca93c2a7eda5b8f758
5
5
  SHA512:
6
- metadata.gz: 8c9e0eb68f9f89280dddd808af1c7f454e89cb1865b70c60f5843d7ec42c99fbe50bfceb9f0f64d533d7313cd8c2637daa22d8e7974dd4fe48ebc7a33ca1deed
7
- data.tar.gz: 5a44b30ed06bf6970834230e2b70f32c20158935f448f5aefec46818212cbd6be3a62a17cf0cb6a129881588e1f5685ba648c56217ea78c4b522003fefd7e3b9
6
+ metadata.gz: 08ac78b864f72472317b6b28ad839cf386db00e33f42215eb1dceecced31a915d04612b6269f6db442760c5842fb1ba7be4ad865ccacf7947778c78c7d4bb2ff
7
+ data.tar.gz: 80d5f6871e9a88611bec0d926cc2d58320e376883908f45b1745abb118a410f0c7259b8bd5096e8e9e67d38d169866e6ae96d3a359748fd6a4f30e61b986dd2b
@@ -1,5 +1,5 @@
1
1
  module OpenStudio
2
2
  module Aws
3
- VERSION = '0.1.23'
3
+ VERSION = '0.1.24'
4
4
  end
5
5
  end
@@ -33,6 +33,9 @@ sudo rm -rf /var/lib/mongodb
33
33
 
34
34
  # restart mongo
35
35
  sudo service mongodb start
36
+ # delay the continuation because mongo is a forked process and when it initializes
37
+ # it has to create the preallocated journal files (takes ~ 5 seconds)
38
+ sleep 15
36
39
 
37
40
  # restart the rails application
38
41
  sudo service apache2 stop
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstudio-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Long