hoodoo 3.1.2 → 3.1.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 +4 -4
- data/lib/hoodoo/version.rb +2 -2
- data/spec/spec_helper.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9239562d6116c04e77c8a5274f62b94888f4f65902cd25df12e6dd119d0697a6
|
4
|
+
data.tar.gz: 939cb088c84a8911696dbe8eaef2e4a66a119a2ef000dc7b110300ca702bf75e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19d89e1b42a4288d175f20a157804f396e314449b530f60c447f68670836adcdde2e43be89017aac867381cd163d812d53962db8a08ee0ecce06f5a846da8bf8
|
7
|
+
data.tar.gz: 360d3355684d9f119f59db218762a7a77be42bb1720bcf773efa09ef8791d791a35cd37eca4d4c70379450da206519a666c4b3dea32c0d01d94d67760c9723d0
|
data/lib/hoodoo/version.rb
CHANGED
@@ -12,11 +12,11 @@ module Hoodoo
|
|
12
12
|
# The Hoodoo gem version. If this changes, be sure to re-run
|
13
13
|
# <tt>bundle install</tt> or <tt>bundle update</tt>.
|
14
14
|
#
|
15
|
-
VERSION = '3.1.
|
15
|
+
VERSION = '3.1.3'
|
16
16
|
|
17
17
|
# The Hoodoo gem date. If this changes, be sure to re-run
|
18
18
|
# <tt>bundle install</tt> or <tt>bundle update</tt>.
|
19
19
|
#
|
20
|
-
DATE = '2022-
|
20
|
+
DATE = '2022-08-02'
|
21
21
|
|
22
22
|
end
|
data/spec/spec_helper.rb
CHANGED
@@ -198,7 +198,8 @@ Dir[ "#{ File.dirname( __FILE__ ) }/shared_examples/**/*.rb" ].sort.each { | f |
|
|
198
198
|
def spec_helper_connect_to_postgres( database_name = 'postgres' )
|
199
199
|
ActiveRecord::Base.establish_connection(
|
200
200
|
:adapter => 'postgresql',
|
201
|
-
:username => ENV[ 'DATABASE_USER' ],
|
201
|
+
:username => ENV[ 'DATABASE_USER' ] || 'postgres',
|
202
|
+
:password => 'password',
|
202
203
|
:host => '127.0.0.1',
|
203
204
|
:port => ENV[ 'DATABASE_PORT' ] || 5432,
|
204
205
|
:database => database_name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoodoo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Loyalty New Zealand
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dalli
|