shields_up 0.21.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Appraisals +10 -0
- data/Gemfile.lock +87 -59
- data/gemfiles/activesupport_4.2.5.1.gemfile +13 -0
- data/gemfiles/activesupport_4.2.5.2.gemfile +13 -0
- data/lib/shields_up/shields_up.rb +3 -1
- data/lib/shields_up/version.rb +1 -1
- metadata +5 -8
- data/gemfiles/activesupport_3.2.gemfile.lock +0 -121
- data/gemfiles/activesupport_4.0.gemfile.lock +0 -100
- data/gemfiles/activesupport_4.1.gemfile.lock +0 -104
- data/gemfiles/activesupport_4.2.gemfile.lock +0 -129
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ebf4d0587d52c5f8a50c851d3d93f4c002e6809
|
4
|
+
data.tar.gz: c784fa554fe7699e47194a57e489317126cdc6a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e0835663a3c6cee011012076660fef5ff56b1c42010708a814fcebdcba41da517f7c4dc459dd91ca24706d7fbca14116242781c86c67e2cc9b86da79bea2680
|
7
|
+
data.tar.gz: 59a1a824ef8d0f2fdf7f7fc98c095835c3a50bae9aca04b374155a2eadea09254971d60ea00365b2d83fc18ea9cbbc465e3b5b89f9a17c042a342ad1e27f77c6
|
data/Appraisals
CHANGED
@@ -18,3 +18,13 @@ appraise "activesupport-4.2" do
|
|
18
18
|
gem 'activesupport', '~> 4.2.4'
|
19
19
|
gem 'minitest', '~> 5.1'
|
20
20
|
end
|
21
|
+
|
22
|
+
appraise "activesupport-4.2.5.1" do
|
23
|
+
gem 'activesupport', '~> 4.2.5.1'
|
24
|
+
gem 'minitest', '~> 5.1'
|
25
|
+
end
|
26
|
+
|
27
|
+
appraise "activesupport-4.2.5.2" do
|
28
|
+
gem 'activesupport', '~> 4.2.5.2'
|
29
|
+
gem 'minitest', '~> 5.1'
|
30
|
+
end
|
data/Gemfile.lock
CHANGED
@@ -1,90 +1,118 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
shields_up (0.
|
4
|
+
shields_up (0.22.0)
|
5
5
|
activesupport (>= 3.2, < 4.3)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actionmailer (4.
|
11
|
-
actionpack (= 4.
|
12
|
-
actionview (= 4.
|
10
|
+
actionmailer (4.2.9)
|
11
|
+
actionpack (= 4.2.9)
|
12
|
+
actionview (= 4.2.9)
|
13
|
+
activejob (= 4.2.9)
|
13
14
|
mail (~> 2.5, >= 2.5.4)
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
15
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
+
actionpack (4.2.9)
|
17
|
+
actionview (= 4.2.9)
|
18
|
+
activesupport (= 4.2.9)
|
19
|
+
rack (~> 1.6)
|
18
20
|
rack-test (~> 0.6.2)
|
19
|
-
|
20
|
-
|
21
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
+
actionview (4.2.9)
|
24
|
+
activesupport (= 4.2.9)
|
21
25
|
builder (~> 3.1)
|
22
26
|
erubis (~> 2.7.0)
|
23
|
-
|
24
|
-
|
27
|
+
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
29
|
+
activejob (4.2.9)
|
30
|
+
activesupport (= 4.2.9)
|
31
|
+
globalid (>= 0.3.0)
|
32
|
+
activemodel (4.2.9)
|
33
|
+
activesupport (= 4.2.9)
|
25
34
|
builder (~> 3.1)
|
26
|
-
activerecord (4.
|
27
|
-
activemodel (= 4.
|
28
|
-
activesupport (= 4.
|
29
|
-
arel (~>
|
30
|
-
activesupport (4.
|
31
|
-
i18n (~> 0.
|
32
|
-
json (~> 1.7, >= 1.7.7)
|
35
|
+
activerecord (4.2.9)
|
36
|
+
activemodel (= 4.2.9)
|
37
|
+
activesupport (= 4.2.9)
|
38
|
+
arel (~> 6.0)
|
39
|
+
activesupport (4.2.9)
|
40
|
+
i18n (~> 0.7)
|
33
41
|
minitest (~> 5.1)
|
34
|
-
thread_safe (~> 0.
|
42
|
+
thread_safe (~> 0.3, >= 0.3.4)
|
35
43
|
tzinfo (~> 1.1)
|
36
|
-
appraisal (2.
|
44
|
+
appraisal (2.2.0)
|
37
45
|
bundler
|
38
46
|
rake
|
39
47
|
thor (>= 0.14.0)
|
40
|
-
arel (
|
41
|
-
builder (3.2.
|
42
|
-
codeclimate-test-reporter (0.
|
43
|
-
simplecov (
|
48
|
+
arel (6.0.4)
|
49
|
+
builder (3.2.3)
|
50
|
+
codeclimate-test-reporter (1.0.8)
|
51
|
+
simplecov (<= 0.13)
|
52
|
+
concurrent-ruby (1.0.5)
|
44
53
|
docile (1.1.5)
|
45
54
|
erubis (2.7.0)
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
55
|
+
globalid (0.4.0)
|
56
|
+
activesupport (>= 4.2.0)
|
57
|
+
i18n (0.8.6)
|
58
|
+
json (2.1.0)
|
59
|
+
loofah (2.0.3)
|
60
|
+
nokogiri (>= 1.5.9)
|
61
|
+
mail (2.6.6)
|
62
|
+
mime-types (>= 1.16, < 4)
|
50
63
|
metaclass (0.0.4)
|
51
|
-
mime-types (
|
52
|
-
|
53
|
-
|
64
|
+
mime-types (3.1)
|
65
|
+
mime-types-data (~> 3.2015)
|
66
|
+
mime-types-data (3.2016.0521)
|
67
|
+
mini_portile2 (2.2.0)
|
68
|
+
minitest (5.10.3)
|
69
|
+
mocha (1.2.1)
|
54
70
|
metaclass (~> 0.0.1)
|
55
|
-
|
71
|
+
nokogiri (1.8.0)
|
72
|
+
mini_portile2 (~> 2.2.0)
|
73
|
+
rack (1.6.8)
|
56
74
|
rack-test (0.6.3)
|
57
75
|
rack (>= 1.0)
|
58
|
-
rails (4.
|
59
|
-
actionmailer (= 4.
|
60
|
-
actionpack (= 4.
|
61
|
-
actionview (= 4.
|
62
|
-
|
63
|
-
|
64
|
-
|
76
|
+
rails (4.2.9)
|
77
|
+
actionmailer (= 4.2.9)
|
78
|
+
actionpack (= 4.2.9)
|
79
|
+
actionview (= 4.2.9)
|
80
|
+
activejob (= 4.2.9)
|
81
|
+
activemodel (= 4.2.9)
|
82
|
+
activerecord (= 4.2.9)
|
83
|
+
activesupport (= 4.2.9)
|
65
84
|
bundler (>= 1.3.0, < 2.0)
|
66
|
-
railties (= 4.
|
67
|
-
sprockets-rails
|
68
|
-
|
69
|
-
|
70
|
-
|
85
|
+
railties (= 4.2.9)
|
86
|
+
sprockets-rails
|
87
|
+
rails-deprecated_sanitizer (1.0.3)
|
88
|
+
activesupport (>= 4.2.0.alpha)
|
89
|
+
rails-dom-testing (1.0.8)
|
90
|
+
activesupport (>= 4.2.0.beta, < 5.0)
|
91
|
+
nokogiri (~> 1.6)
|
92
|
+
rails-deprecated_sanitizer (>= 1.0.1)
|
93
|
+
rails-html-sanitizer (1.0.3)
|
94
|
+
loofah (~> 2.0)
|
95
|
+
railties (4.2.9)
|
96
|
+
actionpack (= 4.2.9)
|
97
|
+
activesupport (= 4.2.9)
|
71
98
|
rake (>= 0.8.7)
|
72
99
|
thor (>= 0.18.1, < 2.0)
|
73
|
-
rake (
|
74
|
-
simplecov (0.
|
100
|
+
rake (12.0.0)
|
101
|
+
simplecov (0.13.0)
|
75
102
|
docile (~> 1.1.0)
|
76
|
-
json (
|
103
|
+
json (>= 1.8, < 3)
|
77
104
|
simplecov-html (~> 0.10.0)
|
78
|
-
simplecov-html (0.10.
|
79
|
-
sprockets (3.
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
105
|
+
simplecov-html (0.10.1)
|
106
|
+
sprockets (3.7.1)
|
107
|
+
concurrent-ruby (~> 1.0)
|
108
|
+
rack (> 1, < 3)
|
109
|
+
sprockets-rails (3.2.0)
|
110
|
+
actionpack (>= 4.0)
|
111
|
+
activesupport (>= 4.0)
|
112
|
+
sprockets (>= 3.0.0)
|
113
|
+
thor (0.19.4)
|
114
|
+
thread_safe (0.3.6)
|
115
|
+
tzinfo (1.2.3)
|
88
116
|
thread_safe (~> 0.1)
|
89
117
|
|
90
118
|
PLATFORMS
|
@@ -99,4 +127,4 @@ DEPENDENCIES
|
|
99
127
|
shields_up!
|
100
128
|
|
101
129
|
BUNDLED WITH
|
102
|
-
1.
|
130
|
+
1.15.3
|
@@ -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 "codeclimate-test-reporter", :require => nil
|
10
|
+
gem "activesupport", "~> 4.2.5.1"
|
11
|
+
gem "minitest", "~> 5.1"
|
12
|
+
|
13
|
+
gemspec :path => "../"
|
@@ -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 "codeclimate-test-reporter", :require => nil
|
10
|
+
gem "activesupport", "~> 4.2.5.2"
|
11
|
+
gem "minitest", "~> 5.1"
|
12
|
+
|
13
|
+
gemspec :path => "../"
|
@@ -7,7 +7,9 @@ module ShieldsUp
|
|
7
7
|
end
|
8
8
|
end
|
9
9
|
klass.rescue_from(ShieldsUp::ParameterMissing) do |parameter_missing_exception|
|
10
|
-
render :
|
10
|
+
render text: "Required parameter missing: #{parameter_missing_exception}",
|
11
|
+
status: :bad_request,
|
12
|
+
content_type: 'text/plain'
|
11
13
|
end
|
12
14
|
end
|
13
15
|
end
|
data/lib/shields_up/version.rb
CHANGED
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.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- AppFolio
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -43,13 +43,11 @@ files:
|
|
43
43
|
- README.md
|
44
44
|
- Rakefile
|
45
45
|
- gemfiles/activesupport_3.2.gemfile
|
46
|
-
- gemfiles/activesupport_3.2.gemfile.lock
|
47
46
|
- gemfiles/activesupport_4.0.gemfile
|
48
|
-
- gemfiles/activesupport_4.0.gemfile.lock
|
49
47
|
- gemfiles/activesupport_4.1.gemfile
|
50
|
-
- gemfiles/activesupport_4.1.gemfile
|
48
|
+
- gemfiles/activesupport_4.2.5.1.gemfile
|
49
|
+
- gemfiles/activesupport_4.2.5.2.gemfile
|
51
50
|
- gemfiles/activesupport_4.2.gemfile
|
52
|
-
- gemfiles/activesupport_4.2.gemfile.lock
|
53
51
|
- lib/shields_up.rb
|
54
52
|
- lib/shields_up/exceptions.rb
|
55
53
|
- lib/shields_up/parameters.rb
|
@@ -76,9 +74,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
76
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.
|
77
|
+
rubygems_version: 2.5.2
|
80
78
|
signing_key:
|
81
79
|
specification_version: 4
|
82
80
|
summary: Mass assignment Protection made by AppFolio Inc., inspired by strong_parameters.
|
83
81
|
test_files: []
|
84
|
-
has_rdoc:
|
@@ -1,121 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
shields_up (0.20.0)
|
5
|
-
activesupport (>= 3.2, < 4.3)
|
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
|
-
power_assert (0.2.3)
|
62
|
-
rack (1.4.7)
|
63
|
-
rack-cache (1.2)
|
64
|
-
rack (>= 0.4)
|
65
|
-
rack-ssl (1.3.4)
|
66
|
-
rack
|
67
|
-
rack-test (0.6.3)
|
68
|
-
rack (>= 1.0)
|
69
|
-
rails (3.2.21)
|
70
|
-
actionmailer (= 3.2.21)
|
71
|
-
actionpack (= 3.2.21)
|
72
|
-
activerecord (= 3.2.21)
|
73
|
-
activeresource (= 3.2.21)
|
74
|
-
activesupport (= 3.2.21)
|
75
|
-
bundler (~> 1.0)
|
76
|
-
railties (= 3.2.21)
|
77
|
-
railties (3.2.21)
|
78
|
-
actionpack (= 3.2.21)
|
79
|
-
activesupport (= 3.2.21)
|
80
|
-
rack-ssl (~> 1.3.2)
|
81
|
-
rake (>= 0.8.7)
|
82
|
-
rdoc (~> 3.4)
|
83
|
-
thor (>= 0.14.6, < 2.0)
|
84
|
-
rake (10.4.2)
|
85
|
-
rdoc (3.12.2)
|
86
|
-
json (~> 1.4)
|
87
|
-
simplecov (0.10.0)
|
88
|
-
docile (~> 1.1.0)
|
89
|
-
json (~> 1.8)
|
90
|
-
simplecov-html (~> 0.10.0)
|
91
|
-
simplecov-html (0.10.0)
|
92
|
-
sprockets (2.2.3)
|
93
|
-
hike (~> 1.2)
|
94
|
-
multi_json (~> 1.0)
|
95
|
-
rack (~> 1.0)
|
96
|
-
tilt (~> 1.1, != 1.3.0)
|
97
|
-
test-unit (3.1.3)
|
98
|
-
power_assert
|
99
|
-
thor (0.19.1)
|
100
|
-
tilt (1.4.1)
|
101
|
-
treetop (1.4.15)
|
102
|
-
polyglot
|
103
|
-
polyglot (>= 0.3.1)
|
104
|
-
tzinfo (0.3.44)
|
105
|
-
|
106
|
-
PLATFORMS
|
107
|
-
ruby
|
108
|
-
|
109
|
-
DEPENDENCIES
|
110
|
-
activemodel
|
111
|
-
activesupport (~> 3.2.0)
|
112
|
-
appraisal
|
113
|
-
codeclimate-test-reporter
|
114
|
-
minitest (~> 4.0)
|
115
|
-
mocha
|
116
|
-
rails
|
117
|
-
shields_up!
|
118
|
-
test-unit (~> 3.0)
|
119
|
-
|
120
|
-
BUNDLED WITH
|
121
|
-
1.10.4
|
@@ -1,100 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
shields_up (0.20.0)
|
5
|
-
activesupport (>= 3.2, < 4.3)
|
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.2)
|
95
|
-
mocha
|
96
|
-
rails
|
97
|
-
shields_up!
|
98
|
-
|
99
|
-
BUNDLED WITH
|
100
|
-
1.10.4
|
@@ -1,104 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
shields_up (0.20.0)
|
5
|
-
activesupport (>= 3.2, < 4.3)
|
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.0)
|
96
|
-
appraisal
|
97
|
-
codeclimate-test-reporter
|
98
|
-
minitest (~> 5.1)
|
99
|
-
mocha
|
100
|
-
rails
|
101
|
-
shields_up!
|
102
|
-
|
103
|
-
BUNDLED WITH
|
104
|
-
1.10.4
|
@@ -1,129 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ../
|
3
|
-
specs:
|
4
|
-
shields_up (0.20.0)
|
5
|
-
activesupport (>= 3.2, < 4.3)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actionmailer (4.2.4)
|
11
|
-
actionpack (= 4.2.4)
|
12
|
-
actionview (= 4.2.4)
|
13
|
-
activejob (= 4.2.4)
|
14
|
-
mail (~> 2.5, >= 2.5.4)
|
15
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
16
|
-
actionpack (4.2.4)
|
17
|
-
actionview (= 4.2.4)
|
18
|
-
activesupport (= 4.2.4)
|
19
|
-
rack (~> 1.6)
|
20
|
-
rack-test (~> 0.6.2)
|
21
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
23
|
-
actionview (4.2.4)
|
24
|
-
activesupport (= 4.2.4)
|
25
|
-
builder (~> 3.1)
|
26
|
-
erubis (~> 2.7.0)
|
27
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
28
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
29
|
-
activejob (4.2.4)
|
30
|
-
activesupport (= 4.2.4)
|
31
|
-
globalid (>= 0.3.0)
|
32
|
-
activemodel (4.2.4)
|
33
|
-
activesupport (= 4.2.4)
|
34
|
-
builder (~> 3.1)
|
35
|
-
activerecord (4.2.4)
|
36
|
-
activemodel (= 4.2.4)
|
37
|
-
activesupport (= 4.2.4)
|
38
|
-
arel (~> 6.0)
|
39
|
-
activesupport (4.2.4)
|
40
|
-
i18n (~> 0.7)
|
41
|
-
json (~> 1.7, >= 1.7.7)
|
42
|
-
minitest (~> 5.1)
|
43
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
44
|
-
tzinfo (~> 1.1)
|
45
|
-
appraisal (2.1.0)
|
46
|
-
bundler
|
47
|
-
rake
|
48
|
-
thor (>= 0.14.0)
|
49
|
-
arel (6.0.3)
|
50
|
-
builder (3.2.2)
|
51
|
-
codeclimate-test-reporter (0.4.8)
|
52
|
-
simplecov (>= 0.7.1, < 1.0.0)
|
53
|
-
docile (1.1.5)
|
54
|
-
erubis (2.7.0)
|
55
|
-
globalid (0.3.6)
|
56
|
-
activesupport (>= 4.1.0)
|
57
|
-
i18n (0.7.0)
|
58
|
-
json (1.8.3)
|
59
|
-
loofah (2.0.3)
|
60
|
-
nokogiri (>= 1.5.9)
|
61
|
-
mail (2.6.3)
|
62
|
-
mime-types (>= 1.16, < 3)
|
63
|
-
metaclass (0.0.4)
|
64
|
-
mime-types (2.6.2)
|
65
|
-
mini_portile (0.6.2)
|
66
|
-
minitest (5.8.1)
|
67
|
-
mocha (1.1.0)
|
68
|
-
metaclass (~> 0.0.1)
|
69
|
-
nokogiri (1.6.6.2)
|
70
|
-
mini_portile (~> 0.6.0)
|
71
|
-
rack (1.6.4)
|
72
|
-
rack-test (0.6.3)
|
73
|
-
rack (>= 1.0)
|
74
|
-
rails (4.2.4)
|
75
|
-
actionmailer (= 4.2.4)
|
76
|
-
actionpack (= 4.2.4)
|
77
|
-
actionview (= 4.2.4)
|
78
|
-
activejob (= 4.2.4)
|
79
|
-
activemodel (= 4.2.4)
|
80
|
-
activerecord (= 4.2.4)
|
81
|
-
activesupport (= 4.2.4)
|
82
|
-
bundler (>= 1.3.0, < 2.0)
|
83
|
-
railties (= 4.2.4)
|
84
|
-
sprockets-rails
|
85
|
-
rails-deprecated_sanitizer (1.0.3)
|
86
|
-
activesupport (>= 4.2.0.alpha)
|
87
|
-
rails-dom-testing (1.0.7)
|
88
|
-
activesupport (>= 4.2.0.beta, < 5.0)
|
89
|
-
nokogiri (~> 1.6.0)
|
90
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
91
|
-
rails-html-sanitizer (1.0.2)
|
92
|
-
loofah (~> 2.0)
|
93
|
-
railties (4.2.4)
|
94
|
-
actionpack (= 4.2.4)
|
95
|
-
activesupport (= 4.2.4)
|
96
|
-
rake (>= 0.8.7)
|
97
|
-
thor (>= 0.18.1, < 2.0)
|
98
|
-
rake (10.4.2)
|
99
|
-
simplecov (0.10.0)
|
100
|
-
docile (~> 1.1.0)
|
101
|
-
json (~> 1.8)
|
102
|
-
simplecov-html (~> 0.10.0)
|
103
|
-
simplecov-html (0.10.0)
|
104
|
-
sprockets (3.4.0)
|
105
|
-
rack (> 1, < 3)
|
106
|
-
sprockets-rails (2.3.3)
|
107
|
-
actionpack (>= 3.0)
|
108
|
-
activesupport (>= 3.0)
|
109
|
-
sprockets (>= 2.8, < 4.0)
|
110
|
-
thor (0.19.1)
|
111
|
-
thread_safe (0.3.5)
|
112
|
-
tzinfo (1.2.2)
|
113
|
-
thread_safe (~> 0.1)
|
114
|
-
|
115
|
-
PLATFORMS
|
116
|
-
ruby
|
117
|
-
|
118
|
-
DEPENDENCIES
|
119
|
-
activemodel
|
120
|
-
activesupport (~> 4.2.4)
|
121
|
-
appraisal
|
122
|
-
codeclimate-test-reporter
|
123
|
-
minitest (~> 5.1)
|
124
|
-
mocha
|
125
|
-
rails
|
126
|
-
shields_up!
|
127
|
-
|
128
|
-
BUNDLED WITH
|
129
|
-
1.10.4
|