pgcli-rails 0.8.0 → 0.9.0

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
  SHA256:
3
- metadata.gz: 3fcf132264e4377997cfe3c761a4f40defd41ec677b20953fe87c012e5c9f87f
4
- data.tar.gz: c3b5f858539b5fd498611bc3b1b3cb65cfb39844449cdec8167e82cb3463f196
3
+ metadata.gz: fea06a30f4d1cce1aa27914d8758a5d7caa099cf52c3f251fd100150ba49fdfc
4
+ data.tar.gz: 3b486ae69c9e4ea44170a993013cd9f38e15661e727dfa77f0ab2712645bcab7
5
5
  SHA512:
6
- metadata.gz: dcd32ff24c09273cab3a5077bb64238ef5f853ced0fd2e05ae8dea265055ad937665ea7a44d8ef2b678e507a6e88188b69951c495bcd55c14bd1868b76f12843
7
- data.tar.gz: 39d38025056b0a972005659a9a547a752aded31ed90032364942208479e6a58e05d90db713ca428407ace9bbfa39169e6a71a94d1526aae10538b441c1ecd254
6
+ metadata.gz: e94cceabbec4119962a692c8ec15a11891a53f24496ed0d9018e4592d7e50283f51a384a3fe8a9ca6b9f50fcd71147490910c1f57f5449d7775e7616a315bf21
7
+ data.tar.gz: 1f5a035646cbc8e5374017f9a5e6ef3f33bc1cfa81cdff8eb5c790a880800b4837a9ae2b16612288a63937cdeb0d41f0152c170f8a727bd0e367f1c2162a8b82
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Matt Brictson
3
+ Copyright (c) 2024 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -44,7 +44,7 @@ RAILS_ENV=test bin/rake pgcli
44
44
  ## Requirements
45
45
 
46
46
  * Rails 4.2+ using PostgreSQL
47
- * Ruby 3.0+
47
+ * Ruby 3.1+
48
48
  * [pgcli][] (`brew install pgcli` to install on macOS)
49
49
 
50
50
  ## How it works
@@ -1,5 +1,5 @@
1
1
  module Pgcli
2
2
  module Rails
3
- VERSION = "0.8.0".freeze
3
+ VERSION = "0.9.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgcli-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-06 00:00:00.000000000 Z
11
+ date: 2024-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -55,14 +55,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
- version: '3.0'
58
+ version: '3.1'
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.4.21
65
+ rubygems_version: 3.5.9
66
66
  signing_key:
67
67
  specification_version: 4
68
68
  summary: Replaces the Rails PostgreSQL dbconsole with the much nicer pgcli