code0-zero_track 0.0.2 → 0.0.4

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: 6d7131b86c5135e76e99a0b4edb22b76c5fdcc765ef7d00160ce6e85dc8f3ea4
4
- data.tar.gz: ab601c8af299d5679e16a57748977b0762a71aab0802470acb2a43873109c892
3
+ metadata.gz: 43b3e2bb45a05296028090f1046950a9f8d393e73f53d42044720ae749190e70
4
+ data.tar.gz: 287c2404016ddc32bb43a727d11ea96351ae7cd5c3c9ef0e0281036a4b6f6054
5
5
  SHA512:
6
- metadata.gz: 18fb171af0b27a2d1cf48a690a3d4529ad8daa95bb4d192e2ac6c0a7a5a2c501b922fa5ce48effee6ebced6ec545522b8ef9008587fd6b24d1115b21628ffd16
7
- data.tar.gz: 5c6e8f01a01d2427aa75265260ea603eb902480e29b4342fa8c6d6ff9e7103da7c3a2be93d4b5b0ee739248de50e4c83d848c1701c8232e5d267e132b39da8a4
6
+ metadata.gz: 8e87af49371a2df0b5c7dccae9d03edf9e1aed348b598857da2aa49cadb27d9cc92dad691a07e7ccbb14fced551cd87039ebd8c9ac478a9a151f4435ee1f0fa9
7
+ data.tar.gz: c6baa77fcfe816711ece91fac27a34f96f1b98125fc21e085f8e10b94e3e673964c735759dc9879c4c3cb19d662076104ee54ca9905927dcc81bd5ebdd79ccb8
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Code0
4
4
  module ZeroTrack
5
- VERSION = '0.0.2'
5
+ VERSION = '0.0.4'
6
6
  end
7
7
  end
@@ -0,0 +1,17 @@
1
+ require:
2
+ - ./zero_track
3
+
4
+ Code0/ZeroTrack/Logs/RailsLogger:
5
+ Enabled: false
6
+
7
+ Code0/ZeroTrack/Migration/CreateTableWithTimestamps:
8
+ Enabled: false
9
+
10
+ Code0/ZeroTrack/Migration/Datetime:
11
+ Enabled: false
12
+
13
+ Code0/ZeroTrack/Migration/Timestamps:
14
+ Enabled: false
15
+
16
+ Code0/ZeroTrack/Migration/VersionedClass:
17
+ Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code0-zero_track
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niklas van Schrick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-26 00:00:00.000000000 Z
11
+ date: 2025-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -181,14 +181,15 @@ files:
181
181
  - lib/code0/zero_track/memoize.rb
182
182
  - lib/code0/zero_track/railtie.rb
183
183
  - lib/code0/zero_track/version.rb
184
- - lib/rubocop/code0/zero_track/file_helpers.rb
185
- - lib/rubocop/cop/code0/zero_track/logs/rails_logger.rb
186
- - lib/rubocop/cop/code0/zero_track/migration/create_table_with_timestamps.rb
187
- - lib/rubocop/cop/code0/zero_track/migration/datetime.rb
188
- - lib/rubocop/cop/code0/zero_track/migration/timestamps.rb
189
- - lib/rubocop/cop/code0/zero_track/migration/versioned_class.rb
190
- - lib/rubocop/zero_track.rb
191
184
  - lib/tasks/code0/zero_track_tasks.rake
185
+ - rubocop/code0/zero_track/file_helpers.rb
186
+ - rubocop/cop/code0/zero_track/logs/rails_logger.rb
187
+ - rubocop/cop/code0/zero_track/migration/create_table_with_timestamps.rb
188
+ - rubocop/cop/code0/zero_track/migration/datetime.rb
189
+ - rubocop/cop/code0/zero_track/migration/timestamps.rb
190
+ - rubocop/cop/code0/zero_track/migration/versioned_class.rb
191
+ - rubocop/rubocop-config.yml
192
+ - rubocop/zero_track.rb
192
193
  homepage: https://github.com/code0-tech/code0-zero_track
193
194
  licenses:
194
195
  - MIT
File without changes