boxing 0.6.0 → 0.6.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: cd1ab96ae737b37be480b3d7d862a5925b951062f7ccae22eb200d26e55f3a14
4
- data.tar.gz: 8cd2271e0cb3fc6736c2440f978bdee63b0ba43c90a57596f9064f5b576788ae
3
+ metadata.gz: c0129916f5a38cab965899dea074408533f3580cab79cbca01be3f8bf337e2d0
4
+ data.tar.gz: f814e61b90bb97c94be6b64da6390fd5167f17387219b91c7b85e506b5a90387
5
5
  SHA512:
6
- metadata.gz: 0c4c43055ed9973e21b4e1660fff4bc5f6cd870f08f82339a0ea88be4edde2914c2e37086a5bf92a48e493c12fb2ba20c68bb28c936fcd2e3f77a6fe5e5edf29
7
- data.tar.gz: 25dd924fc89a7aa20361acbcdc2c52b0e320c007308ac1a79a227df9938c2b575f7ee468a0dac1dd5cda8d17a820ea0c6e2fcb18de3ad7e7c15c5fa8746205cd
6
+ metadata.gz: 7291e95e291d14bba21da0f4fa359c3c9a9ffe9894dc13db152c48f40a181bcf5afefb134b10ba94defc4cc4755f2c29eca47b11f994aa8d00fda008cdc6b1be
7
+ data.tar.gz: '08086da0fd55d32c27864509cd8eaf7c347750c7decbb0cb47663c101725bf281b39ae4fc36a76ca243ebb3105d055d9d676aff2685ac398de61024cc05587f8'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- boxing (0.6.0)
4
+ boxing (0.6.1)
5
5
  bundler (~> 2.0)
6
6
  thor (~> 1.0)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Boxing
4
- VERSION = '0.6.0'
4
+ VERSION = '0.6.1'
5
5
  end
@@ -68,7 +68,8 @@ ENV RAILS_SERVE_STATIC_FILES=yes
68
68
  ENV APP_ROOT=$APP_ROOT
69
69
 
70
70
  COPY . ${APP_ROOT}
71
- COPY --from=assets /${APP_ROOT}/public /${APP_ROOT}/public
71
+ <%- if config.assets_precompile -%>COPY --from=assets /${APP_ROOT}/public /${APP_ROOT}/public
72
+ <%- end -%>
72
73
 
73
74
  ARG REVISION
74
75
  ENV REVISION $REVISION
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 蒼時弦也
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler