projectdx_pipeline 1.3.5 → 1.3.6
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.6
|
@@ -29,6 +29,7 @@ namespace :pipeline do
|
|
29
29
|
namespace :build do
|
30
30
|
desc 'Clone reference database'
|
31
31
|
task :clone_reference_database do
|
32
|
+
require 'pg'
|
32
33
|
config = YAML.load_file('config/database.yml')['development']
|
33
34
|
pg = PGconn.new(:host => config['host'], :port => config['port'],
|
34
35
|
:user => config['username'], :password => config['password'],
|
data/projectdx_pipeline.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: projectdx_pipeline
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 6
|
10
|
+
version: 1.3.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Renewable Funding
|