taperole 1.2.3 → 1.2.4

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: 13ab095441069962a5091d2fee84425c3b8a44ed
4
- data.tar.gz: fedad9896a5aa2bc6dc866c4b99e92f85fcc8f6e
3
+ metadata.gz: 0739c737afbd4801abe1b26b9d61776bf8a90a67
4
+ data.tar.gz: 5df9ec50fa3f57db39033e44dc1239b850eba0b0
5
5
  SHA512:
6
- metadata.gz: 1f345d0db2e0f35a1a2fcc6dd39d96206b1b649c7988e3672d62f14395c0ed6efbb10eb0f50e3f80b93809082d475b7bb2195bd9ea518398b291d9b7010dd368
7
- data.tar.gz: 379ed1b3b9835679aac44c6ce4ca2bb38b1928bd1e03c18bee0f0ec4808a81ee92e00643921e556a933c7132bc537f232282e530e51a7fce316ba5ac174b0933
6
+ metadata.gz: 5b8f3001a94948683a49d961960b781149e74e4303083d0166339b4c2b505599e41c13c0bc5469473843fa5a35d0a02520cecb93683bf27f0181706c4d02e9d2
7
+ data.tar.gz: 69a6c1aa5e09b14c051aaab6d1b1436c8fbfaa3448d1981a2c5768e7fcfbd26e0318d3af522f80be026b238dd4909d07f792ea751ff46587d2755450e25f4e77
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ### 1.2.3
2
+ * Fixed issue where users who were using vagrant could not ssh into the deployer user
3
+ * Fixed issue where vagrant boxes init script was failing because .ssh dir already existed
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -2,7 +2,7 @@
2
2
  file: path="/home/{{ deployer_user.name }}/.ssh"
3
3
  state=directory
4
4
  owner="{{ deployer_user.name }}"
5
- mode=600
5
+ mode=744
6
6
 
7
7
 
8
8
  - name: Copy of root ssh keys
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.3'
3
+ spec.version = '1.2.4'
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.3
4
+ version: 1.2.4
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-07-21 00:00:00.000000000 Z
13
+ date: 2015-08-18 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description:
16
16
  email:
@@ -22,7 +22,9 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
  files:
24
24
  - ".gitignore"
25
+ - CHANGELOG.md
25
26
  - CONTRIBUTING.md
27
+ - LICENSE
26
28
  - README.md
27
29
  - Vagrantfile
28
30
  - ansible.cfg