shippy 0.2.10 → 0.2.11

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: 3792c6bab1abb3441290652a346d4e2f4cdb0e838261205785efb1e20330a92c
4
- data.tar.gz: cb1545e302e988e5a426a5e84b1c4c7930c7080b00f56ab49f1faf843b9cc920
3
+ metadata.gz: 91d24ebcb480b4a9e7e294ac655bf214f273138c4cf46e2afa3b5b6572930075
4
+ data.tar.gz: 3871a93030a2284de81e9f78aa8d65ef5466e7ba39af0aaeae42cc3399d126cf
5
5
  SHA512:
6
- metadata.gz: 3c2370f51f6a8cb669217850432ad73059c4320784e1649571d6821fca59072c4a2c2d6982f3648d9381a15d1898d35f46cd9bc251c044d6293551cbda768559
7
- data.tar.gz: 9a6f4e9d1d2d185b167a3d5da4cce12880d5ac7bbbf0c8d67d8054293f5f4d1ef9f259ee45ab88bc9427cd9b87fa6315641cdf94999fd025f4dc828c4f0729b9
6
+ metadata.gz: 984201a327459a76a6d0bd11bf84eb21a0322d83bcdcc5617ee18c463706ff7c953b80744eb23ded40d98238a622483e8ebf85b65eeb9b44d1ec7ef8843b09e9
7
+ data.tar.gz: 7482c7aee06ffdcad2afe8252a0b85d4c6dcf9f34a645f4cf5cc7e6a74b01a20a295172a75386d2ee32d904846d2535d3a4d772b163a34dce36fecd5dadcff08
@@ -1,9 +1,9 @@
1
1
  module Shippy
2
2
  class Service
3
3
  ATTRIBUTES = %i[
4
- build command depends_on devices entrypoint environment extra_hosts group_add
5
- hostname image labels logging networks user ports restart volumes volumes_from
6
- working_dir security_opt
4
+ build cap_add cap_drop command depends_on devices entrypoint environment
5
+ extra_hosts group_add hostname image labels logging networks user ports restart
6
+ volumes volumes_from working_dir security_opt
7
7
  ].freeze
8
8
 
9
9
  attr_reader :name, :app
@@ -1,3 +1,3 @@
1
1
  module Shippy
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shippy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marius Bobin