niceql 0.4.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/niceql/version.rb +1 -1
- data/niceql.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6dd33b2edcd3a477068b38011e5030f5ebc261ffce8990f359754d01b556ac2f
|
|
4
|
+
data.tar.gz: ccbd8f33db8b50fe447e43fa08b875a9e6ca6e80a9de6179a823bd81df8df52c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6584d6c7f9b7d53cd9726b1bdd21808df7f1a271b35c06b151dd747f33eb133897e559afbca2650659ad52c82acaed33c52785e90d8b8f9722e5490c639508fd
|
|
7
|
+
data.tar.gz: b0f3fc0eac42a2fb94ca60a79366d10c80e41e0baf89343853572a6679d558727ce22ce6364c5719cd8998544fa75c2153a7e633cb213f67e7f0c7041a1a3ddf
|
data/CHANGELOG.md
CHANGED
data/lib/niceql/version.rb
CHANGED
data/niceql.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["alekseyl"]
|
|
10
10
|
spec.email = ["leshchuk@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{This is simple and nice gem for
|
|
13
|
-
spec.description = %q{This is simple and nice gem for
|
|
12
|
+
spec.summary = %q{This is a simple and nice gem for SQL prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any. }
|
|
13
|
+
spec.description = %q{This is a simple and nice gem for SQL prettifying and formatting. Niceql splits, indent and colorize SQL query and PG errors if any. Could be used as a standalone gem without any dependencies. Seamless ActiveRecord integration. }
|
|
14
14
|
spec.homepage = "https://github.com/alekseyl/niceql"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: niceql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- alekseyl
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -122,9 +122,9 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description: 'This is simple and nice gem for
|
|
126
|
-
splits, indent and colorize SQL query and PG errors if any.
|
|
127
|
-
integration '
|
|
125
|
+
description: 'This is a simple and nice gem for SQL prettifying and formatting. Niceql
|
|
126
|
+
splits, indent and colorize SQL query and PG errors if any. Could be used as a standalone
|
|
127
|
+
gem without any dependencies. Seamless ActiveRecord integration. '
|
|
128
128
|
email:
|
|
129
129
|
- leshchuk@gmail.com
|
|
130
130
|
executables: []
|
|
@@ -174,6 +174,6 @@ requirements: []
|
|
|
174
174
|
rubygems_version: 3.0.9
|
|
175
175
|
signing_key:
|
|
176
176
|
specification_version: 4
|
|
177
|
-
summary: This is simple and nice gem for
|
|
178
|
-
indent and colorize SQL query and PG errors if any
|
|
177
|
+
summary: This is a simple and nice gem for SQL prettifying and formatting. Niceql
|
|
178
|
+
splits, indent and colorize SQL query and PG errors if any.
|
|
179
179
|
test_files: []
|