shields_up 0.19.0 → 0.20.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
  SHA1:
3
- metadata.gz: f98f11a8151f77c6c1c557a7322ae49331284b90
4
- data.tar.gz: a1bc8ea177c6dd17269fa5f2e50e36f0c3bd8c4d
3
+ metadata.gz: e231b9b835565b412ece33c0df6b6e5002fb962e
4
+ data.tar.gz: fe0ca1656af7ccd557b30654bac07d69cff56b30
5
5
  SHA512:
6
- metadata.gz: d28587275d459c8cf159f704af161ad62102958d9762889ccf8d37c55d06d353bc5101695e4ea229b2e1ab3f8de4c242e4135db7ae8f833f8618e39ea3b602ec
7
- data.tar.gz: acd1f7b09306a7752846da458f14a8a78e1076fb6ac2a78350db26706abede5a4c7a62de4336577ed398c15c688f8760800d4e9cd99c3811f351302534af5327
6
+ metadata.gz: 605ff86b64b0d916a3bfc767aabbdcabc801fb58ba5e7fbb2a501965611022323207cde611476ec50b43e2c443afbe83315fb53eaf748f29dc370a7b0e53c32a
7
+ data.tar.gz: 24b74f02469248d30932434e307e6dd6685265fe74c5fcd0fd0163e425765e0e5d8ea8a7f9cec83ab93fedf0a9cffcc921aac2ea72c8c77fe0cc7cdf094d3748
data/Gemfile.lock CHANGED
@@ -1,104 +1,91 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shields_up (0.18.0)
5
- activesupport (>= 3.2, < 4.1)
4
+ shields_up (0.19.0)
5
+ activesupport (>= 3.2, < 4.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (3.2.19)
11
- actionpack (= 3.2.19)
12
- mail (~> 2.5.4)
13
- actionpack (3.2.19)
14
- activemodel (= 3.2.19)
15
- activesupport (= 3.2.19)
16
- builder (~> 3.0.0)
10
+ actionmailer (4.1.13)
11
+ actionpack (= 4.1.13)
12
+ actionview (= 4.1.13)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ actionpack (4.1.13)
15
+ actionview (= 4.1.13)
16
+ activesupport (= 4.1.13)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ actionview (4.1.13)
20
+ activesupport (= 4.1.13)
21
+ builder (~> 3.1)
17
22
  erubis (~> 2.7.0)
18
- journey (~> 1.0.4)
19
- rack (~> 1.4.5)
20
- rack-cache (~> 1.2)
21
- rack-test (~> 0.6.1)
22
- sprockets (~> 2.2.1)
23
- activemodel (3.2.19)
24
- activesupport (= 3.2.19)
25
- builder (~> 3.0.0)
26
- activerecord (3.2.19)
27
- activemodel (= 3.2.19)
28
- activesupport (= 3.2.19)
29
- arel (~> 3.0.2)
30
- tzinfo (~> 0.3.29)
31
- activeresource (3.2.19)
32
- activemodel (= 3.2.19)
33
- activesupport (= 3.2.19)
34
- activesupport (3.2.19)
35
- i18n (~> 0.6, >= 0.6.4)
36
- multi_json (~> 1.0)
37
- appraisal (1.0.2)
23
+ activemodel (4.1.13)
24
+ activesupport (= 4.1.13)
25
+ builder (~> 3.1)
26
+ activerecord (4.1.13)
27
+ activemodel (= 4.1.13)
28
+ activesupport (= 4.1.13)
29
+ arel (~> 5.0.0)
30
+ activesupport (4.1.13)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ json (~> 1.7, >= 1.7.7)
33
+ minitest (~> 5.1)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 1.1)
36
+ appraisal (2.1.0)
38
37
  bundler
39
38
  rake
40
39
  thor (>= 0.14.0)
41
- arel (3.0.3)
42
- builder (3.0.4)
43
- codeclimate-test-reporter (0.4.1)
40
+ arel (5.0.1.20140414130214)
41
+ builder (3.2.2)
42
+ codeclimate-test-reporter (0.4.8)
44
43
  simplecov (>= 0.7.1, < 1.0.0)
45
44
  docile (1.1.5)
46
45
  erubis (2.7.0)
47
- hike (1.2.3)
48
- i18n (0.6.9)
49
- journey (1.0.4)
50
- json (1.8.1)
51
- mail (2.5.4)
52
- mime-types (~> 1.16)
53
- treetop (~> 1.4.8)
46
+ i18n (0.7.0)
47
+ json (1.8.3)
48
+ mail (2.6.3)
49
+ mime-types (>= 1.16, < 3)
54
50
  metaclass (0.0.4)
55
- mime-types (1.25.1)
56
- minitest (4.7.5)
51
+ mime-types (2.6.2)
52
+ minitest (5.8.0)
57
53
  mocha (1.1.0)
58
54
  metaclass (~> 0.0.1)
59
- multi_json (1.10.1)
60
- polyglot (0.3.5)
61
- rack (1.4.5)
62
- rack-cache (1.2)
63
- rack (>= 0.4)
64
- rack-ssl (1.3.4)
65
- rack
66
- rack-test (0.6.2)
55
+ rack (1.5.5)
56
+ rack-test (0.6.3)
67
57
  rack (>= 1.0)
68
- rails (3.2.19)
69
- actionmailer (= 3.2.19)
70
- actionpack (= 3.2.19)
71
- activerecord (= 3.2.19)
72
- activeresource (= 3.2.19)
73
- activesupport (= 3.2.19)
74
- bundler (~> 1.0)
75
- railties (= 3.2.19)
76
- railties (3.2.19)
77
- actionpack (= 3.2.19)
78
- activesupport (= 3.2.19)
79
- rack-ssl (~> 1.3.2)
58
+ rails (4.1.13)
59
+ actionmailer (= 4.1.13)
60
+ actionpack (= 4.1.13)
61
+ actionview (= 4.1.13)
62
+ activemodel (= 4.1.13)
63
+ activerecord (= 4.1.13)
64
+ activesupport (= 4.1.13)
65
+ bundler (>= 1.3.0, < 2.0)
66
+ railties (= 4.1.13)
67
+ sprockets-rails (~> 2.0)
68
+ railties (4.1.13)
69
+ actionpack (= 4.1.13)
70
+ activesupport (= 4.1.13)
80
71
  rake (>= 0.8.7)
81
- rdoc (~> 3.4)
82
- thor (>= 0.14.6, < 2.0)
83
- rake (10.3.2)
84
- rdoc (3.12.2)
85
- json (~> 1.4)
86
- simplecov (0.9.1)
72
+ thor (>= 0.18.1, < 2.0)
73
+ rake (10.4.2)
74
+ simplecov (0.10.0)
87
75
  docile (~> 1.1.0)
88
- multi_json (~> 1.0)
89
- simplecov-html (~> 0.8.0)
90
- simplecov-html (0.8.0)
91
- sprockets (2.2.2)
92
- hike (~> 1.2)
93
- multi_json (~> 1.0)
76
+ json (~> 1.8)
77
+ simplecov-html (~> 0.10.0)
78
+ simplecov-html (0.10.0)
79
+ sprockets (3.3.4)
94
80
  rack (~> 1.0)
95
- tilt (~> 1.1, != 1.3.0)
81
+ sprockets-rails (2.3.3)
82
+ actionpack (>= 3.0)
83
+ activesupport (>= 3.0)
84
+ sprockets (>= 2.8, < 4.0)
96
85
  thor (0.19.1)
97
- tilt (1.4.1)
98
- treetop (1.4.15)
99
- polyglot
100
- polyglot (>= 0.3.1)
101
- tzinfo (0.3.41)
86
+ thread_safe (0.3.5)
87
+ tzinfo (1.2.2)
88
+ thread_safe (~> 0.1)
102
89
 
103
90
  PLATFORMS
104
91
  ruby
@@ -107,7 +94,10 @@ DEPENDENCIES
107
94
  activemodel
108
95
  appraisal
109
96
  codeclimate-test-reporter
110
- minitest (~> 4.0)
97
+ minitest
111
98
  mocha
112
99
  rails
113
100
  shields_up!
101
+
102
+ BUNDLED WITH
103
+ 1.10.4
@@ -0,0 +1,117 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ shields_up (0.19.0)
5
+ activesupport (>= 3.2, < 4.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (3.2.21)
11
+ actionpack (= 3.2.21)
12
+ mail (~> 2.5.4)
13
+ actionpack (3.2.21)
14
+ activemodel (= 3.2.21)
15
+ activesupport (= 3.2.21)
16
+ builder (~> 3.0.0)
17
+ erubis (~> 2.7.0)
18
+ journey (~> 1.0.4)
19
+ rack (~> 1.4.5)
20
+ rack-cache (~> 1.2)
21
+ rack-test (~> 0.6.1)
22
+ sprockets (~> 2.2.1)
23
+ activemodel (3.2.21)
24
+ activesupport (= 3.2.21)
25
+ builder (~> 3.0.0)
26
+ activerecord (3.2.21)
27
+ activemodel (= 3.2.21)
28
+ activesupport (= 3.2.21)
29
+ arel (~> 3.0.2)
30
+ tzinfo (~> 0.3.29)
31
+ activeresource (3.2.21)
32
+ activemodel (= 3.2.21)
33
+ activesupport (= 3.2.21)
34
+ activesupport (3.2.21)
35
+ i18n (~> 0.6, >= 0.6.4)
36
+ multi_json (~> 1.0)
37
+ appraisal (2.1.0)
38
+ bundler
39
+ rake
40
+ thor (>= 0.14.0)
41
+ arel (3.0.3)
42
+ builder (3.0.4)
43
+ codeclimate-test-reporter (0.4.8)
44
+ simplecov (>= 0.7.1, < 1.0.0)
45
+ docile (1.1.5)
46
+ erubis (2.7.0)
47
+ hike (1.2.3)
48
+ i18n (0.7.0)
49
+ journey (1.0.4)
50
+ json (1.8.3)
51
+ mail (2.5.4)
52
+ mime-types (~> 1.16)
53
+ treetop (~> 1.4.8)
54
+ metaclass (0.0.4)
55
+ mime-types (1.25.1)
56
+ minitest (4.7.5)
57
+ mocha (1.1.0)
58
+ metaclass (~> 0.0.1)
59
+ multi_json (1.11.2)
60
+ polyglot (0.3.5)
61
+ rack (1.4.7)
62
+ rack-cache (1.2)
63
+ rack (>= 0.4)
64
+ rack-ssl (1.3.4)
65
+ rack
66
+ rack-test (0.6.3)
67
+ rack (>= 1.0)
68
+ rails (3.2.21)
69
+ actionmailer (= 3.2.21)
70
+ actionpack (= 3.2.21)
71
+ activerecord (= 3.2.21)
72
+ activeresource (= 3.2.21)
73
+ activesupport (= 3.2.21)
74
+ bundler (~> 1.0)
75
+ railties (= 3.2.21)
76
+ railties (3.2.21)
77
+ actionpack (= 3.2.21)
78
+ activesupport (= 3.2.21)
79
+ rack-ssl (~> 1.3.2)
80
+ rake (>= 0.8.7)
81
+ rdoc (~> 3.4)
82
+ thor (>= 0.14.6, < 2.0)
83
+ rake (10.4.2)
84
+ rdoc (3.12.2)
85
+ json (~> 1.4)
86
+ simplecov (0.10.0)
87
+ docile (~> 1.1.0)
88
+ json (~> 1.8)
89
+ simplecov-html (~> 0.10.0)
90
+ simplecov-html (0.10.0)
91
+ sprockets (2.2.3)
92
+ hike (~> 1.2)
93
+ multi_json (~> 1.0)
94
+ rack (~> 1.0)
95
+ tilt (~> 1.1, != 1.3.0)
96
+ thor (0.19.1)
97
+ tilt (1.4.1)
98
+ treetop (1.4.15)
99
+ polyglot
100
+ polyglot (>= 0.3.1)
101
+ tzinfo (0.3.44)
102
+
103
+ PLATFORMS
104
+ ruby
105
+
106
+ DEPENDENCIES
107
+ activemodel
108
+ activesupport (~> 3.2.0)
109
+ appraisal
110
+ codeclimate-test-reporter
111
+ minitest (~> 4.0)
112
+ mocha
113
+ rails
114
+ shields_up!
115
+
116
+ BUNDLED WITH
117
+ 1.10.4
@@ -0,0 +1,100 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ shields_up (0.19.0)
5
+ activesupport (>= 3.2, < 4.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.0.13)
11
+ actionpack (= 4.0.13)
12
+ mail (~> 2.5, >= 2.5.4)
13
+ actionpack (4.0.13)
14
+ activesupport (= 4.0.13)
15
+ builder (~> 3.1.0)
16
+ erubis (~> 2.7.0)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ activemodel (4.0.13)
20
+ activesupport (= 4.0.13)
21
+ builder (~> 3.1.0)
22
+ activerecord (4.0.13)
23
+ activemodel (= 4.0.13)
24
+ activerecord-deprecated_finders (~> 1.0.2)
25
+ activesupport (= 4.0.13)
26
+ arel (~> 4.0.0)
27
+ activerecord-deprecated_finders (1.0.4)
28
+ activesupport (4.0.13)
29
+ i18n (~> 0.6, >= 0.6.9)
30
+ minitest (~> 4.2)
31
+ multi_json (~> 1.3)
32
+ thread_safe (~> 0.1)
33
+ tzinfo (~> 0.3.37)
34
+ appraisal (2.1.0)
35
+ bundler
36
+ rake
37
+ thor (>= 0.14.0)
38
+ arel (4.0.2)
39
+ builder (3.1.4)
40
+ codeclimate-test-reporter (0.4.8)
41
+ simplecov (>= 0.7.1, < 1.0.0)
42
+ docile (1.1.5)
43
+ erubis (2.7.0)
44
+ i18n (0.7.0)
45
+ json (1.8.3)
46
+ mail (2.6.3)
47
+ mime-types (>= 1.16, < 3)
48
+ metaclass (0.0.4)
49
+ mime-types (2.6.2)
50
+ minitest (4.7.5)
51
+ mocha (1.1.0)
52
+ metaclass (~> 0.0.1)
53
+ multi_json (1.11.2)
54
+ rack (1.5.5)
55
+ rack-test (0.6.3)
56
+ rack (>= 1.0)
57
+ rails (4.0.13)
58
+ actionmailer (= 4.0.13)
59
+ actionpack (= 4.0.13)
60
+ activerecord (= 4.0.13)
61
+ activesupport (= 4.0.13)
62
+ bundler (>= 1.3.0, < 2.0)
63
+ railties (= 4.0.13)
64
+ sprockets-rails (~> 2.0)
65
+ railties (4.0.13)
66
+ actionpack (= 4.0.13)
67
+ activesupport (= 4.0.13)
68
+ rake (>= 0.8.7)
69
+ thor (>= 0.18.1, < 2.0)
70
+ rake (10.4.2)
71
+ simplecov (0.10.0)
72
+ docile (~> 1.1.0)
73
+ json (~> 1.8)
74
+ simplecov-html (~> 0.10.0)
75
+ simplecov-html (0.10.0)
76
+ sprockets (3.3.4)
77
+ rack (~> 1.0)
78
+ sprockets-rails (2.3.3)
79
+ actionpack (>= 3.0)
80
+ activesupport (>= 3.0)
81
+ sprockets (>= 2.8, < 4.0)
82
+ thor (0.19.1)
83
+ thread_safe (0.3.5)
84
+ tzinfo (0.3.44)
85
+
86
+ PLATFORMS
87
+ ruby
88
+
89
+ DEPENDENCIES
90
+ activemodel
91
+ activesupport (~> 4.0.0)
92
+ appraisal
93
+ codeclimate-test-reporter
94
+ minitest (~> 4.0)
95
+ mocha
96
+ rails
97
+ shields_up!
98
+
99
+ BUNDLED WITH
100
+ 1.10.4
@@ -0,0 +1,13 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "mocha"
7
+ gem "activemodel"
8
+ gem "rails"
9
+ gem "minitest", "~> 5.0"
10
+ gem "codeclimate-test-reporter", :require => nil
11
+ gem "activesupport", "~> 4.1.0"
12
+
13
+ gemspec :path => "../"
@@ -0,0 +1,104 @@
1
+ PATH
2
+ remote: ../
3
+ specs:
4
+ shields_up (0.19.0)
5
+ activesupport (>= 3.2, < 4.2)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actionmailer (4.1.13)
11
+ actionpack (= 4.1.13)
12
+ actionview (= 4.1.13)
13
+ mail (~> 2.5, >= 2.5.4)
14
+ actionpack (4.1.13)
15
+ actionview (= 4.1.13)
16
+ activesupport (= 4.1.13)
17
+ rack (~> 1.5.2)
18
+ rack-test (~> 0.6.2)
19
+ actionview (4.1.13)
20
+ activesupport (= 4.1.13)
21
+ builder (~> 3.1)
22
+ erubis (~> 2.7.0)
23
+ activemodel (4.1.13)
24
+ activesupport (= 4.1.13)
25
+ builder (~> 3.1)
26
+ activerecord (4.1.13)
27
+ activemodel (= 4.1.13)
28
+ activesupport (= 4.1.13)
29
+ arel (~> 5.0.0)
30
+ activesupport (4.1.13)
31
+ i18n (~> 0.6, >= 0.6.9)
32
+ json (~> 1.7, >= 1.7.7)
33
+ minitest (~> 5.1)
34
+ thread_safe (~> 0.1)
35
+ tzinfo (~> 1.1)
36
+ appraisal (2.1.0)
37
+ bundler
38
+ rake
39
+ thor (>= 0.14.0)
40
+ arel (5.0.1.20140414130214)
41
+ builder (3.2.2)
42
+ codeclimate-test-reporter (0.4.8)
43
+ simplecov (>= 0.7.1, < 1.0.0)
44
+ docile (1.1.5)
45
+ erubis (2.7.0)
46
+ i18n (0.7.0)
47
+ json (1.8.3)
48
+ mail (2.6.3)
49
+ mime-types (>= 1.16, < 3)
50
+ metaclass (0.0.4)
51
+ mime-types (2.6.2)
52
+ minitest (5.8.0)
53
+ mocha (1.1.0)
54
+ metaclass (~> 0.0.1)
55
+ rack (1.5.5)
56
+ rack-test (0.6.3)
57
+ rack (>= 1.0)
58
+ rails (4.1.13)
59
+ actionmailer (= 4.1.13)
60
+ actionpack (= 4.1.13)
61
+ actionview (= 4.1.13)
62
+ activemodel (= 4.1.13)
63
+ activerecord (= 4.1.13)
64
+ activesupport (= 4.1.13)
65
+ bundler (>= 1.3.0, < 2.0)
66
+ railties (= 4.1.13)
67
+ sprockets-rails (~> 2.0)
68
+ railties (4.1.13)
69
+ actionpack (= 4.1.13)
70
+ activesupport (= 4.1.13)
71
+ rake (>= 0.8.7)
72
+ thor (>= 0.18.1, < 2.0)
73
+ rake (10.4.2)
74
+ simplecov (0.10.0)
75
+ docile (~> 1.1.0)
76
+ json (~> 1.8)
77
+ simplecov-html (~> 0.10.0)
78
+ simplecov-html (0.10.0)
79
+ sprockets (3.3.4)
80
+ rack (~> 1.0)
81
+ sprockets-rails (2.3.3)
82
+ actionpack (>= 3.0)
83
+ activesupport (>= 3.0)
84
+ sprockets (>= 2.8, < 4.0)
85
+ thor (0.19.1)
86
+ thread_safe (0.3.5)
87
+ tzinfo (1.2.2)
88
+ thread_safe (~> 0.1)
89
+
90
+ PLATFORMS
91
+ ruby
92
+
93
+ DEPENDENCIES
94
+ activemodel
95
+ activesupport (~> 4.1.12)
96
+ appraisal
97
+ codeclimate-test-reporter
98
+ minitest (~> 5.0)
99
+ mocha
100
+ rails
101
+ shields_up!
102
+
103
+ BUNDLED WITH
104
+ 1.10.4
@@ -1,3 +1,3 @@
1
1
  module ShieldsUp
2
- VERSION = '0.19.0'.freeze
2
+ VERSION = '0.20.0'.freeze
3
3
  end
data/shields_up.gemspec CHANGED
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.files = Dir['**/*'].reject{ |f| f[%r{^pkg/}] || f[%r{^test/}] }
18
18
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  s.require_paths = ['lib']
20
- s.add_dependency('activesupport', ['>= 3.2', '< 4.1'])
20
+ s.add_dependency('activesupport', ['>= 3.2', '< 4.2'])
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shields_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-18 00:00:00.000000000 Z
11
+ date: 2015-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '4.1'
22
+ version: '4.2'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '4.1'
32
+ version: '4.2'
33
33
  description: Mass assignment Protection made by AppFolio Inc., inspired by strong_parameters.
34
34
  email: dev@appfolio.com
35
35
  executables: []
@@ -43,7 +43,11 @@ files:
43
43
  - README.md
44
44
  - Rakefile
45
45
  - gemfiles/activesupport_3.2.gemfile
46
+ - gemfiles/activesupport_3.2.gemfile.lock
46
47
  - gemfiles/activesupport_4.0.gemfile
48
+ - gemfiles/activesupport_4.0.gemfile.lock
49
+ - gemfiles/activesupport_4.1.gemfile
50
+ - gemfiles/activesupport_4.1.gemfile.lock
47
51
  - lib/shields_up.rb
48
52
  - lib/shields_up/exceptions.rb
49
53
  - lib/shields_up/parameters.rb
@@ -70,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
74
  version: '0'
71
75
  requirements: []
72
76
  rubyforge_project:
73
- rubygems_version: 2.4.3
77
+ rubygems_version: 2.4.8
74
78
  signing_key:
75
79
  specification_version: 4
76
80
  summary: Mass assignment Protection made by AppFolio Inc., inspired by strong_parameters.