pgcli-rails 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 678b1aa5df2b4558367b5b91103879f8f78fe071
4
- data.tar.gz: 88d8f732d3c86475d8aeceb014734b1e63db773d
3
+ metadata.gz: 2eae0314668bf9df7e1b9f08dea7fe45378f6e34
4
+ data.tar.gz: 043ca60cec436c44b61915a8e45d967f045b08cd
5
5
  SHA512:
6
- metadata.gz: 1483bc2a3c3dde8baa4449563585d6daabf619508cf5b3bcf776e2f1609d0c8f0e780d534dfc737288ebd99be8b2dfc73f5b8d76c3f0e8d3c58784cc2c0e1930
7
- data.tar.gz: 0266878584a16289ea4c489b13f887b1080e489ec2fb484c8b0551e334853101a3e2ebb5be4fd6bd3a0710b51405ef13b6f5a27884592432df952bee984ec5bc
6
+ metadata.gz: da27bedd0cb2707b0237af5e3e5e17cd919c7b455734c4423814042b4f041fd7274ccb15659c74fc905704b594d55f76c4df236511d354c11c74c18872424f09
7
+ data.tar.gz: f111b81a77dd08610421ba271850076eb6c891d5934954748acc2d4f9728e9b1d046ed6d6aff1b6a92b39f37d6afb901aa87fd7b3c092dc7d97f471d768bc8d4
@@ -8,6 +8,10 @@ pgcli-rails is in a pre-1.0 state. This means that its APIs and behavior are sub
8
8
 
9
9
  * Your contribution here!
10
10
 
11
+ ## [0.2.1][] (2016-07-18)
12
+
13
+ * Minor change to gemspec summary
14
+
11
15
  ## [0.2.0][] (2016-07-18)
12
16
 
13
17
  * Rewrite as a Rake task instead of a monkey patch
@@ -18,5 +22,6 @@ pgcli-rails is in a pre-1.0 state. This means that its APIs and behavior are sub
18
22
  * Initial release
19
23
 
20
24
  [Semver]: http://semver.org
21
- [Unreleased]: https://github.com/mattbrictson/pgcli-rails/compare/v0.2.0...HEAD
25
+ [Unreleased]: https://github.com/mattbrictson/pgcli-rails/compare/v0.2.1...HEAD
26
+ [0.2.1]: https://github.com/mattbrictson/pgcli-rails/compare/v0.2.0...v0.2.1
22
27
  [0.2.0]: https://github.com/mattbrictson/pgcli-rails/compare/v0.1.0...v0.2.0
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.2.0".freeze
3
+ VERSION = "0.2.1".freeze
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Matt Brictson"]
10
10
  spec.email = ["opensource@mattbrictson.com"]
11
11
 
12
- spec.summary = "Patches Rails dbconsole to use pgcli instead of psql"
12
+ spec.summary = "Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli"
13
13
  spec.homepage = "https://github.com/mattbrictson/pgcli-rails"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgcli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -156,5 +156,5 @@ rubyforge_project:
156
156
  rubygems_version: 2.6.6
157
157
  signing_key:
158
158
  specification_version: 4
159
- summary: Patches Rails dbconsole to use pgcli instead of psql
159
+ summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli
160
160
  test_files: []