orchestration 0.7.14 → 0.7.15

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: 6669b659493f3b8494770bf20cacf1be86bc6e8a3fbc23b78ba5cd2abc624271
4
- data.tar.gz: 9ec6668a4553157e74045167174d01a740d9e508a80fffb711fa34775da02841
3
+ metadata.gz: 69778664ee0dbf49cfc65f604ce53939cb184a2368beae349b7176dd61dc795e
4
+ data.tar.gz: ce08d1786b3f9969103007ee2d72e8654ec2a8e5241665e6ee91997ac6afdc66
5
5
  SHA512:
6
- metadata.gz: 0fd5fd865199ddcb0b152ef57388259fec28504cfd42d2384ade48b9a138630345c43d27c089c1bcbf6d3c8a282c138273076689bed04e82a57508ba9b96c965
7
- data.tar.gz: d27287c7263a2f91b2d005aa1fcaf890b1a055bfadef4e454e85137728437b66238b2cffb0185fc4d85b1fdae247e1bc48c7db25c89f9233bc26d4f47c4f7acd
6
+ metadata.gz: 938adaca373680e4ceac043a144c4e22fede0acdace7f64ba8dd989a832bdfed0a31d100155c19a958fed57e2985b91675396863494d88929337ca407201d260
7
+ data.tar.gz: ab827a0c1f6a3ad6e0d60333bd78d02cf27d39ee9b76eaf15afc4292e6faf22724339353a8757465a58ed5cb0361d50da0de42c7f3fba0907b22e88a4e2ba9cf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orchestration (0.7.13)
4
+ orchestration (0.7.14)
5
5
  database_url (~> 0.1.2)
6
6
  dotenv-rails (~> 2.8)
7
7
  erubis (~> 2.7)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orchestration
4
- VERSION = '0.7.14'
4
+ VERSION = '0.7.15'
5
5
  end
data/lib/orchestration.rb CHANGED
@@ -92,7 +92,7 @@ module Orchestration
92
92
  end
93
93
  end
94
94
 
95
- if ENV['RAILS_ENV'] == 'development' && !ENV.key?('ORCHESTRATION_DISABLE_ENV')
95
+ if ENV.fetch('RAILS_ENV', 'development') == 'development' && !ENV.key?('ORCHESTRATION_DISABLE_ENV')
96
96
  require 'dotenv-rails'
97
97
  Dotenv::Railtie.load
98
98
  Orchestration.print_environment
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchestration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.14
4
+ version: 0.7.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-10 00:00:00.000000000 Z
11
+ date: 2024-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: database_url