pg-url 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88f00bb7a3c5071d8f2fa6ec4c41aea5666e37733b1c36c35743c287445390c3
4
- data.tar.gz: bf4c9624e39b358aacf49bdd539e8af89b6d1fc91557552bfc404f2b268dfece
3
+ metadata.gz: a829fea38d229094f1e4d2879a6b0d9b3803defc0e075483e0c456955d2de19f
4
+ data.tar.gz: e7ec6ee4d026b15bc5166e41f19bd738cbc499390ff85f7b130e6af8447f3ee5
5
5
  SHA512:
6
- metadata.gz: 053a0fc9e6ff4b6fded5f1d437132c22cbdae405b595498fcc71640fdff697323d90de1e883e09b47e6a67db977e601814a1a7808b10ecf6cddd14f113889326
7
- data.tar.gz: d7fe87d1d1ff91de5bc27d7e8952d9c098b8452feea7043fa8fd28f04b645acd3f23591cad56806a1852da31516a6c26fc1a064f0c04452689d887f7f120ca61
6
+ metadata.gz: f2f85e912f3e9aa2f59566184b474ee3803a6d59dca7af1335a1283d05cd5650f472801b4ade5951cec04f895fbeef3ce41cc35b9b2f463287626cb0731a0734
7
+ data.tar.gz: b689f382817cafc70b565ef7aaa3d6f2d79d615b4ed014f9c245accec814e0a57beb4ca9473350ebe462fe22d1c8cc455c30fc7d10255be312559a4f63481db5
data/README.md CHANGED
@@ -54,9 +54,7 @@ PG::URL[conn]
54
54
 
55
55
  ### Prompt
56
56
 
57
- - `PG::URL.prompt` (aliases `PG::URL.>>`, `PG::URL.request`)
58
-
59
- Constructs and returns a connection string built from details specified by the user in a prompt.
57
+ `PG::URL.prompt` constructs and returns a connection string built from details specified by the user in a prompt.
60
58
 
61
59
  ## Development
62
60
 
@@ -54,8 +54,6 @@ module PG
54
54
 
55
55
  class << self
56
56
  def prompt() Prompt.new.request end
57
- alias_method :request, :prompt
58
- alias_method :>>, :prompt
59
57
  end
60
58
  end
61
59
  end
@@ -1,5 +1,5 @@
1
1
  module PG
2
2
  class URL
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-url
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edwin Onuonga
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-06 00:00:00.000000000 Z
11
+ date: 2019-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -120,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubyforge_project:
124
- rubygems_version: 2.7.3
123
+ rubygems_version: 3.0.3
125
124
  signing_key:
126
125
  specification_version: 4
127
126
  summary: Postgres connection string builder gem with construction through a prompt