bucky-core 0.9.22 → 0.9.23

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
  SHA1:
3
- metadata.gz: ddd2055ff23d6e13b2567c4c178e155836c50f55
4
- data.tar.gz: a43aefb37a51ce23603ea592d05354902908b492
3
+ metadata.gz: 10b14f914718bee327d370a016824ae65fab6715
4
+ data.tar.gz: aa60dc33c68c89ec59f0fda188d72e26afec56f7
5
5
  SHA512:
6
- metadata.gz: e8b8c36850f8ead9ef5e0d31a3835ffee353de9d282ec1609c3656a098bbf144562762d4a57f57a784d232181648e9076dc72c57f7078d415e9415ffff835749
7
- data.tar.gz: 7f96a808893eca25036c5601cd9605258d149fdd1fa88806d8da3747ce8f4a195073082ed279c09059113580d7057d9528d3e5f68e90b2447157afc8d6d183af
6
+ metadata.gz: 8c6e20124657ea921cc06bb6cf3046f4b8447c7d5d98b10570a4dbba02dde811fb0cb22059ec74cb7ced2115a0efad5f0ead8093910d321382357b8e3760f5ca
7
+ data.tar.gz: c187982034b6da9c85b53f490cde22a32a9d6a79894c47dc470af8b3bdc3bd59ab9f35948a6aba3f754f658d463007dbc3021e87b3278d0c42463e04754b1e4f
@@ -87,7 +87,7 @@ jobs:
87
87
  name: Setup Rubygems
88
88
  command: bash .circleci/setup_rubygems.sh
89
89
  - run:
90
- name: Update vresion.rb and publish on RubyGems
90
+ name: Update version.rb and publish on RubyGems
91
91
  command: bash .circleci/deploy_to_rubygems.sh
92
92
  publish_to_docker_hub:
93
93
  machine: true
@@ -96,14 +96,16 @@ jobs:
96
96
  steps:
97
97
  - checkout
98
98
  - run:
99
- name: Build image
99
+ name: Build and tagged image
100
100
  command: |
101
101
  docker build -t "$DOCKER_REPO":"${CIRCLE_TAG/v/}" .
102
+ docker tag "$DOCKER_REPO":"${CIRCLE_TAG/v/}" "$DOCKER_REPO":latest
102
103
  - run:
103
104
  name: Login and push image
104
105
  command: |
105
106
  docker login -u "$DOCKER_HUB_USER" -p "$DOCKER_HUB_TOKEN"
106
107
  docker push "$DOCKER_REPO":"${CIRCLE_TAG/v/}"
108
+ docker push "$DOCKER_REPO":latest
107
109
  docker logout
108
110
  workflows:
109
111
  version: 2
@@ -27,5 +27,4 @@ coverage/
27
27
  doc
28
28
  tags
29
29
  tmp
30
- template/
31
30
  .sample/
data/Dockerfile CHANGED
@@ -36,5 +36,5 @@ RUN \
36
36
  rm -rf ~/.gem
37
37
 
38
38
  WORKDIR /app
39
- RUN adduser -S bucky
40
- USER bucky
39
+ RUN chown -R nobody:nobody /app
40
+ USER nobody
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Bucky
4
4
  module Version
5
- VERSION = '0.9.22'
5
+ VERSION = '0.9.23'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bucky-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.22
4
+ version: 0.9.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - NaotoKishino
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: exe
15
15
  cert_chain: []
16
- date: 2019-12-10 00:00:00.000000000 Z
16
+ date: 2019-12-23 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: awesome_print