fluiddb 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/FluidDb/Firebird.rb +1 -1
- metadata +2 -2
data/lib/FluidDb/Firebird.rb
CHANGED
@@ -24,7 +24,7 @@ module FluidDb
|
|
24
24
|
# The Database class acts as a factory for Connections.
|
25
25
|
# It can also create and drop databases.
|
26
26
|
db = Database.new(
|
27
|
-
:database => "#{uri.host}/#{port}:#{path}
|
27
|
+
:database => "#{uri.host}/#{port}:#{path}",
|
28
28
|
:username => user,
|
29
29
|
:password => password)
|
30
30
|
# :database is the only parameter without a default.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluiddb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-20 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: A semantic layer for db interaction
|
15
15
|
email: guy@guyirvine.com
|