multi-database-9000 0.2.0 → 0.2.1

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: 053dcf36754207e2afd03e12dbbc523acefe665d
4
- data.tar.gz: 964c14eda0b97b3a2acb60cfe8751be735b98915
3
+ metadata.gz: 5a0bd63bbdb42aeecff59c066181a15dfca53df9
4
+ data.tar.gz: 5b9795119229a9472186497bc39660bf4a504157
5
5
  SHA512:
6
- metadata.gz: 5610ed20bb066f1163bbc8adface34b51b8160017c4f6b6cdd2212c8a2f9bf68e20dd34d8490f293e3e183165f40673eba671d272e3c52843a09c9cd94d2ef9f
7
- data.tar.gz: b66a494376a8443ae0f54b87471cac4190000f720fcf06c91eea25e9d4f317d752c790c807415e9fe8d8c6f5c2e661d7988ee9036b8f2433b4a091722aa4fe52
6
+ metadata.gz: 6c1685722962fa5861406839261f9838d6434bd2d433d929ff69a90dc43fbd5b55ef58d36985cae2601cec563e27a487661e6d4fdf384086c64e8a5e5b2a52d0
7
+ data.tar.gz: bd143d08b6bd82b799e9250c783bb441b03ce668deeca78a128cee416e6921d1c7146a99410890e21a26e97ae3a5ade7399c463930f4a6945097931f06ab8679
@@ -1,5 +1,4 @@
1
1
  require 'sqlite3'
2
- require 'pry'
3
2
 
4
3
  Given(/^empty databases have been created for the app$/) do
5
4
  clear_db_dir
@@ -1,5 +1,4 @@
1
1
  require 'sqlite3'
2
- require 'pry'
3
2
 
4
3
  Then(/^I should see the created users table in the production environment$/) do
5
4
  table_exists? :app => "single-db-dummy", :database => "production.sqlite3", :table => "users"
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  class MultiMigrationGenerator < Rails::Generators::NamedBase
3
2
  include Rails::Generators::Migration
4
3
 
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
 
3
2
  def database_connections(database: nil, rails_envs: nil)
4
3
  connections = connections_for_environment(rails_envs)
@@ -1,3 +1,3 @@
1
1
  module MultiDatabase9000
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multi-database-9000
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
  - Mark Weston
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-10-21 00:00:00.000000000 Z
13
+ date: 2015-10-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler