subspace 2.0.2 → 2.0.3

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
  SHA256:
3
- metadata.gz: 772a4dbc6a0f5007a82edb99ab5a7efb02d5906025f977e7e41f78a4d446d7d7
4
- data.tar.gz: e846be133ceae5a94b7f25df6400f2b6e312df69ee8c5d958c9a896856deae4b
3
+ metadata.gz: f0f395a5d4a3d5bbe3855a58187e79b58dacd56e1348b79c9d602ddc400381cc
4
+ data.tar.gz: d525b44722f728e5c3b4dd3026f9739d5d8e2e3bbeea404092ef0426a1a4ffdd
5
5
  SHA512:
6
- metadata.gz: e6423a22730955884058448e8700adc34b7892fd54d64997f7d352dc1fb8525167bed6c743cbc3e008b215076eb4258208a9cd26df89465525cdb1fcf9497dc8
7
- data.tar.gz: eb3327f26cc8a91d6450b04bc779ee8872063b6b9c51835645cc25d41784d04c4254aeed2cc84012d3d78309aee541e83f8d02bf3832b375aa7724a31f996983
6
+ metadata.gz: 15620914148fb2c0d9dab6b35eec9b10cd84c351068af2db8c65c40b7d21ee09b6a4edaedd8d6b85390ac7d11bd2c6ee8f5034cebac63a7f3051a74569d84d83
7
+ data.tar.gz: 43e511b8dd06087de53b4dbb40cb0970755591f4f6369734a6c583483ed78447f7186af683c2fe65983533d192ddcd18b3cbec14dc0b12c5c02d794b9faed309
@@ -10,6 +10,9 @@ 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.3
14
+ * Fix bundler / gem version installation on new/vanilla servers
15
+
13
16
  ## 2.0.2
14
17
  * Adds FFMPEG to Rails role so ActiveStorage can generate video previews
15
18
 
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v2.0.2
7
+ |_| v2.0.3
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -68,7 +68,7 @@
68
68
  - ruby-gc-wrapper
69
69
 
70
70
  - name: Update rubygems
71
- command: gem update --system
71
+ command: "{{ ruby_location }}/bin/gem update --system"
72
72
  become: true
73
73
 
74
74
  - name: Remove old bundler bin
@@ -82,6 +82,7 @@
82
82
  name: bundler
83
83
  state: absent
84
84
  user_install: no
85
+ executable: "{{ ruby_location }}/bin/gem"
85
86
  become: true
86
87
 
87
88
  - name: Install Bundler
@@ -90,6 +91,7 @@
90
91
  version: "{{ bundler_version }}"
91
92
  state: present
92
93
  user_install: no
94
+ executable: "{{ ruby_location }}/bin/gem"
93
95
  become: true
94
96
 
95
97
  - name: Make Ruby symlinks
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
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.2
4
+ version: 2.0.3
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-17 00:00:00.000000000 Z
11
+ date: 2019-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -297,7 +297,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  - !ruby/object:Gem::Version
298
298
  version: '0'
299
299
  requirements: []
300
- rubygems_version: 3.0.3
300
+ rubyforge_project:
301
+ rubygems_version: 2.7.9
301
302
  signing_key:
302
303
  specification_version: 4
303
304
  summary: Ansible-based server provisioning for rails projects