tapsoob 0.2.1 → 0.2.2

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: 3e28274d8d5730a830f2f8a1f64a10f4cf5a0973598473a7c2eadaaa93ff88cc
4
- data.tar.gz: e01694dfcf507d66cb80edc7855c068898077da06c88a29c61f19d42d6654a65
3
+ metadata.gz: f18dbdd462fbd6a775ffca65f3f621716a6082454708aabf744bf1f4a525e9fa
4
+ data.tar.gz: 4514187ffbdb6ff760a53b31fed1ce3d472d8542ca7ec80668aa2b0f18497dce
5
5
  SHA512:
6
- metadata.gz: 8ed2bd463e75ccbcf9605d41d75551c6ab47bcb0483f809207be1b21a6729cb5f7d86d20fa54f18d47964e34b391228a52ad28e0aa0e05b20fee7a12042665b2
7
- data.tar.gz: e09b0e823cd9756d6422e95ee9b416569bc79414c86e8ad5230d450164cf87b9c8458f58f7811a5fa59fdd108106794bf658e7ee6b110b3780b50420cfe1c8ff
6
+ metadata.gz: d35b13106ea5aefefcebaa57313cc9a04fd3c5cacda1c03fe7d87f2035872ead39ceb9eb1a7c2287578973483167736e972f4f89b10daa1d87a420fa41f2396b
7
+ data.tar.gz: 047ec1a2080f47288e753f7af5d6c2dcb5a1f17fec1697594d467f31c5edfded632f2349f282f8def78c704b6448ce7706d296ae9bc1da888eb390fe111fadf8
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Tapsoob
3
- VERSION = "0.2.1".freeze
3
+ VERSION = "0.2.2".freeze
4
4
  end
@@ -71,7 +71,7 @@ namespace :tapsoob do
71
71
 
72
72
  case connection_config['adapter']
73
73
  when "mysql", "mysql2"
74
- uri = "mysql://#{connection_config['host']}/#{connection_config['database']}?user=#{connection_config['username']}&password=#{connection_config['password']}"
74
+ uri = "#{connection_config['adapter']}://#{connection_config['host']}/#{connection_config['database']}?user=#{connection_config['username']}&password=#{connection_config['password']}"
75
75
  when "postgresql", "postgres", "pg"
76
76
  uri = "://#{connection_config['host']}/#{connection_config['database']}?user=#{connection_config['username']}&password=#{connection_config['password']}"
77
77
  uri = ((RUBY_PLATFORM =~ /java/).nil? ? "postgres" : "postgresql") + uri
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapsoob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Félix Bellanger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-01-17 00:00:00.000000000 Z
12
+ date: 2018-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sequel