mavenlint 1.2.0 → 1.2.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
  SHA1:
3
- metadata.gz: 2e57e6b765719b7164b7c2e36263ae7d8b0a947d
4
- data.tar.gz: df6b9495132aa2eb56678302654b73a83e31cb9d
3
+ metadata.gz: 882e8d33124b9ee52b9217164397280aa6cd66c9
4
+ data.tar.gz: 72741abfa7c50f4d25796611cc1a2f7173fd6c32
5
5
  SHA512:
6
- metadata.gz: c156fe41059f0a195350808199859bdcb27813ab3342dc994e21f063f7f2568611793ec212d8b247a439d9978e9c8bbbd25ceda1a9b69af1a45182d3d2b027b1
7
- data.tar.gz: 628f968c28e69f4061f42c7b55c5bff04aa16fc95f677f281454a704cfa50416f8174f474d7f8e94a0a4e0df6db67d40a3cb35c635ebd0ad641e9d6b77255bd6
6
+ metadata.gz: b22956d519f95a4ffb3fdae9a25c83718f072e6c26e1c2c4f9fa68b2d457fe7b6a4b85f14c3f29b2f083767e2774639cdf6068340c045c6b292ba0b1fa449307
7
+ data.tar.gz: a377001f38dd395d3116ac2596810a6bf8cdb90be8058a0df4420d1e98b294b0ba8fd492621d72fe847a2a2294a76f7a0bb2c9cb7e4b232e3ee40d3dd9c46d6c
@@ -15,7 +15,7 @@ module RuboCop
15
15
  # or updated through a publicly accessible endpoint, because the associated model isn't
16
16
  # necessarily loaded and ran through security checks.
17
17
  class UnsafeMassAssignment < RuboCop::Cop::Cop
18
- MSG = "Do not allow mass-assignment of foreign key columns".freeze
18
+ MSG = "Do not allow mass-assignment of foreign key columns. See http://bit.ly/2IjZco0".freeze
19
19
 
20
20
  def on_send(node)
21
21
  return unless node.command?(:attr_accessible)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mavenlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mavenlnk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-02 00:00:00.000000000 Z
11
+ date: 2018-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake