nonschema_migrations 5.1.1 → 5.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +14 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a4d839b2348d7017c3cfcf92280fd2f8149d1d8b7f162c6aa9fce8fe8a1b63e
|
4
|
+
data.tar.gz: a9eeef10687326e01521d4434dba004596cd79643e9945d07d1efb140c26382c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 184b341e53c1a5add682b390a52371d6aec3e1ded8558d23b7555985a4cb97bc282a47467e2169cb62ea1612870ecfa3798a7d17157cacd2d7675a4e63566f5c
|
7
|
+
data.tar.gz: 986307b208729c1f154ff95592b1678c6d8ecdd041bd691921ee8630e6c6bd9c5fbdbd54c0777ec771564491549cca1ebbeed43657872150dfff32014b09de54
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nonschema_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.1.
|
4
|
+
version: 5.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Fleetwood-Boldt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: '7'
|
33
33
|
description: Separate schema-only migrations from nonschema (data) migrations in your
|
34
34
|
Rails app
|
35
|
-
email:
|
35
|
+
email: code@jasonfb.net
|
36
36
|
executables: []
|
37
37
|
extensions: []
|
38
38
|
extra_rdoc_files: []
|
@@ -45,12 +45,20 @@ files:
|
|
45
45
|
- lib/nonschema_migrations/railtie.rb
|
46
46
|
- lib/nonschema_migrator.rb
|
47
47
|
- lib/tasks/data.rb
|
48
|
-
homepage: https://
|
48
|
+
homepage: https://jasonfleetwoodboldt.com/my-open-source-projects/nonschema
|
49
49
|
licenses:
|
50
50
|
- MIT
|
51
51
|
metadata:
|
52
52
|
source_code_uri: https://github.com/jasonfb/nonschema_migrations
|
53
|
-
|
53
|
+
documentation_uri: https://jasonfleetwoodboldt.com/my-open-source-projects/nonschema-migrations/
|
54
|
+
homepage_uri: https://jasonfleetwoodboldt.com/my-open-source-projects/nonschema-migrations/
|
55
|
+
post_install_message: |
|
56
|
+
---------------------------------------------
|
57
|
+
Welcome to Nonschema Migrations
|
58
|
+
to set up, please run
|
59
|
+
|
60
|
+
rails generate data_migrations:install
|
61
|
+
---------------------------------------------
|
54
62
|
rdoc_options: []
|
55
63
|
require_paths:
|
56
64
|
- lib
|
@@ -65,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
73
|
- !ruby/object:Gem::Version
|
66
74
|
version: '0'
|
67
75
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
76
|
+
rubygems_version: 3.1.4
|
69
77
|
signing_key:
|
70
78
|
specification_version: 4
|
71
79
|
summary: Nonschema(data-only) migrations for your Rails app
|