Package not found. Please check the package name and try again.

nonschema_migrations 5.0.2 → 5.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/nonschema_migrations.rb +0 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f592f0e3bfa1f1ffcfde3f2bf34f20fe893e77e8d2d21ee199b2595863fdfc8
4
- data.tar.gz: b97a0d86518e174ab157318170250f47936b76545cd58676dc9c6840deb2afff
3
+ metadata.gz: 0fcfd00d5152839069513ddc818ad6d4d2cc321c305b28e9ce1f975a6d749468
4
+ data.tar.gz: 43a8c72e87a0c2b46eecf8a423feb80e8738e6fc72a6bfcf4807611bf51b3c57
5
5
  SHA512:
6
- metadata.gz: be79fac6bf382b969845d9a075734439c8832e5fd682877510edbb83d0a735cacc79255ee2708fe14094ce648aa295408d3724c13a3aaaf178357fa2440060ba
7
- data.tar.gz: 41d0b47e8af6235fda57db039eaed4ec369485dbdf71d1ed09e9d6a74d82cd5d34b13fb175d54524910e61e8f5f2fd86c32827a2e59be8e54e945abfc0318058
6
+ metadata.gz: 2d0140f019c9e674d7467d038ddc4652f7c0f5f1e4f6c607b37396a52efb9e07d0e4e4b20af6d851daf75873ac44ba6c21a732d2ba9d6a022650b39506cbbb07
7
+ data.tar.gz: '097a3a4cd7ecd186f808a32bbe9eec6acd85fa0e05689d85fb4fed5d4c0560f16f7eb9862ee3e6757c8ba8b838f4946d893dd42b044b80a3f8d55924bf2c6591'
@@ -1,5 +1,3 @@
1
-
2
-
3
1
  MIGRATIONS_PATH = 'db/data_migrate'
4
2
 
5
3
  require 'generators/data_migrations/install_generator.rb'
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonschema_migrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Fleetwood-Boldt
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-12-10 00:00:00.000000000 Z
@@ -49,7 +49,7 @@ homepage: https://github.com/jasonfb/nonschema_migrations
49
49
  licenses:
50
50
  - MIT
51
51
  metadata: {}
52
- post_install_message:
52
+ post_install_message:
53
53
  rdoc_options: []
54
54
  require_paths:
55
55
  - lib
@@ -64,8 +64,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 3.1.0.pre3
68
- signing_key:
67
+ rubygems_version: 3.0.8
68
+ signing_key:
69
69
  specification_version: 4
70
70
  summary: Nonschema(data-only) migrations for your Rails app
71
71
  test_files: []