rubocop-rubomatic-rails 1.1.0.pre.rc.1 → 1.1.0

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: 46f5cb3462126e23c94c2d56f34513f2163111af2d58f2b5a4823b4ad637dc69
4
- data.tar.gz: f39d0635ddc153daaaeaa0e0ea1b769e3ffd59a3d7aa25c93cf564490dd2cda1
3
+ metadata.gz: 806ea3b470b84c4d0ef7bea9c717d487bc76d869e38427b0b689ea5b16030784
4
+ data.tar.gz: d6daf7fa46daece9162f56b4d0ebc002f40dafc7d8ee396fdfaf2ea48be28b48
5
5
  SHA512:
6
- metadata.gz: bc2c61ddee9cd07481d4724cd3956928bfc872e18c6defd70da4a21881a61d9f879c89cec71b547e003bc370af6d8ae0648e840c9e4b211e04b25316700153f1
7
- data.tar.gz: baf1eb0b10998501a2471b105493c0229dd1c00fa3e6d8a76bb9fe11666924291e61813b7dee45e46398af0a1f56f52fbc726c9cfce15aee9119d05995559647
6
+ metadata.gz: fae2ff4608827abe19fd6156d44e34ccf5d7d455237448c16995ea7a6aff3c69cef823b8f245da24fa3024d00f4fca4cf8d313dbe47f172d716f7df13acecdbd
7
+ data.tar.gz: be4a324f5118416d3691a9251068da1365020d85740fb3e6f83f2d348f898771f130bba3b7e9be01f89e5b4e01b28a82bd43516e61855b75cbf78848224e0875
data/CHANGELOG.adoc CHANGED
@@ -1,5 +1,9 @@
1
1
  == 1.1.0
2
2
 
3
+ === Cops
4
+
5
+ * Enabled `Rails/ThreeStateBooleanColumn`
6
+
3
7
  === Dependencies
4
8
 
5
9
  * `rubocop-rubomatic`, `>= 1.0.0`, `< 2.0`
data/config/rails.yml CHANGED
@@ -959,7 +959,12 @@ Rails/TimeZoneAssignment:
959
959
  - test/**/*.rb
960
960
 
961
961
  Rails/ThreeStateBooleanColumn:
962
+ Description: Add a default value and a `NOT NULL` constraint to boolean columns.
963
+ StyleGuide: https://rails.rubystyle.guide/#three-state-boolean
962
964
  Enabled: true
965
+ VersionAdded: '2.19'
966
+ Include:
967
+ - db/**/*.rb
963
968
 
964
969
  Rails/ToFormattedS:
965
970
  Description: 'Checks for consistent uses of `to_fs` or `to_formatted_s`.'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module RubomaticRails
5
- VERSION = '1.1.0-rc.1'
5
+ VERSION = '1.1.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rubomatic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.pre.rc.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -84,9 +84,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  version: 3.0.1
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 1.3.1
89
+ version: '0'
90
90
  requirements: []
91
91
  rubygems_version: 3.2.15
92
92
  signing_key: