protected_attributes_continued 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: 8e96d58f3d48f4636a8a6552633a10f24eb3f00e
4
- data.tar.gz: f77843a13cf8ccd6ef72c8ed6213d84a04dc8e6a
3
+ metadata.gz: a5c61e4496583efcf5b031244b5ee48cfd15176f
4
+ data.tar.gz: e4e9a8836d6c007b27fab0df627f01f2ed25c831
5
5
  SHA512:
6
- metadata.gz: 04672d08b075017ca9ceaa97f1be4c409ddbd17eb818fdddd748cf72ff8f0ce9de23a1a03653675a75a6afd64c7ee965e6868a6ee5be3bb3f983e962cfc4dafc
7
- data.tar.gz: c134172ee6b46acf19117fa6e854197d6e3833a0f7338dd56d87aa52d2f2eff773be616fdc9aacc219a8d26b228917222acc8505441477b888a06276961234ce
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/protected_attributes.svg?branch=master)](https://travis-ci.org/westonganger/protected_attributes)
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. This plugin was officially supported by the Rails team until the release of Rails 5.0.
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
 
@@ -1,3 +1,3 @@
1
1
  module ProtectedAttributes
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -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.0
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-20 00:00:00.000000000 Z
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