nonschema_migrations 5.1.1 → 5.1.2

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +14 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 548cbf414a8294a059f8ea134b04c55b61b22327eb2487c6f27c78253448c6a1
4
- data.tar.gz: 41a26eea2b8565e486de2178f593bbfc7a7a2d875b62ab7fc443502b6d0c1cae
3
+ metadata.gz: 0a4d839b2348d7017c3cfcf92280fd2f8149d1d8b7f162c6aa9fce8fe8a1b63e
4
+ data.tar.gz: a9eeef10687326e01521d4434dba004596cd79643e9945d07d1efb140c26382c
5
5
  SHA512:
6
- metadata.gz: 7c915a45cad9df1ddea2df6b70b32f50468e905dfb076a3be91e752e73bdb4bacc31403ac951927ed85e286feaf8dfc3914e16f2803d2309ca439cc62f0823e6
7
- data.tar.gz: f7d41831c51a8a06579f3274feaef7f3ce32a68b67e62815796aec23589cb9ccf97536516541274c1a6c15557db18b611ce501f087a322479d22862ec68d7093
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.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: 2020-10-29 00:00:00.000000000 Z
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: jason.fb@datatravels.com
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://blog.jasonfleetwoodboldt.com/nonschema-migrations/
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
- post_install_message:
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.0.8
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