protected_attributes_continued 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/protected_attributes/version.rb +1 -1
- data/lib/protected_attributes_continued.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5c61e4496583efcf5b031244b5ee48cfd15176f
|
4
|
+
data.tar.gz: e4e9a8836d6c007b27fab0df627f01f2ed25c831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 736d41376d4ad0ba0af4f3998e821f601791d779f38d06b6746d643c5a60582b48143ef30e9e9b503096ec340cecc0275c2af104b0073f36e616f042727dbed0
|
7
|
+
data.tar.gz: 936c8843dddcc143a3eb1b47bd7ef5fbea59b2433857b6217485bb6f1999be0df01500bdc1eec3ecc904470f5aa64f56dd08bff2e8725feeba714c0cc4842696
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
# Protected Attributes Continued
|
2
2
|
|
3
|
-
[![Build Status](https://api.travis-ci.org/westonganger/
|
3
|
+
[![Build Status](https://api.travis-ci.org/westonganger/protected_attributes_continued.svg?branch=master)](https://travis-ci.org/westonganger/protected_attributes_continued)
|
4
4
|
|
5
|
-
This is the community continued version of `protected_attributes`. I have created this new repo because the Rails team refuses to support the `protected_attributes` gem for Rails 5. It already works perfectly fine with Rails 5 it just needed the dependencies relaxed. For people who would like to continue using this feature in their Rails 5 apps lets continue the development here.
|
5
|
+
This is the community continued version of `protected_attributes`. I have created this new repo because the Rails team refuses to support the `protected_attributes` gem for Rails 5. It already works perfectly fine with Rails 5 it just needed the dependencies relaxed. For people who would like to continue using this feature in their Rails 5 apps lets continue the development here. The original `protected_attributes` was officially supported by the Rails team until the release of Rails 5.0.
|
6
6
|
|
7
7
|
Protect attributes from mass-assignment in Active Record models.
|
8
8
|
|
@@ -0,0 +1 @@
|
|
1
|
+
require "protected_attributes"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protected_attributes_continued
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-08-
|
12
|
+
date: 2016-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activemodel
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- lib/protected_attributes.rb
|
147
147
|
- lib/protected_attributes/railtie.rb
|
148
148
|
- lib/protected_attributes/version.rb
|
149
|
+
- lib/protected_attributes_continued.rb
|
149
150
|
homepage: https://github.com/westonganger/protected_attributes_continued
|
150
151
|
licenses:
|
151
152
|
- MIT
|