pgkingdom 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
  SHA1:
3
- metadata.gz: 14b601f2b536cb9b79140ae57e0e359b2d36e9ba
4
- data.tar.gz: 93e4c06372a96740ebfcdf2d6af496c894b42d95
3
+ metadata.gz: 38c66effc07e29d753c107e8bd98d285fe6c2e64
4
+ data.tar.gz: ea8151144eec4c519b152ff62426f46d0b7b9b0e
5
5
  SHA512:
6
- metadata.gz: 509a03dae64798fe32f624f0a6ca5d83833f311051b55836c1966aaa203b5b3d5d90fd8c6b8d402e4f28aa2236f003af618244ee74e26beef50583ac6d253870
7
- data.tar.gz: 37e2a58503299b8e620c8345c63173e2702d607836943698ff0ab6f14e75129c85db5192029c07a57445cf9e50646fb293d5afba3ca3118d22fd29528a702bb0
6
+ metadata.gz: 9c9d3d4206663c85b0f594cc21c114bcde4ac68ca31049ed8cf71faffe5930bc3cc73d7666079ff7400b7fcbbaa79421b6c07f68aa4b933656783611b4721d5f
7
+ data.tar.gz: 7c96ba246f5023e077207af4addaf4b7fcb765172c3dca9b69a20cf5ffdfa2f009d262ed6e5eb491ac584af460fbd5a2c333d529dc1c68764749235b40bff6d8
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
  /tmp/
10
10
  *.swp
11
11
  .byebug_history
12
+ *.gem
@@ -1,4 +1,4 @@
1
1
  module PgKingdom
2
2
  # Watch this, to have every story update in our SQL Kingdom.
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
data/pgkingdom.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{SQL statements generator for PostgreSQL >= 9.6 for Ruby >= 2.4.}
13
13
  spec.description = %q{A set of classes and micro-DSLs to generate SQL queries special for PostgreSQL backends.}
14
- spec.homepage = "https://github.com/indiesoft/postruby"
14
+ spec.homepage = "https://github.com/indiesoft/pgkingdom"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgkingdom
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
  - Nuqz
@@ -182,7 +182,7 @@ files:
182
182
  - lib/pgkingdom/table.rb
183
183
  - lib/pgkingdom/version.rb
184
184
  - pgkingdom.gemspec
185
- homepage: https://github.com/indiesoft/postruby
185
+ homepage: https://github.com/indiesoft/pgkingdom
186
186
  licenses:
187
187
  - MIT
188
188
  metadata: {}