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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 763055853018769fdc17b77efd93170beefee7c73a8f114b9443579505eaadaf
4
- data.tar.gz: a04c3abe2be51de0f6ff2ffdb7bf26654eed32ee89d39a70f181ef03f67e2f42
3
+ metadata.gz: b53200ceaae22bfe9e692682f031310b9251db73d16eac16c2d23e20642d1642
4
+ data.tar.gz: fffcb07db9b2c4c283cb6b287df9d30d0bab532e701e85fa1f0bfc5b7c5ce450
5
5
  SHA512:
6
- metadata.gz: 4336189ddb0a3ea0845745996b30c6136fe3475dd894c6ee3ff286f5cac739dcbb16527b4a76c7edf6d19f9833d53be31d86351d7f3fa3e94474a25b77d08d0d
7
- data.tar.gz: 62a0a8516d5f231ed99bc249ce8f6ad78fa4bba63258ab0d83992fc556474868304d71b0ac9c32f8c2c1a3e5ebb8c62b17668564aa1154fb18cd2a4d3cc23fd8
6
+ metadata.gz: 28b99384e66625940afda17ae3fab4c9942838c2ad6bb03779e086450bd2b98fc0ec6e2e3fc921fc807e195b167f8cbf7b702c9de657a3cb70a1be947ba4d430
7
+ data.tar.gz: '06982bb9e1bcf6a8abeaaac17dc436ae1f48202ad3e95496b56a364d82a184e5eee8e7aa013a21c02f50dccce8843ef9ed90ef7b7644e39215098e5e15c810fb'
@@ -1,3 +1,3 @@
1
1
  module Pronto
2
- RAILS_MIGRATIONS_VERSION = '0.11.0'
2
+ RAILS_MIGRATIONS_VERSION = '0.11.1'
3
3
  end
@@ -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/tomasv/pronto-rails_migrations"
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.0
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-16 00:00:00.000000000 Z
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/tomasv/pronto-rails_migrations
76
+ homepage: https://github.com/vinted/pronto-rails_migrations
77
77
  licenses:
78
78
  - MIT
79
79
  metadata: {}