boxing 0.7.1 → 0.7.2
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 +4 -4
- data/Gemfile.lock +29 -29
- data/lib/boxing/database.rb +1 -1
- data/lib/boxing/version.rb +1 -1
- data/templates/Dockerfile.tt +2 -1
- data/templates/dockerignore.tt +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b091fd5571f50dba6d62046e28c106088420a71c600f9a6727fc1404a84a2d19
|
|
4
|
+
data.tar.gz: 575167c02a814facdbb558a7836c9e29f15c9f058e37cd71a0828fe011655840
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 282bfa9bfa4fa4da1e43987fc1ed902403a9de8ea74b4f3607f04855edab1557fcc2a791c4033dcc0dc072a87d341b4d519853315a64d5e8882e794199030b62
|
|
7
|
+
data.tar.gz: 98d5df84a6455d92331ab48da7ebdd5d2aebacd2ba3cafac3b47e3e82fa7603477ab7f7a75507b0db51976ba3e970184b014097a49db7eacd404a91282c4945d
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
boxing (0.7.
|
|
4
|
+
boxing (0.7.2)
|
|
5
5
|
bundler (~> 2.0)
|
|
6
6
|
thor (~> 1.0)
|
|
7
7
|
|
|
@@ -9,51 +9,51 @@ GEM
|
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.2)
|
|
12
|
-
bundler-audit (0.9.
|
|
12
|
+
bundler-audit (0.9.1)
|
|
13
13
|
bundler (>= 1.2.0, < 3)
|
|
14
14
|
thor (~> 1.0)
|
|
15
15
|
childprocess (4.1.0)
|
|
16
|
-
diff-lcs (1.
|
|
16
|
+
diff-lcs (1.5.0)
|
|
17
17
|
docile (1.4.0)
|
|
18
18
|
iniparse (1.5.0)
|
|
19
|
-
overcommit (0.
|
|
19
|
+
overcommit (0.59.1)
|
|
20
20
|
childprocess (>= 0.6.3, < 5)
|
|
21
21
|
iniparse (~> 1.4)
|
|
22
22
|
rexml (~> 3.2)
|
|
23
|
-
parallel (1.
|
|
24
|
-
parser (3.
|
|
23
|
+
parallel (1.22.1)
|
|
24
|
+
parser (3.1.2.0)
|
|
25
25
|
ast (~> 2.4.1)
|
|
26
|
-
rainbow (3.
|
|
26
|
+
rainbow (3.1.1)
|
|
27
27
|
rake (13.0.6)
|
|
28
|
-
regexp_parser (2.
|
|
28
|
+
regexp_parser (2.4.0)
|
|
29
29
|
rexml (3.2.5)
|
|
30
|
-
rspec (3.
|
|
31
|
-
rspec-core (~> 3.
|
|
32
|
-
rspec-expectations (~> 3.
|
|
33
|
-
rspec-mocks (~> 3.
|
|
34
|
-
rspec-core (3.
|
|
35
|
-
rspec-support (~> 3.
|
|
36
|
-
rspec-expectations (3.
|
|
30
|
+
rspec (3.11.0)
|
|
31
|
+
rspec-core (~> 3.11.0)
|
|
32
|
+
rspec-expectations (~> 3.11.0)
|
|
33
|
+
rspec-mocks (~> 3.11.0)
|
|
34
|
+
rspec-core (3.11.0)
|
|
35
|
+
rspec-support (~> 3.11.0)
|
|
36
|
+
rspec-expectations (3.11.0)
|
|
37
37
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
38
|
-
rspec-support (~> 3.
|
|
39
|
-
rspec-mocks (3.
|
|
38
|
+
rspec-support (~> 3.11.0)
|
|
39
|
+
rspec-mocks (3.11.1)
|
|
40
40
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
41
|
-
rspec-support (~> 3.
|
|
42
|
-
rspec-support (3.
|
|
43
|
-
rubocop (1.
|
|
41
|
+
rspec-support (~> 3.11.0)
|
|
42
|
+
rspec-support (3.11.0)
|
|
43
|
+
rubocop (1.30.0)
|
|
44
44
|
parallel (~> 1.10)
|
|
45
|
-
parser (>= 3.
|
|
45
|
+
parser (>= 3.1.0.0)
|
|
46
46
|
rainbow (>= 2.2.2, < 4.0)
|
|
47
47
|
regexp_parser (>= 1.8, < 3.0)
|
|
48
|
-
rexml
|
|
49
|
-
rubocop-ast (>= 1.
|
|
48
|
+
rexml (>= 3.2.5, < 4.0)
|
|
49
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
|
50
50
|
ruby-progressbar (~> 1.7)
|
|
51
51
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
52
|
-
rubocop-ast (1.
|
|
53
|
-
parser (>= 3.
|
|
52
|
+
rubocop-ast (1.18.0)
|
|
53
|
+
parser (>= 3.1.1.0)
|
|
54
54
|
rubocop-rake (0.6.0)
|
|
55
55
|
rubocop (~> 1.0)
|
|
56
|
-
rubocop-rspec (2.
|
|
56
|
+
rubocop-rspec (2.11.1)
|
|
57
57
|
rubocop (~> 1.19)
|
|
58
58
|
ruby-progressbar (1.11.0)
|
|
59
59
|
simplecov (0.21.2)
|
|
@@ -61,8 +61,8 @@ GEM
|
|
|
61
61
|
simplecov-html (~> 0.11)
|
|
62
62
|
simplecov_json_formatter (~> 0.1)
|
|
63
63
|
simplecov-html (0.12.3)
|
|
64
|
-
simplecov_json_formatter (0.1.
|
|
65
|
-
thor (1.1
|
|
64
|
+
simplecov_json_formatter (0.1.4)
|
|
65
|
+
thor (1.2.1)
|
|
66
66
|
unicode-display_width (2.1.0)
|
|
67
67
|
|
|
68
68
|
PLATFORMS
|
|
@@ -82,4 +82,4 @@ DEPENDENCIES
|
|
|
82
82
|
simplecov
|
|
83
83
|
|
|
84
84
|
BUNDLED WITH
|
|
85
|
-
2.
|
|
85
|
+
2.3.14
|
data/lib/boxing/database.rb
CHANGED
data/lib/boxing/version.rb
CHANGED
data/templates/Dockerfile.tt
CHANGED
|
@@ -74,7 +74,8 @@ COPY . ${APP_ROOT}
|
|
|
74
74
|
|
|
75
75
|
ARG REVISION
|
|
76
76
|
ENV REVISION $REVISION
|
|
77
|
-
|
|
77
|
+
ENV COMMIT_SHORT_SHA $REVISION
|
|
78
|
+
RUN echo "${REVISION}" > ${APP_ROOT}/REVISION
|
|
78
79
|
|
|
79
80
|
# Apply Execute Permission
|
|
80
81
|
RUN adduser -h ${APP_ROOT} -D -s /bin/nologin ruby ruby && \
|
data/templates/dockerignore.tt
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 蒼時弦也
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-05-
|
|
11
|
+
date: 2022-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
- !ruby/object:Gem::Version
|
|
92
92
|
version: '0'
|
|
93
93
|
requirements: []
|
|
94
|
-
rubygems_version: 3.
|
|
94
|
+
rubygems_version: 3.1.6
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: The zero-configuration Dockerfile generator for Ruby
|