pronto-rails_migrations_annotated 0.0.6 → 0.0.7

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: 89475a6adfbe75efa5ddedde4bf3a3903fa0af08a785d87a879e41f1cee58736
4
- data.tar.gz: 19a2822864b7098ea985950b20a25980fc8ef4139d82172a6734eea1041941fc
3
+ metadata.gz: 6065b7c38e7407e8fde0f6e9fd5d632a4d0de62d9542414e478b45ca0c920ada
4
+ data.tar.gz: ddf96cc0d415652fcec8c72bef50099dae13641e6c3f3fc30acb476d6e56904c
5
5
  SHA512:
6
- metadata.gz: 5a945a8d9e39a13b05826b34766efbdd634ce3529f7e937987e78933152d3fa1e9752df40debc0f82d83664a703c389df33975617009c9bb601c11bbb5e4eb50
7
- data.tar.gz: 123f8d704e85d0748e1abea9d2bcc491fd2d2d788a4f18fddbe6e7a0a68fe1fc30212c13725e3fa0b5936d6b428657e92871990f92f767a40802ff4e4b96d5ac
6
+ metadata.gz: 8b0e1ae9348893b19dcd636fb8a981b265a0c6e860c18b0136a2554573fe397fe8d922f539fc7a3a44282e4faf47fcf8c26545dc369e3a797d25c5e10954e152
7
+ data.tar.gz: 2e77fca5880a6823506c68772754ee1306685544d2311b25b04398c73a9e2862dd8112ec293a693432ea349633d2207de3c3609023f86ff31c324be2444786f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pronto-rails_migrations_annotated (0.0.6)
4
+ pronto-rails_migrations_annotated (0.0.7)
5
5
  pronto (~> 0.11)
6
6
 
7
7
  GEM
@@ -39,7 +39,7 @@ GEM
39
39
  rexml (>= 3.2.5, < 4.0)
40
40
  rugged (>= 0.23.0, < 2.0)
41
41
  thor (>= 0.20.3, < 2.0)
42
- public_suffix (5.0.4)
42
+ public_suffix (5.0.5)
43
43
  rainbow (3.0.0)
44
44
  rake (13.0.6)
45
45
  regexp_parser (2.1.1)
@@ -82,7 +82,7 @@ GEM
82
82
  faraday (>= 0.17.3, < 3)
83
83
  terminal-table (3.0.2)
84
84
  unicode-display_width (>= 1.1.1, < 3)
85
- thor (1.3.0)
85
+ thor (1.3.1)
86
86
  unicode-display_width (1.8.0)
87
87
  uri (0.13.0)
88
88
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pronto
4
4
  module RailsMigrationsAnnotatedVersion
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
7
7
  end
@@ -211,8 +211,8 @@ module Pronto
211
211
  def migration_related_files
212
212
  Regexp.union(
213
213
  %r{db/migrate/.*[0-9]+_\w+.rb},
214
- %r{db/schema.rb},
215
- %r{db/structure.sql}
214
+ %r{db/.*schema.rb},
215
+ %r{db/.*structure.sql}
216
216
  )
217
217
  end
218
218
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pronto-rails_migrations_annotated
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasily Fedoseyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-05 00:00:00.000000000 Z
11
+ date: 2024-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pronto