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 +4 -4
- data/lib/code0/zero_track/version.rb +1 -1
- data/rubocop/rubocop-config.yml +17 -0
- metadata +10 -9
- /data/{lib/rubocop → rubocop}/code0/zero_track/file_helpers.rb +0 -0
- /data/{lib/rubocop → rubocop}/cop/code0/zero_track/logs/rails_logger.rb +0 -0
- /data/{lib/rubocop → rubocop}/cop/code0/zero_track/migration/create_table_with_timestamps.rb +0 -0
- /data/{lib/rubocop → rubocop}/cop/code0/zero_track/migration/datetime.rb +0 -0
- /data/{lib/rubocop → rubocop}/cop/code0/zero_track/migration/timestamps.rb +0 -0
- /data/{lib/rubocop → rubocop}/cop/code0/zero_track/migration/versioned_class.rb +0 -0
- /data/{lib/rubocop → rubocop}/zero_track.rb +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43b3e2bb45a05296028090f1046950a9f8d393e73f53d42044720ae749190e70
|
4
|
+
data.tar.gz: 287c2404016ddc32bb43a727d11ea96351ae7cd5c3c9ef0e0281036a4b6f6054
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e87af49371a2df0b5c7dccae9d03edf9e1aed348b598857da2aa49cadb27d9cc92dad691a07e7ccbb14fced551cd87039ebd8c9ac478a9a151f4435ee1f0fa9
|
7
|
+
data.tar.gz: c6baa77fcfe816711ece91fac27a34f96f1b98125fc21e085f8e10b94e3e673964c735759dc9879c4c3cb19d662076104ee54ca9905927dcc81bd5ebdd79ccb8
|
@@ -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.
|
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-
|
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
|
File without changes
|
/data/{lib/rubocop → rubocop}/cop/code0/zero_track/migration/create_table_with_timestamps.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|