ocean-rails 1.26.2 → 1.27.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68185321c29cc2326f71f3a6a33e62282f29ab4a
|
4
|
+
data.tar.gz: c48b60d0c5baca7468330646f5d9b36f81e44aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: baac769d1e6869b13659d54070cfd7545525b111b4345fae9b31392b239fb93c86d407e2d8e73b58ab245d1a0b81e77b41cb634e7725f4b5a6a011b858d6f79d
|
7
|
+
data.tar.gz: 5aec9f52b1a274328f1d18e0538d2d83fa9a784e0fe1ea2d384b5b13bd356a24f0918e29775b01d50e3153a706f768ed829635592b1c08c15d855d86645687ba
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# The is the example file
|
2
2
|
ef = File.join(Rails.root, "config/config.yml.example")
|
3
3
|
|
4
|
-
# Only load
|
4
|
+
# Only load config data if there is an example file
|
5
5
|
if File.exists?(ef)
|
6
6
|
|
7
7
|
# This is the tailored file, not under source control.
|
data/lib/ocean/version.rb
CHANGED
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.
|
4
|
+
version: 1.27.0
|
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-12-
|
11
|
+
date: 2013-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|