geordi 1.3.1 → 1.3.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- geordi (1.3.1)
4
+ geordi (1.3.2)
5
5
  thor (>= 0.18.0)
6
6
 
7
7
  GEM
data/bin/dumple CHANGED
@@ -68,7 +68,11 @@ begin
68
68
  when /mysql/
69
69
  system "mysqldump -u\"#{config['username']}\" -p\"#{config['password']}\" #{config['database']} -r #{dump_path} -h#{host}"
70
70
  when /postgres/
71
- system "PGPASSWORD=\"#{config['password']}\" pg_dump -U\"#{config['username']}\" #{config['database']} -Fc -f #{dump_path} -h#{host}"
71
+ command = "PGPASSWORD=\"#{config['password']}\" pg_dump -U\"#{config['username']}\" #{config['database']} -Fc -f #{dump_path} -h#{host}"
72
+ if port = config['port']
73
+ command << " -p #{port}"
74
+ end
75
+ system(command)
72
76
  else
73
77
  raise "Adapter \"#{config['adapter']} is not supported"
74
78
  end
@@ -84,7 +84,7 @@ module Geordi
84
84
  end
85
85
 
86
86
  def download_url
87
- "ftp://ftp.mozilla.org/pub/firefox/releases/#{@version}/"
87
+ "https://ftp.mozilla.org/pub/firefox/releases/#{@version}/"
88
88
  end
89
89
 
90
90
  def binary
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Henning Koch
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2016-02-08 00:00:00.000000000 Z
12
+ date: 2016-07-14 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: thor
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ! '>='
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :runtime
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ! '>='
25
28
  - !ruby/object:Gem::Version
@@ -127,7 +130,6 @@ files:
127
130
  homepage: http://makandra.com
128
131
  licenses:
129
132
  - MIT
130
- metadata: {}
131
133
  post_install_message: ! 'Binary `geordi` installed
132
134
 
133
135
  '
@@ -135,20 +137,22 @@ rdoc_options: []
135
137
  require_paths:
136
138
  - lib
137
139
  required_ruby_version: !ruby/object:Gem::Requirement
140
+ none: false
138
141
  requirements:
139
142
  - - ! '>='
140
143
  - !ruby/object:Gem::Version
141
144
  version: '0'
142
145
  required_rubygems_version: !ruby/object:Gem::Requirement
146
+ none: false
143
147
  requirements:
144
148
  - - ! '>='
145
149
  - !ruby/object:Gem::Version
146
150
  version: '0'
147
151
  requirements: []
148
152
  rubyforge_project: geordi
149
- rubygems_version: 2.4.8
153
+ rubygems_version: 1.8.23.2
150
154
  signing_key:
151
- specification_version: 4
155
+ specification_version: 3
152
156
  summary: Collection of command line tools we use in our daily work with Ruby, Rails
153
157
  and Linux at makandra.
154
158
  test_files: []
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YzdlN2I1YzY5NmY0YTQwYWZjMGYzZGVjMzk0N2RmYTNhMGJmMzdhMw==
5
- data.tar.gz: !binary |-
6
- OTk3MGFkYTI5NDhmYjQwNWQ4ODEwMDE3YTVlNDM4OTc4YTllYjlhMg==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- NzgzM2FiODBjZjgzMjQxNzFhNzAyMTY3ODgzMzM3Y2RiMjJlNmFmNjBjMDNl
10
- M2NhZTRkZjI5YjBhZmIxYzQ0ZDdiOTQ3OTQyMjNhYzhhOTVkZDhjM2NmNTY3
11
- NGQwZTdjMmE5MWMzMGM1MTM1Y2IyNThlNjQ5Njc5OTMwZjNiOGY=
12
- data.tar.gz: !binary |-
13
- MTJhOWFkMmYxZTRmNzczNWNjZjExMTY3ZjBhYTllNGQ3ZDNmMWI2ZGVlYTky
14
- ZjQzY2UwY2Y1NzMxOGUyN2NjNzIyMmUwZjBjMDA5NzAzYzBjNjQyYTdjM2Qw
15
- NDhiYTYyMjgxMDBkYzViMDk2MDA2ZmYyMmZkOWUzNzE0ZTYyNTQ=