subspace 1.0.5 → 1.0.6

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
  SHA256:
3
- metadata.gz: 0d6866d58df90b9bf386b826fa919fd3b0c0e8f8216a9bc1e8b730e5ee7462a8
4
- data.tar.gz: 8b96d217f05241ae7ccd6d0d0a9df6292f4867fd71391b96a99c5f1f43fa9fd3
3
+ metadata.gz: 5a9de98c95a992ec3893a5503623eb34302acdba0cb51389dd9919f4c4df7906
4
+ data.tar.gz: 6ce8825a905cbe988d0a746855ffbd455a13097c1653aa920cb145c572f57408
5
5
  SHA512:
6
- metadata.gz: fdcf3d76dc094d66d81a184031cf7508f2a8c08e7a3d8a1afa4c23143044a10a141b2e54bd9e2c9095775b36a0302653e4688939b275ea9b7ffca8c9db4a5e6c
7
- data.tar.gz: 9044bdce9c3d334938bbab142ae44b7a6863769e623a46efb507d5891ebc4ba5b22d47b9508c2c1050c38b382b15b1553ac65db87afdcf4fe17f8a40addfbedc
6
+ metadata.gz: 5c0e6ced6a695f19e2ebc5606f0e8bfab0e31d997272fcce6e5d37f8e16b090add480fb731fbdbd47a302d9b7c996c07034509f948627130f95a0651affd7d5a
7
+ data.tar.gz: 665022e50009cab85ba71ce611f5bbabe558ecb837393a82d5adf6c694cd58170a7717a468d31068ca15ad126b48fc0d652caeea70497f70dac98e2a6cb29031
data/CHANGELOG.md CHANGED
@@ -8,8 +8,17 @@ This project attempts to follow [semantic versioning](https://semver.org/)
8
8
 
9
9
  * _nada_
10
10
 
11
+ ## 1.0.6 - 2018-11-12
12
+
13
+ * bug fixes
14
+ * Fix setting the timezone
15
+
11
16
  ## 1.0.5 - 2018-10-16
12
17
 
18
+ * bug fixes
19
+ * Fix bug with task that modifies imagemagick policy to enable reading PDFs
20
+ which was causing it to insert the same line multiple times.
21
+
13
22
  * enhancements
14
23
  * Unpin monit since they fixed it, and the version we have pinned isn't available in Ubuntu 18.04.
15
24
 
@@ -56,16 +56,9 @@
56
56
  tags:
57
57
  - upgrade
58
58
 
59
- - name: Set timezone variables
60
- copy: content='America/Chicago'
61
- dest=/etc/timezone
62
- owner=root
63
- group=root
64
- mode=0644
65
- backup=yes
66
- become: true
67
- notify:
68
- - update timezone
59
+ - name: set timezone to America/Chicago
60
+ timezone:
61
+ name: America/Chicago
69
62
 
70
63
  - name: Add deploy user
71
64
  user:
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v1.0.5
7
+ |_| v1.0.6
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-05 00:00:00.000000000 Z
11
+ date: 2018-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler