nixenvironment 0.0.117 → 0.0.118

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: 78cabc09bb1198cb009e4504986f5de88188d7b5
4
- data.tar.gz: 2ccbd8fc40d5d4332271c78f2db4c2464a4e6e76
3
+ metadata.gz: 39ce820fdfc8a2e27fdd564d5eb57fc1db5db17a
4
+ data.tar.gz: e05a7419b8aad1b491c99b85e68d61ad635392bb
5
5
  SHA512:
6
- metadata.gz: aab6defb969bcd33f53a17e610dc29fcf9ee603c2feeb2ea0b35141a56aefb20bb7c7df4b07db9bcc02ff4f162594b87a614ee3ab3df03e07953c5e08126f4ef
7
- data.tar.gz: 5f40f15de74421b4339d98a2b8b43a5bf77542732a1c5886f31fba7a038c9a75bfd01a2139f839c6745c8d63f32c6321ac7f527278807b8ea7202d3972ddf924
6
+ metadata.gz: 4108e1f713ac5219ede699306e692ed9a65007a740eefba5c847473424c5c67775eab953f4442cbbf1a111c71f5ae04a44ecc7432e775b780f7c4940aa808b3b
7
+ data.tar.gz: 694f169d9c3b8e0f5bec3f31ae1c4da095a5a7164f4b126c492530f950a6dce2b30ab4ea368497a8ac354eeea27ab08b146715d51c4d580fce1d58faeef424f3
data/legacy/Deploy.sh CHANGED
@@ -20,6 +20,6 @@ RELATIVE_PATH=$6
20
20
  echo "Uploading build"
21
21
 
22
22
  scp -r "${LOCAL_PATH_TO_BUILD}" "${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_DIR}"
23
- ssh ${DEPLOY_USER}@${DEPLOY_HOST} "chmod 775 -R ${DEPLOY_DIR}/${RELATIVE_PATH}"
23
+ ssh ${DEPLOY_USER}@${DEPLOY_HOST} "sudo chmod 775 -R ${DEPLOY_DIR}/${RELATIVE_PATH}"
24
24
 
25
25
  rm -rf "${LOCAL_PATH_TO_BUILD}"
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.117'
2
+ VERSION = '0.0.118'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.117
4
+ version: 0.0.118
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-01-17 00:00:00.000000000 Z
12
+ date: 2017-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cocoapods