droplet_kit 3.3.0 → 3.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: f529675d7f97e0fe92b4787071a0d608fc414726d99d0f196d17d5c5a6d72714
4
- data.tar.gz: 70da3bd332f370dbf1ed58d17e852404410a5a79d55a7ca5404d49fefc1a97b4
3
+ metadata.gz: 4472877cc1bfc802ea73e98933fe24bab2adddf4c1eafc6f0f36a0a82acea0f7
4
+ data.tar.gz: 88cc28e10a85151390521ad93482e758f83068139c4eeef17d84974f9989a01a
5
5
  SHA512:
6
- metadata.gz: 32144a7341efd9610298826fb4e18d057dbb085fa4aa32d9257c3fa52ca577f2f5a01a48ebf6fe85fe0ad625a5e66a051bfdda8bae00c99b6143dbeee2bcdceb
7
- data.tar.gz: e069461935b59cbfc9a917fc2b06d92e018a8dd8fbe1e960fbdbe2047384bb7355f3d6dcb73935c294e92cac1594d232e6932bad4b4f6820e013c27f45a93795
6
+ metadata.gz: 27521d0b8fd97888f25b7c18d716d70075e5f354ac66b1400fadbb0ad1be5c069ddc0555a893af4091d67593c37290e3db24c3d21f34dcf1b218e7be41a7254f
7
+ data.tar.gz: a0755dd5ed486a294b0f7ce8cb1fb8e9ae7c313c6c26162650fca966fd593dd0c37153270bbe007b52bb9045b9d036f3cd41348610a4019148e543038ac24c3f
@@ -8,8 +8,8 @@ module DropletKit
8
8
  attribute :created_at
9
9
  attribute :tag
10
10
  attribute :region
11
- attribute :redirect_http_to_https
12
- attribute :enable_proxy_protocol
11
+ attribute :redirect_http_to_https, Boolean, :default => false
12
+ attribute :enable_proxy_protocol, Boolean, :default => false
13
13
  attribute :droplet_ids
14
14
  attribute :sticky_sessions
15
15
  attribute :health_check
@@ -1,3 +1,3 @@
1
1
  module DropletKit
2
- VERSION = "3.3.0"
2
+ VERSION = "3.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: droplet_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Ross
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-12 00:00:00.000000000 Z
11
+ date: 2019-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus