rubocop-neeto 0.1.0 → 0.1.1

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: 136ee5992041eb74e0f079c4e3617e39302e9ade42e05484f82b75992df185a9
4
- data.tar.gz: 930fb053024e53176da3893e86ac515dda1656b39937191184077713edd8d804
3
+ metadata.gz: 02a9ac99c83b56563a70c0154b80a9c392c09e04d40eb00ed8836a8a285ad5bc
4
+ data.tar.gz: e4a259f6446691036073c6f2834fb245f4531468afc4b72d86775ef8c20228ca
5
5
  SHA512:
6
- metadata.gz: ed24a08a0fd17e77135c63341d1e31a2a17ba65c718fc2d887a67f0d74a05ad9494c9ca6ae2f61952a6cb989e913d70bec8a38eea2eff1a4d038d16397a18be9
7
- data.tar.gz: 62d45fde06c377cb717a4b2194c1592480ad3917f4ea46f4097c71896f4f2e58fc5380f72fa649c4458c4577d5d3deb623ab34030cc73d82eb628f3cf1653829
6
+ metadata.gz: cbe403502277e00288432b39fab037a3be29f4745e2a5e562ec58f342c0be9d956307781df211e950cf1056f8d067f5ea2612f39da6229894613836f537fcc99
7
+ data.tar.gz: f9e57654fe285ff0a64609350b96b8387c1170bab227b0caa3f32a184da925fe340cdb368adf8f69615e0205c602600231e04c195832e80a43d32907359c7f11
@@ -34,7 +34,7 @@ module RuboCop
34
34
 
35
35
  MSG_REMOVE_COLUMN = "'remove_column' is a dangerous operation. If " \
36
36
  "not used correctly, it could cause irreversible data loss. You must perform " \
37
- "'rename_column :%{table_name}, %{column_name}, :%{column_name}_deprecated_on_#{CURRENT_DATE}' " \
37
+ "'rename_column :%{table_name}, :%{column_name}, :%{column_name}_deprecated_on_#{CURRENT_DATE}' " \
38
38
  "instead. The renamed column can be safely dropped in a future migration."
39
39
 
40
40
  MSG_CHANGE_TABLE = "'t.remove' is a dangerous operation. If not used correctly, " \
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Neeto
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-neeto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhay V Ashokan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-26 00:00:00.000000000 Z
11
+ date: 2024-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop