cambium 0.2.0 → 0.2.1

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: 6a407bf17c4e0804831ae03956003662b4fa1c4a
4
- data.tar.gz: 87aebe626dda6a7065ef2b1d12033dc9b16c3e74
3
+ metadata.gz: 0c3811b2667e138413fb5b2bc60b82416fe1e812
4
+ data.tar.gz: ccadfe455992bb9376d2ae8e90428074476209a4
5
5
  SHA512:
6
- metadata.gz: 7e74609d438d4041935a3a12531f802cc21151efd6a7999812a10db4959412133e8d31dcc86fa61c8db821a1540603104f1e4448630fb46f172230b5aa1c3a91
7
- data.tar.gz: 676135f57334756b6a36d0d67e49535f88312279a9bf921f43a4854d29050445d456ff8d4b0a3e0dfd79e74d0d0a4a3ad2874f8436b2237e4d0b7bf984e51eda
6
+ metadata.gz: 5e39c637dd01a8755a0b39d5179f588e81629cb77b2bf3ee1faa874cc583036a742d7bbc5d5560bea43b1862ac831113675455e6a2c7ffee971e3d30b463183e
7
+ data.tar.gz: 5543cb93cdf532193421ea437091a0e4e5453073fa1915099624383b2cb89b2accc53ae146266bbf22a19abe52482d11dc1f4345f5ee00a9f2044c329c46bce2
@@ -1,3 +1,3 @@
1
1
  module Cambium
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -31,9 +31,9 @@ module Cambium
31
31
  if line.include?("'mysql2'")
32
32
  @config[:db][:adapter] = "mysql2"
33
33
  elsif line.include?("'pg'")
34
- @config[:db][:adapter] = "sqlite3"
35
- elsif line.include?("'sqlite3'")
36
34
  @config[:db][:adapter] = "pg"
35
+ elsif line.include?("'sqlite3'")
36
+ @config[:db][:adapter] = "sqlite3"
37
37
  end
38
38
  # Rails Version
39
39
  if line.match(/gem\ \'rails\'/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cambium
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean C Davis