ocean-rails 1.26.2 → 1.27.0

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
  SHA1:
3
- metadata.gz: 401947667fc4efdcb854b7cfa3cfc4dbd8f8e167
4
- data.tar.gz: ac3aa1c729cf277d5f0cc63e45531b2bab9e9cd1
3
+ metadata.gz: 68185321c29cc2326f71f3a6a33e62282f29ab4a
4
+ data.tar.gz: c48b60d0c5baca7468330646f5d9b36f81e44aca
5
5
  SHA512:
6
- metadata.gz: 7d96ad916888e904344cc523543d015a0b8591f785116e01d900b6a0d1fc4bf4a2bcb3f333e0add0218e494f0834f78fe433d649755ce7b22f8c44ce35e7f477
7
- data.tar.gz: ebe2c7d6fc44dad81d38d189dccfaae264dd43fda6f017f2a0e1d66543eb4828e0468ebadb1aa5f4832781bc8fa911c01b9066df7290fdd25acced4bf22cfe8f
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 AWS data if there is an example file
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.
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gem "ocean-rails", "~> 1.0"
4
4
 
5
5
  gem "rails", "~> 4.0"
6
- gem "mysql2"
6
+ gem "pg"
7
7
  gem "foreigner"
8
8
  gem "jbuilder"
9
9
 
data/lib/ocean/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ocean
2
- VERSION = "1.26.2"
2
+ VERSION = "1.27.0"
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.26.2
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-12 00:00:00.000000000 Z
11
+ date: 2013-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday