taperole 1.2.0 → 1.2.1

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: 1f1b355dd70b804e1303b2526ac99a120223e571
4
- data.tar.gz: a02ded99244f722784a1f589dca590f26b38fa2a
3
+ metadata.gz: eb9a1d9506d4070599447bf3bd983ad9a8ce518f
4
+ data.tar.gz: 62bf86c7ad1ad20ab5b5b87512d565dc550986e1
5
5
  SHA512:
6
- metadata.gz: 05a73c51e2cc6efa2830a41af42d380f93aed5913c71b1a66d49d379fab1d86b917295827446111b3da30f04f5287c7ec8a3e4b6278887068541f479b91ed548
7
- data.tar.gz: 2787da3e289173e713a981c48001ab8b1ff97aee54a285f52b34a273949b0a0aeb8b4f30274426e94361b1058b4fbc454b1674a2da384837669b670217f39eb5
6
+ metadata.gz: 5c2fb9500fad1b3cba79e1d3ecf03ded1a469cfc84ce190174a95726e59a89574dfce018a9d7c76de938aea400d060341889ea6413b91096408c62d1e00739d5
7
+ data.tar.gz: 4b4c9238dfe09c2e5ef0fadb6b55c64b8409beb15ce1205a8b0da5563db15ae34c461a4b20f08a4838bd0289b3a7995b3679719b48ca420bb4480f412038ca4c
@@ -10,7 +10,7 @@ server {
10
10
  # server_name example.com;
11
11
 
12
12
  {% if fe_app_local_path is defined%}
13
- root {{ fe_app_path }};
13
+ root {{ fe_app_path }}/dist;
14
14
  {% else %}
15
15
  root {{ be_app_path }}/public;
16
16
  {% endif %}
data/taperole.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "taperole"
3
- spec.version = '1.2.0'
3
+ spec.version = '1.2.1'
4
4
  spec.authors = ['Jack Forrest', 'Smashing Boxes', 'Brandon Mathis']
5
5
  spec.email = ['jack@smashingboxes.com', 'brandon@sbox.es']
6
6
  spec.summary = 'A tool for provisioning and deploying boxes for hosting Rails apps'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taperole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Forrest
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-05-29 00:00:00.000000000 Z
13
+ date: 2015-06-01 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: