railsdock 0.3.0 → 0.3.1

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: 15ec876832fbd53f56808e56185cd7e807f3d70f692231ef1d73d1b90b23a8b0
4
- data.tar.gz: 7aa1228dddc0a479fb5b031bc48f70d5f92e0ba577ac07be042a93785151773f
3
+ metadata.gz: 22a989160e2cec44e7719ab7747a9e03e8366fda097786b1df6fb8de6c9ce288
4
+ data.tar.gz: d353fb016c44b7075dc6c0ffe2f578444c06b58490b2d2a1b22abea3f5d06ef9
5
5
  SHA512:
6
- metadata.gz: bcf70c98121cb0799729086ee5bd6d32698ecffbf6d899ed56198d7c679d3ce210404b45407654c1dc0c17b24baafb6b785b4d32742b1bc7e2a82220bbbea004
7
- data.tar.gz: 3b90841d44e85fddc66cf2c36e6401c1993347e23ff79ee8a478524e9156f155e5dd87ca2efe00997494b7f1fd67fdcc353303685d68c26ceb56d7da91fe1ec5
6
+ metadata.gz: 0f81adc87738b5cee70579768dcd77c517a81d9e071735a899de6d6a92432f7908d938305d4fe7f2eb43d8fbf06ac7ea5f4dd4beaf40f1202bcbf36041f1cd0a
7
+ data.tar.gz: 98e77abb93aaac1aa7ae519d241a92a340c2fe8f988159cadd5ca6341028ce4e8cc56a3c96d0e3dc96b65e9c2698f66e65eb44e9cfc5dcfe4ee9fa4343b61c8f
@@ -0,0 +1,18 @@
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
+
6
+ ## [Unreleased]
7
+ ### Added
8
+ ### Changed
9
+ ### Deprecated
10
+ ### Removed
11
+ ### Fixed
12
+ ### Security
13
+
14
+ ## [0.3.1] - 07-20-2020
15
+ ### Fixed
16
+ - command in docker-compose template [PR21](https://github.com/hintmedia/railsdock/pull/21)
17
+ ### Added
18
+ - Initial Changelog
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- railsdock (0.3.0)
4
+ railsdock (0.3.1)
5
5
  bundler (~> 2.0)
6
6
  pastel (~> 0.7.2)
7
7
  railties (>= 4.2, < 6.1)
@@ -14,20 +14,20 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- actionpack (6.0.3.1)
18
- actionview (= 6.0.3.1)
19
- activesupport (= 6.0.3.1)
17
+ actionpack (6.0.3.2)
18
+ actionview (= 6.0.3.2)
19
+ activesupport (= 6.0.3.2)
20
20
  rack (~> 2.0, >= 2.0.8)
21
21
  rack-test (>= 0.6.3)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
24
- actionview (6.0.3.1)
25
- activesupport (= 6.0.3.1)
24
+ actionview (6.0.3.2)
25
+ activesupport (= 6.0.3.2)
26
26
  builder (~> 3.1)
27
27
  erubi (~> 1.4)
28
28
  rails-dom-testing (~> 2.0)
29
29
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
30
- activesupport (6.0.3.1)
30
+ activesupport (6.0.3.2)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 0.7, < 2)
33
33
  minitest (~> 5.1)
@@ -44,16 +44,16 @@ GEM
44
44
  diff-lcs (1.3)
45
45
  equatable (0.6.1)
46
46
  erubi (1.9.0)
47
- i18n (1.8.2)
47
+ i18n (1.8.4)
48
48
  concurrent-ruby (~> 1.0)
49
- loofah (2.5.0)
49
+ loofah (2.6.0)
50
50
  crass (~> 1.0.2)
51
51
  nokogiri (>= 1.5.9)
52
52
  method_source (1.0.0)
53
53
  mini_portile2 (2.4.0)
54
54
  minitest (5.14.1)
55
55
  necromancer (0.5.1)
56
- nokogiri (1.10.9)
56
+ nokogiri (1.10.10)
57
57
  mini_portile2 (~> 2.4.0)
58
58
  pastel (0.7.4)
59
59
  equatable (~> 0.6)
@@ -63,7 +63,7 @@ GEM
63
63
  method_source (~> 1.0)
64
64
  pry-rails (0.3.9)
65
65
  pry (>= 0.10.4)
66
- rack (2.2.2)
66
+ rack (2.2.3)
67
67
  rack-test (1.1.0)
68
68
  rack (>= 1.0, < 3)
69
69
  rails-dom-testing (2.0.3)
@@ -71,9 +71,9 @@ GEM
71
71
  nokogiri (>= 1.6)
72
72
  rails-html-sanitizer (1.3.0)
73
73
  loofah (~> 2.3)
74
- railties (6.0.3.1)
75
- actionpack (= 6.0.3.1)
76
- activesupport (= 6.0.3.1)
74
+ railties (6.0.3.2)
75
+ actionpack (= 6.0.3.2)
76
+ activesupport (= 6.0.3.2)
77
77
  method_source
78
78
  rake (>= 0.8.7)
79
79
  thor (>= 0.20.3, < 2.0)
@@ -112,11 +112,11 @@ GEM
112
112
  tty-cursor (~> 0.7)
113
113
  tty-screen (~> 0.7)
114
114
  wisper (~> 2.0.0)
115
- tty-screen (0.7.1)
115
+ tty-screen (0.8.1)
116
116
  tzinfo (1.2.7)
117
117
  thread_safe (~> 0.1)
118
118
  wisper (2.0.1)
119
- zeitwerk (2.3.0)
119
+ zeitwerk (2.4.0)
120
120
 
121
121
  PLATFORMS
122
122
  ruby
@@ -33,7 +33,7 @@ services:
33
33
 
34
34
  rails:
35
35
  <<: *ruby-base
36
- command: rails server -p 3000 -b '0.0.0.0'
36
+ command: bundle exec rails server -p 3000 -b '0.0.0.0'
37
37
  entrypoint: ./docker/ruby/entrypoint.sh
38
38
  ports:
39
- - "${RAILS_SERVER_HOST_PORT}:3000"
39
+ - "${RAILS_SERVER_HOST_PORT}:3000"
@@ -1,3 +1,3 @@
1
1
  module Railsdock
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railsdock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Boe
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-05-22 00:00:00.000000000 Z
12
+ date: 2020-07-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties