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.5
1
+ 1.3.6
@@ -23,6 +23,8 @@
23
23
  # - development
24
24
  # - test
25
25
  #
26
+
27
+ require 'socket'
26
28
  class ProjectdxPipeline::DatabaseConfigurationTemplate
27
29
  # the common database config data shared by all environments
28
30
  attr_accessor :config_data
@@ -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'],
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "projectdx_pipeline"
8
- s.version = "1.3.5"
8
+ s.version = "1.3.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Renewable Funding"]
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 5
10
- version: 1.3.5
9
+ - 6
10
+ version: 1.3.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Renewable Funding