old_sql 1.5.0 → 1.6.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.
@@ -69,6 +69,7 @@ module OldSql
69
69
 
70
70
  def self.set_connection(env)
71
71
  dbconfig = YAML::load(File.open(Rails.root.join("config/database.yml")))
72
+ puts dbconfig
72
73
  ActiveRecord::Base.establish_connection(dbconfig[env])
73
74
  end
74
75
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.0
5
+ version: 1.6.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -182,7 +182,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
182
182
  requirements:
183
183
  - - ">="
184
184
  - !ruby/object:Gem::Version
185
- hash: -2087005065096148738
185
+ hash: 3527555044456991387
186
186
  segments:
187
187
  - 0
188
188
  version: "0"