sequel_migrations_toys 0.5.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +10 -1
- data/lib/sequel_migrations_toys/template/_migration_file.rb +2 -2
- data/lib/sequel_migrations_toys/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45a27e3dd4e3485795aee84fc42bc4f9ee5457a8b71e2bf372f13e6f292b6ac0
|
|
4
|
+
data.tar.gz: 65905a83436fa235750359d29ce050dcdf5260ca7a823da892a9a9ade7b7a64a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97b28dad128bc159a91f95ec711a8fc1de14ab2238143512e3e0d5adf836ad2dd3257a7fc299701e2d944aa32cf4453a908a6a524aa9f852684112889ff6367e
|
|
7
|
+
data.tar.gz: 955e047883d3556008aa1ac065303fec2f834eab00c2188097e6fc676df5b8c5f3a27ec569d72f439bd1d0831644d325767a545f39af82344589fca0b0654fcb
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 1.0.0 (2026-02-21)
|
|
6
|
+
|
|
7
|
+
* Drop Ruby 2.7, 3.0 and 3.1 support.
|
|
8
|
+
* Add Ruby 3.3, 3.4 and 4.0 support.
|
|
9
|
+
* Update runtime dependencies.
|
|
10
|
+
* Update development dependencies.
|
|
11
|
+
* Resolve new RuboCop offenses.
|
|
12
|
+
* Improve CI config.
|
|
13
|
+
|
|
5
14
|
## 0.5.0 (2023-11-02)
|
|
6
15
|
|
|
7
16
|
* Drop Ruby 2.6 support.
|
|
@@ -33,7 +42,7 @@
|
|
|
33
42
|
|
|
34
43
|
## 0.2.3 (2021-08-09)
|
|
35
44
|
|
|
36
|
-
*
|
|
45
|
+
* Update dependencies.
|
|
37
46
|
|
|
38
47
|
## 0.2.2 (2020-09-14)
|
|
39
48
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sequel_migrations_toys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexander Popov
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: alt_memery
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - "~>"
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '3.0'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
25
|
+
version: '3.0'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: sequel
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +43,14 @@ dependencies:
|
|
|
44
43
|
requirements:
|
|
45
44
|
- - "~>"
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
46
|
+
version: 0.19.0
|
|
48
47
|
type: :runtime
|
|
49
48
|
prerelease: false
|
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
50
|
requirements:
|
|
52
51
|
- - "~>"
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
53
|
+
version: 0.19.0
|
|
55
54
|
description: 'Toys template for Sequel migrations.
|
|
56
55
|
|
|
57
56
|
'
|
|
@@ -84,13 +83,12 @@ licenses:
|
|
|
84
83
|
- MIT
|
|
85
84
|
metadata:
|
|
86
85
|
bug_tracker_uri: https://github.com/AlexWayfer/sequel_migrations_toys/issues
|
|
87
|
-
changelog_uri: https://github.com/AlexWayfer/sequel_migrations_toys/blob/
|
|
88
|
-
documentation_uri: http://www.rubydoc.info/gems/sequel_migrations_toys/0.
|
|
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
|
|
89
88
|
homepage_uri: https://github.com/AlexWayfer/sequel_migrations_toys
|
|
90
89
|
rubygems_mfa_required: 'true'
|
|
91
90
|
source_code_uri: https://github.com/AlexWayfer/sequel_migrations_toys
|
|
92
91
|
wiki_uri: https://github.com/AlexWayfer/sequel_migrations_toys/wiki
|
|
93
|
-
post_install_message:
|
|
94
92
|
rdoc_options: []
|
|
95
93
|
require_paths:
|
|
96
94
|
- lib
|
|
@@ -98,15 +96,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
96
|
requirements:
|
|
99
97
|
- - ">="
|
|
100
98
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '2
|
|
99
|
+
version: '3.2'
|
|
100
|
+
- - "<"
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '5'
|
|
102
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
104
|
requirements:
|
|
104
105
|
- - ">="
|
|
105
106
|
- !ruby/object:Gem::Version
|
|
106
107
|
version: '0'
|
|
107
108
|
requirements: []
|
|
108
|
-
rubygems_version:
|
|
109
|
-
signing_key:
|
|
109
|
+
rubygems_version: 4.0.3
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: Toys template for Sequel migrations.
|
|
112
112
|
test_files: []
|