uc3-dmp-rds 0.0.2 → 0.0.3

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
  SHA256:
3
- metadata.gz: cc6233160adcb2ba80c918f291132ed535c074408e9e8741ecc22ba75d3a9560
4
- data.tar.gz: 84b0cb62671d6b7a6495b6f4a866d1e102cae41f6112d2ef89f5e3305d2e3b32
3
+ metadata.gz: 9a8f900690c6b37e5498069aa39353c4f5a09eaa16f4aeafb73b941147fd6c53
4
+ data.tar.gz: 3a5b7e787b89237145c971c14edd89ffb327666ee65502adca6aaa8d70292a01
5
5
  SHA512:
6
- metadata.gz: 2f196f1ce63bda0b18a0f12a7412bc469586485362396e30d64b4f3e77c04efd59e8772b69bc8a69eb4da1f9a95eeb90d7ae6ecc6934d9fa09da5ec661fd7e09
7
- data.tar.gz: 2061fdebee99d9e038f5c40a2a4bcaf7266c8aed7172b9e315f4a0d035a6f5a915842558045029b015f0b14d09694ed527f907696a9d11c4516eab21494dd15f
6
+ metadata.gz: 79cebc62f90bcea1f4991b585bf80c285412e8c19dabffa19209589a12281692fbfb79c8d7b224e15f64d84644ed083db940602cebb9cf56d79055d9163640b2
7
+ data.tar.gz: eb618d5a27f22a1b21675b8502b39ae2cb49c565ead5864c9641c09ac706a129b1b266a08d22c52998d8331afe28a2f2cfa0ed0fe9b7e3a4bf3536da99a79370
@@ -26,6 +26,11 @@ module Uc3DmpRds
26
26
  # Connect to the RDS instance
27
27
  def connect(debug: false)
28
28
  creds = _credentials
29
+
30
+ puts "DB stuff:"
31
+ puts "HOST: #{ENV['DATABASE_HOST']}, PORT: #{ENV['DATABASE_HOST']}, NAME: #{ENV['DATABASE_HOST']}"
32
+ pp creds
33
+
29
34
  ActiveRecord::Base.establish_connection(
30
35
  adapter: 'mysql2',
31
36
  host: ENV.fetch('DATABASE_HOST', nil),
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpRds
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley