ocean-rails 1.23.1 → 1.23.2

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: a60f9e5ddde0f53ae3f5164a61b946f103a465d1
4
- data.tar.gz: d78c366ddd1750da5f4339c67ff97e1956a7fd8d
3
+ metadata.gz: 339c17156fe27a67f4257d0dc48e1a4a19a89ca6
4
+ data.tar.gz: 9d7612bfff118680211a13efbad8d3b0be498b55
5
5
  SHA512:
6
- metadata.gz: eb38170d80e1723704b8fc5312df41b19f42bbdcaab49d5f51c1c4a2288e0ce50e08b63dde76a805259a0090555944510e116e078d3db10ba05d7ead406a51fa
7
- data.tar.gz: f9d70e6d7c2183a3b0bfd25f98e486300f8b7188a8639f02d574669e9dd749127ce7d100c76cebddef9f77e28aa93f3086f032acf0083e8c4d6b98111907630f
6
+ metadata.gz: 61ef6f820e72f440d8f9e085c3eb62e58fe1777fdf42596cf7cc9b9aa3d9afdcf678304bcd685871e62bc8908ac375a9bd2f01f9f8e20b82db373f12f1f411fb
7
+ data.tar.gz: 59b7a722e32fc4d85d5c3badaab57b1e00258f28e0792577216ac173178ece0555745941e82fdef9e7094154fa17dedeb94504649daa7f68584220ec35d971bf
@@ -8,7 +8,7 @@ if File.exists?(ef)
8
8
  f = File.join(Rails.root, "config/config.yml")
9
9
  # If the tailored file doesn't exist, and we're running in production mode
10
10
  # (which is the case under TeamCity), use the example file as-is.
11
- f = File.exists?(f) && f || Rails.env == 'production' && ef
11
+ f = File.exists?(f) && f || Rails.env != 'development' && ef
12
12
 
13
13
  # If there is a file to process, do so
14
14
  if f
@@ -9,7 +9,7 @@ if File.exists?(ef)
9
9
  f = File.join(Rails.root, "config/aws.yml")
10
10
  # If the tailored file doesn't exist, and we're running in production mode
11
11
  # (which is the case under TeamCity), use the example file as-is.
12
- f = File.exists?(f) && f || Rails.env == 'production' && ef
12
+ f = File.exists?(f) && f || Rails.env != 'development' && ef
13
13
 
14
14
  # If there is a file to process, do so
15
15
  if f
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "1.23.1"
2
+ VERSION = "1.23.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ocean-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.1
4
+ version: 1.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Bengtson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-29 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday