backported_strong_parameters 0.2.0 → 0.2.2

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.
data/README.rdoc CHANGED
@@ -50,4 +50,4 @@ every model you want protected.
50
50
 
51
51
  == Compatibility
52
52
 
53
- Due to a testing issue, this plugin is only fully compatible with Rails versions 3.1, 3.2 but not 4.0 and beyond, as it is part of Rails Core in 4.0.
53
+ This plugin is only fully compatible with Rails versions 3.1 and 3.2 but not 4.0+, as it is part of Rails Core in 4.0.
@@ -1,3 +1,3 @@
1
1
  module StrongParameters
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backported_strong_parameters
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -122,7 +122,7 @@ files:
122
122
  - test/parameters_require_test.rb
123
123
  - test/parameters_taint_test.rb
124
124
  - test/test_helper.rb
125
- homepage:
125
+ homepage: https://github.com/orend/strong_parameters
126
126
  licenses: []
127
127
  post_install_message:
128
128
  rdoc_options: []
@@ -145,7 +145,8 @@ rubyforge_project:
145
145
  rubygems_version: 1.8.23
146
146
  signing_key:
147
147
  specification_version: 3
148
- summary: Permitted and required parameters for Action Pack
148
+ summary: Permitted and required parameters for Action Pack, backported to support
149
+ rails 3.1+
149
150
  test_files:
150
151
  - test/action_controller_required_params_test.rb
151
152
  - test/action_controller_tainted_params_test.rb