taperole 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/roles/backend_config/tasks/main.yml +1 -1
- data/taperole.gemspec +1 -1
- data/templates/base/deploy.example.yml +1 -2
- data/templates/static_html/deploy.example.yml +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 641909d3eac79952c37d9c2b395a0d3f0ec4de71
|
4
|
+
data.tar.gz: eab3eea16d9a13f422e073116c04e67698ff8c59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ab1cb9f54e869fb557c93a7e5acfb1a0b38dcc9078f7beada9e8f98136b4c095fb89fba8f331105d4a9a44f5f64fd82149c0a42c2805bc6c907e52a9e954aaa
|
7
|
+
data.tar.gz: 75aea23e18f1e7a20483782daca8a62bd87cb4bba99faacffa2e3f780296b338b390e24b9e6ab418e6a2de417d9ad6a66a17d447cd1f6349ba048abd857dab5d
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[![Stories in Ready](https://badge.waffle.io/smashingboxes/
|
1
|
+
[![Stories in Ready](https://badge.waffle.io/smashingboxes/taperole.png?label=ready&title=Ready)](https://waffle.io/smashingboxes/tape)
|
2
2
|
# Infrastructure Management
|
3
3
|
|
4
4
|
## Deploying & provisioning with tape
|
@@ -7,7 +7,7 @@
|
|
7
7
|
remote_user: "{{ deployer_user.name }}"
|
8
8
|
command: chdir={{ be_app_path }}
|
9
9
|
bash -lc "RAILS_ENV={{be_app_env}} bundle install
|
10
|
-
|
10
|
+
--without test development --binstubs --deployment"
|
11
11
|
tags: [be_deploy, bundle]
|
12
12
|
|
13
13
|
- name: Ensure env_config.yml file present
|
data/taperole.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "taperole"
|
3
|
-
spec.version = '1.1.
|
3
|
+
spec.version = '1.1.3'
|
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.1.
|
4
|
+
version: 1.1.3
|
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-03
|
13
|
+
date: 2015-04-03 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description:
|
16
16
|
email:
|