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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/lib/sequel_migrations_toys/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b6dffabbb522d9149ff177464c617d348fc93af4b0d6051697ff09483cd093d
|
|
4
|
+
data.tar.gz: 15707907cd3f6d138c7b7ee90b5e84ac94a9bb1291e426711cadf791e6e51118
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03c45d88dfefedc10600f283ff77a0d2b198fd777787e2b14c10af4bc4a7f30a9609fffa2d44f5eba4d8eace34b11264cea609128594a52aa12efe0f9baea7ce
|
|
7
|
+
data.tar.gz: 56742d5359ee35ceb787cf7db9b4d80c069bd70cdb6be285dfe1c34751b5e154ead4d5535f97fc5dbfabc1e0c8aad899d193d6c3d992def5b02da403255d5f2c
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Sequel Migrations Toys
|
|
2
2
|
|
|
3
|
-
[](https://github.com/AlexWayfer/sequel_migrations_toys/actions)
|
|
4
4
|
[](https://codecov.io/gh/AlexWayfer/sequel_migrations_toys)
|
|
5
5
|
[](https://codeclimate.com/github/AlexWayfer/sequel_migrations_toys)
|
|
6
6
|
[](https://depfu.com/repos/github/AlexWayfer/sequel_migrations_toys)
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
87
|
-
documentation_uri: http://www.rubydoc.info/gems/sequel_migrations_toys/1.
|
|
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.
|
|
109
|
+
rubygems_version: 4.0.16
|
|
110
110
|
specification_version: 4
|
|
111
111
|
summary: Toys template for Sequel migrations.
|
|
112
112
|
test_files: []
|