pronto-rails_migrations 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pronto/rails_migrations/version.rb +1 -1
- data/pronto-rails_migrations.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b53200ceaae22bfe9e692682f031310b9251db73d16eac16c2d23e20642d1642
|
4
|
+
data.tar.gz: fffcb07db9b2c4c283cb6b287df9d30d0bab532e701e85fa1f0bfc5b7c5ce450
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28b99384e66625940afda17ae3fab4c9942838c2ad6bb03779e086450bd2b98fc0ec6e2e3fc921fc807e195b167f8cbf7b702c9de657a3cb70a1be947ba4d430
|
7
|
+
data.tar.gz: '06982bb9e1bcf6a8abeaaac17dc436ae1f48202ad3e95496b56a364d82a184e5eee8e7aa013a21c02f50dccce8843ef9ed90ef7b7644e39215098e5e15c810fb'
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Validate migration and application code change seperation}
|
13
13
|
spec.description = %q{This pronto runner warns when migrations are run and application code is changed at the same time}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/vinted/pronto-rails_migrations"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pronto-rails_migrations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vinted
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pronto
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- lib/pronto/rails_migrations.rb
|
74
74
|
- lib/pronto/rails_migrations/version.rb
|
75
75
|
- pronto-rails_migrations.gemspec
|
76
|
-
homepage: https://github.com/
|
76
|
+
homepage: https://github.com/vinted/pronto-rails_migrations
|
77
77
|
licenses:
|
78
78
|
- MIT
|
79
79
|
metadata: {}
|