ready-for-migration 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab726b4be46863e5179c79f0b6508e1248e5f23af2151e340584626925a2be21
4
- data.tar.gz: 7219e0f3b07c2bd53e6661928a9f727e2780f82bf30f8d99fdad9e1ee450043b
3
+ metadata.gz: 6369f63cee99d6f2f8730e4075fc2209da8a0e32dc726b79414258d4c83b091a
4
+ data.tar.gz: 4b9a723df87039df6fa7d7d74fde16ea63630555b889c3568c713242e7592991
5
5
  SHA512:
6
- metadata.gz: e608535de09cf3b63890f9745f792f3444cea2402d0fceac3a1f460741e5b923ab01d2aa376b0ff5af48eb7d224f21c224b2efae7c531ac64f739a3d814c14ee
7
- data.tar.gz: 2ab3b6ca824111aa7d9d4edd233048eb9c7bab5cff80d9ca557e23f5488ec6d50dfe2b0b031f7db50213f726866b6eb67928fbf9fb01cab67a1338ab9f8a7518
6
+ metadata.gz: 043df0826aa722e461ad12928bd3078b1fd9aa1e9f8e17bc3c5639ff1c8460985e757ac2a3a9bade982ad6b1632124d3245d0139b8a9d81b0fd6c05b2eee9bb8
7
+ data.tar.gz: a2ad377a50c6b4d37f351ee6835cc90ee584f01d2b48fa449a8d953f0b1fd8d1c14d44129592fb89460c8e81f5a0364cba1e3a886c9ef2a17b53d4f548772034
@@ -9,7 +9,7 @@ module Ready
9
9
  end
10
10
 
11
11
  initializer 'ready-for-migration.initialize_logger' do
12
- require_relative 'rails_rack_logger_extenstion'
12
+ require_relative 'rails_rack_logger_extention'
13
13
  end
14
14
 
15
15
  end
@@ -1,7 +1,7 @@
1
1
  module Ready
2
2
  module For
3
3
  module Migration
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ready-for-migration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - bizside-developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -65,7 +65,7 @@ files:
65
65
  - config/routes.rb
66
66
  - lib/ready/for/migration.rb
67
67
  - lib/ready/for/migration/engine.rb
68
- - lib/ready/for/migration/rails_rack_logger_extenstion.rb
68
+ - lib/ready/for/migration/rails_rack_logger_extention.rb
69
69
  - lib/ready/for/migration/version.rb
70
70
  homepage: https://github.com/maedadev/ready-for-migration
71
71
  licenses:
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.3.26
89
+ rubygems_version: 3.4.22
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: ready for migration