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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b5aa3020b28d7353111a4a1b04c2c1ce1579d56
4
- data.tar.gz: c68a219b9372028b8438d0bc98d4b5e228b0fbd4
3
+ metadata.gz: 641909d3eac79952c37d9c2b395a0d3f0ec4de71
4
+ data.tar.gz: eab3eea16d9a13f422e073116c04e67698ff8c59
5
5
  SHA512:
6
- metadata.gz: f79b1d1927aee7b423f202c16d908a5738cd018ae3cd1061a563c36ea95fbfd0401ba0a85c09c1cab87d8808f9a141c323dbf547d3104f044ff6dcaf19ffda14
7
- data.tar.gz: 814abd9ffc2662bbc967a07f0dd98bb0bd002e536590f98df8f46eb932a4111f813517a79631f500520735c44b0541af8dddba55ca58d9da3e44e95fc8587cdc
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/tape.png?label=ready&title=Ready)](https://waffle.io/smashingboxes/tape)
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
- --without test development --deployment"
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.2'
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'
@@ -1,4 +1,3 @@
1
- #TODO Make sure that secrets is ignored
2
1
  ---
3
2
  - hosts: omnibox
4
3
 
@@ -14,4 +13,4 @@
14
13
  - database_load
15
14
  - unicorn_activate
16
15
  - frontend_deploy
17
- - delayed_job
16
+ # - delayed_job
@@ -1,4 +1,3 @@
1
- #TODO Make sure that secrets is ignored
2
1
  ---
3
2
  - hosts: omnibox
4
3
 
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.2
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-28 00:00:00.000000000 Z
13
+ date: 2015-04-03 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email: