sequel_migrations_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: 45a27e3dd4e3485795aee84fc42bc4f9ee5457a8b71e2bf372f13e6f292b6ac0
4
- data.tar.gz: 65905a83436fa235750359d29ce050dcdf5260ca7a823da892a9a9ade7b7a64a
3
+ metadata.gz: 3b6dffabbb522d9149ff177464c617d348fc93af4b0d6051697ff09483cd093d
4
+ data.tar.gz: 15707907cd3f6d138c7b7ee90b5e84ac94a9bb1291e426711cadf791e6e51118
5
5
  SHA512:
6
- metadata.gz: 97b28dad128bc159a91f95ec711a8fc1de14ab2238143512e3e0d5adf836ad2dd3257a7fc299701e2d944aa32cf4453a908a6a524aa9f852684112889ff6367e
7
- data.tar.gz: 955e047883d3556008aa1ac065303fec2f834eab00c2188097e6fc676df5b8c5f3a27ec569d72f439bd1d0831644d325767a545f39af82344589fca0b0654fcb
6
+ metadata.gz: 03c45d88dfefedc10600f283ff77a0d2b198fd777787e2b14c10af4bc4a7f30a9609fffa2d44f5eba4d8eace34b11264cea609128594a52aa12efe0f9baea7ce
7
+ data.tar.gz: 56742d5359ee35ceb787cf7db9b4d80c069bd70cdb6be285dfe1c34751b5e154ead4d5535f97fc5dbfabc1e0c8aad899d193d6c3d992def5b02da403255d5f2c
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.1.0 (2026-08-10)
6
+
7
+ * Update dependencies.
8
+ * Replace Cirrus CI with GitHub Actions.
9
+
5
10
  ## 1.0.0 (2026-02-21)
6
11
 
7
12
  * Drop Ruby 2.7, 3.0 and 3.1 support.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sequel Migrations Toys
2
2
 
3
- [![Cirrus CI - Base Branch Build Status](https://img.shields.io/cirrus/github/AlexWayfer/sequel_migrations_toys?style=flat-square)](https://cirrus-ci.com/github/AlexWayfer/sequel_migrations_toys)
3
+ [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/AlexWayfer/sequel_migrations_toys/ci.yml?style=flat-square)](https://github.com/AlexWayfer/sequel_migrations_toys/actions)
4
4
  [![Codecov branch](https://img.shields.io/codecov/c/github/AlexWayfer/sequel_migrations_toys/main.svg?style=flat-square)](https://codecov.io/gh/AlexWayfer/sequel_migrations_toys)
5
5
  [![Code Climate](https://img.shields.io/codeclimate/maintainability/AlexWayfer/sequel_migrations_toys.svg?style=flat-square)](https://codeclimate.com/github/AlexWayfer/sequel_migrations_toys)
6
6
  [![Depfu](https://img.shields.io/depfu/AlexWayfer/sequel_migrations_toys?style=flat-square)](https://depfu.com/repos/github/AlexWayfer/sequel_migrations_toys)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SequelMigrationsToys
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: sequel_migrations_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
@@ -43,14 +43,14 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: 0.19.0
46
+ version: 0.22.0
47
47
  type: :runtime
48
48
  prerelease: false
49
49
  version_requirements: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: 0.19.0
53
+ version: 0.22.0
54
54
  description: 'Toys template for Sequel migrations.
55
55
 
56
56
  '
@@ -83,8 +83,8 @@ licenses:
83
83
  - MIT
84
84
  metadata:
85
85
  bug_tracker_uri: https://github.com/AlexWayfer/sequel_migrations_toys/issues
86
- changelog_uri: https://github.com/AlexWayfer/sequel_migrations_toys/blob/v1.0.0/CHANGELOG.md
87
- documentation_uri: http://www.rubydoc.info/gems/sequel_migrations_toys/1.0.0
86
+ changelog_uri: https://github.com/AlexWayfer/sequel_migrations_toys/blob/v1.1.0/CHANGELOG.md
87
+ documentation_uri: http://www.rubydoc.info/gems/sequel_migrations_toys/1.1.0
88
88
  homepage_uri: https://github.com/AlexWayfer/sequel_migrations_toys
89
89
  rubygems_mfa_required: 'true'
90
90
  source_code_uri: https://github.com/AlexWayfer/sequel_migrations_toys
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 4.0.3
109
+ rubygems_version: 4.0.16
110
110
  specification_version: 4
111
111
  summary: Toys template for Sequel migrations.
112
112
  test_files: []