ocean-rails 1.23.3 → 1.23.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7009a840625c3403a639004b3d591f04f04fdcfb
4
- data.tar.gz: 17df19e372fd6303aedfd062ef34937051422f2c
3
+ metadata.gz: 277750dcf7a8f455eef86e7220f657a879266531
4
+ data.tar.gz: f7608d6fc75ad78d094fd7b98dbdce8b8632c1e1
5
5
  SHA512:
6
- metadata.gz: cec29a7b8c057c56366e0fda5811c3daa5818a48264aa620e9241c4b5474cf7d43846340e1c2c4ecd934372d627c592c3cf1d48648add0695ebe5e0aa2a3e6b8
7
- data.tar.gz: 2c7b542b158ef3b9da8da2e5491addbc47093cbed3b4a547d042959918962b659bf7efc753c3bbde9c6d5aa35e888bcd6ca40353651b000849dd32d36d1323b0
6
+ metadata.gz: 22cb03fdba12ecdbf78db0c3067b94826c29f3ad29b6734e583ab913d552d41f662161e2a67768f8373099ffa1dbbbdad0ecb9252244cefb2aff696a77128bdb
7
+ data.tar.gz: cdbc32396b3931296554dec7b858efd71e8b59faa210dce131995c21c429c644af428a69da439dea79ce2cb7a10e07286280c6cc5b1f6e47c7ca131e6c67275a
@@ -8,12 +8,13 @@ if File.exists?(ef)
8
8
  f = File.join(Rails.root, "config/config.yml")
9
9
 
10
10
  puts
11
+ puts "--- Rails.env = #{Rails.env}"
11
12
  puts "--- ef = #{ef}"
12
13
  puts "--- f = #{f}"
13
14
 
14
15
  # If the tailored file doesn't exist, and we're running in test mode
15
16
  # (which is the case under TeamCity), use the example file as-is.
16
- f = (File.exists?(f) && f) || ((Rails.env == 'test') && ef)
17
+ f = (File.exists?(f) && f) || ef # ((Rails.env == 'test') && ef)
17
18
 
18
19
  puts "--- LOADING #{f}"
19
20
  puts
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "1.23.3"
2
+ VERSION = "1.23.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.3
4
+ version: 1.23.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson