subspace 2.0.1 → 2.0.2

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: c0e42019d70233576032d1c5d3213507c81dd80e1915ddba0ec58f25cff414c6
4
- data.tar.gz: 63a927ef5899ad64f6b8bd268705bab328082f6ebd7ee8c5a9b087e51fe2275b
3
+ metadata.gz: 772a4dbc6a0f5007a82edb99ab5a7efb02d5906025f977e7e41f78a4d446d7d7
4
+ data.tar.gz: e846be133ceae5a94b7f25df6400f2b6e312df69ee8c5d958c9a896856deae4b
5
5
  SHA512:
6
- metadata.gz: 2ab07d182cb0454831ffc2ab02549859779b95dc013aff308ed592ab1117feca26d0128d3e08e387c1649f5f90924c58648fb46ec7a5697404c52eb0e880052a
7
- data.tar.gz: 1ce04e587f1313a9dc62f79405ac28ad63490a506054f12e990cfa6f2a4e464100482a1e18d921888a6d5cb62a89c51d083b568fa882d7265bf24b98a1777290
6
+ metadata.gz: e6423a22730955884058448e8700adc34b7892fd54d64997f7d352dc1fb8525167bed6c743cbc3e008b215076eb4258208a9cd26df89465525cdb1fcf9497dc8
7
+ data.tar.gz: eb3327f26cc8a91d6450b04bc779ee8872063b6b9c51835645cc25d41784d04c4254aeed2cc84012d3d78309aee541e83f8d02bf3832b375aa7724a31f996983
data/CHANGELOG.md CHANGED
@@ -10,6 +10,13 @@ This project attempts to follow [semantic versioning](https://semver.org/)
10
10
  * Not working on OSX - macs don't read from /etc/profile.d/
11
11
  * Stops showing color if you `sudo su`
12
12
 
13
+ ## 2.0.2
14
+ * Adds FFMPEG to Rails role so ActiveStorage can generate video previews
15
+
16
+ ## 2.0.1
17
+ * Option to not redirect to SSL on nginx
18
+ * Group delayed jobs by queue in collectd config
19
+
13
20
  ## 2.0.0
14
21
 
15
22
  * breaking changes
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v2.0.0
7
+ |_| v2.0.2
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -10,6 +10,7 @@
10
10
  - libxslt-dev
11
11
  - nodejs
12
12
  - zlib1g-dev
13
+ - ffmpeg
13
14
  become: true
14
15
  when: ('Ubuntu' in ansible_distribution)
15
16
 
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
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: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-09 00:00:00.000000000 Z
11
+ date: 2019-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -297,8 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  - !ruby/object:Gem::Version
298
298
  version: '0'
299
299
  requirements: []
300
- rubyforge_project:
301
- rubygems_version: 2.7.9
300
+ rubygems_version: 3.0.3
302
301
  signing_key:
303
302
  specification_version: 4
304
303
  summary: Ansible-based server provisioning for rails projects