psql_toys 1.0.0 → 1.1.0

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: 2906a7eee9a1faab39b8b5d182d8f4beb7ab1b41ae1f40b6994ee1e9767a99c7
4
- data.tar.gz: cd8b512d5ef7d553daa6b935abe8083136669b7fda61443debb7f95096f934d7
3
+ metadata.gz: 81c89f967351ea3a61c4d8540228f3042e31ecee9a8289cbab32ea436316495d
4
+ data.tar.gz: 60a10efe2def29080e13561b094cc5be0439f2313ed49d81e19a1e07f1e10b03
5
5
  SHA512:
6
- metadata.gz: 7dde02498f9adb9eb193ef53e35f68ce7998b2b209198211a701d609cb8d93bce0f9f57cffb4e043b99ee1d2cb578b747a71286d200c51984294e239ff5d2b48
7
- data.tar.gz: 8ad9eb25c132c388788c65ad27cafa8add27137caa01f8debdad1015a8d3f9da44dc5b328db7159ded48b3107c063fe929420433d782018abaece2a7271ba033
6
+ metadata.gz: eeb6540c89ab738d332dcccb8092efc2fce405b6c50e35290ad61ea0f72f4af2a64f2dd8657e4ba9c98b40aba280c00769675ea3c6041377bc04e99ada242600
7
+ data.tar.gz: 913120d237a332ebb47c35d0fd3d3696aa9b33bf585b3f419355aa1abf46849b28c2dada77619bdf5c6a56c0d7c4cadd343678d813e35beedc864ad7ca1a273d
data/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-14)
6
+
7
+ * Update dependencies.
8
+ * Switch from Cirrus CI to GitHub Actions.
9
+ * Fix Codecov.
10
+ * Fix README badges.
11
+
5
12
  ## 1.0.0 (2026-02-13)
6
13
 
7
14
  * Drop Ruby 2.7, 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # PSQL Toys
2
2
 
3
3
  [![Gem](https://img.shields.io/gem/v/psql_toys.svg?style=flat-square)](https://rubygems.org/gems/psql_toys)
4
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/psql_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/psql_toys)
4
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/psql_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/psql_toys/actions)
5
5
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/psql_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/psql_toys)
6
- [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/psql_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/psql_toys)
7
6
  [![Depfu](https://img.shields.io/depfu/AlexWayfer/psql_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/psql_toys)
8
7
  [![Inline docs](https://inch-ci.org/github/AlexWayfer/psql_toys.svg?branch=main)](https://inch-ci.org/github/AlexWayfer/psql_toys)
9
- [![license](https://img.shields.io/github/license/AlexWayfer/psql_toys.svg?style=flat-square)](https://github.com/AlexWayfer/psql_toys/blob/main/LICENSE.txt)
10
8
  [![License](https://img.shields.io/github/license/AlexWayfer/psql_toys.svg?style=flat-square)](LICENSE.txt)
11
9
 
12
10
  Toys template for actions with PostgreSQL, like dumps.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PSQLToys
4
- VERSION = '1.0.0'
4
+ VERSION = '1.1.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: psql_toys
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Popov
@@ -49,14 +49,14 @@ dependencies:
49
49
  requirements:
50
50
  - - "~>"
51
51
  - !ruby/object:Gem::Version
52
- version: 0.19.1
52
+ version: 0.22.0
53
53
  type: :runtime
54
54
  prerelease: false
55
55
  version_requirements: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: 0.19.1
59
+ version: 0.22.0
60
60
  description: 'Toys template for actions with PostgreSQL, like dumps.
61
61
 
62
62
  '
@@ -90,7 +90,7 @@ licenses:
90
90
  metadata:
91
91
  rubygems_mfa_required: 'true'
92
92
  bug_tracker_uri: https://github.com/AlexWayfer/psql_toys/issues
93
- changelog_uri: https://github.com/AlexWayfer/psql_toys/blob/v1.0.0/CHANGELOG.md
93
+ changelog_uri: https://github.com/AlexWayfer/psql_toys/blob/v1.1.0/CHANGELOG.md
94
94
  homepage_uri: https://github.com/AlexWayfer/psql_toys
95
95
  source_code_uri: https://github.com/AlexWayfer/psql_toys
96
96
  rdoc_options: []
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 4.0.3
113
+ rubygems_version: 4.0.16
114
114
  specification_version: 4
115
115
  summary: Toys template for actions with PostgreSQL, like dumps.
116
116
  test_files: []