orchestration 0.3.9 → 0.3.10

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: 48a584dcfdfa1f9ef091d686a4ac83dac0fa56beea18a57fcd932e0e0afa4bab
4
- data.tar.gz: 0fbb58d5067366eb986978285abc1f910c898f33eba18a7647a08455a583d226
3
+ metadata.gz: e616b4dfec44e2d9522c17c1266ab1c015ef785aae4e2769182fc15cd47f5ff8
4
+ data.tar.gz: d56b80e6dd8a97d6c613a3b1a4ce759af8a8292e04a029ce6160c54a103b18af
5
5
  SHA512:
6
- metadata.gz: 58e95bf102d2895a83eab7d14850a119492e17b427e81e05d373eeeda4459cabd1ed09038ba796140886399a750da2ef6bc7f2bf684ece9cca18a2e7f0a63219
7
- data.tar.gz: 27d28ed0408efe5e88c323793b3feda57a5c29d9076aa6b28f78ee6da84e9fa609609e7e9cebee0e97ad309037b011434805b1b5670954eacda1031fb97bbeea
6
+ metadata.gz: b2cab3f16aebc2c7a8041d37bffcc96bebbbe3ae03f216dcf0e4689d3f31291c4ba8ac9d8097e242a34810085f414ea3e7bd781d3d0221dc3b191a79ebb53bd5
7
+ data.tar.gz: abaf1ff0f6591561075348f285280d160dad843fede4d354f4283d93ff1c2ae7df053550ed04cb66d118808a0903f920d9a9e17c98d6da6e85dfc6c1a67ec086
data/README.md CHANGED
@@ -11,7 +11,7 @@ _Orchestration_ is a toolkit for testing, building, and deploying _Ruby_ (includ
11
11
  Add _Orchestration_ to your Gemfile:
12
12
 
13
13
  ```ruby
14
- gem 'orchestration', '~> 0.3.9'
14
+ gem 'orchestration', '~> 0.3.10'
15
15
  ```
16
16
 
17
17
  Install:
@@ -77,6 +77,7 @@ module Orchestration
77
77
 
78
78
  def host
79
79
  return nil if @adapter && @adapter.name == 'sqlite3'
80
+ return environment['host'] if environment.key?('host')
80
81
 
81
82
  super
82
83
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.3.9'
4
+ VERSION = '0.3.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchestration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell