protector 0.5.3 → 0.5.4

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.
@@ -1,123 +0,0 @@
1
- GIT
2
- remote: git://github.com/jruby/activerecord-jdbc-adapter.git
3
- revision: a77ac76d2adda35d01aa9d66cafa324b2953e5ea
4
- specs:
5
- activerecord-jdbc-adapter (1.3.0.beta2)
6
- activerecord-jdbcsqlite3-adapter (1.3.0.beta2)
7
- activerecord-jdbc-adapter (~> 1.3.0.beta2)
8
- jdbc-sqlite3 (~> 3.7.2)
9
-
10
- PATH
11
- remote: /Users/inossidabile/Repos/protector
12
- specs:
13
- protector (0.5.3)
14
- activesupport
15
- i18n
16
-
17
- GEM
18
- remote: https://rubygems.org/
19
- specs:
20
- activemodel (3.2.9)
21
- activesupport (= 3.2.9)
22
- builder (~> 3.0.0)
23
- activerecord (3.2.9)
24
- activemodel (= 3.2.9)
25
- activesupport (= 3.2.9)
26
- arel (~> 3.0.2)
27
- tzinfo (~> 0.3.29)
28
- activesupport (3.2.9)
29
- i18n (~> 0.6)
30
- multi_json (~> 1.0)
31
- appraisal (0.5.2)
32
- bundler
33
- rake
34
- arel (3.0.2)
35
- builder (3.0.4)
36
- coderay (1.0.9)
37
- colored (1.2)
38
- colorize (0.5.8)
39
- coveralls (0.6.7)
40
- colorize
41
- multi_json (~> 1.3)
42
- rest-client
43
- simplecov (>= 0.7)
44
- thor
45
- diff-lcs (1.2.4)
46
- ffi (1.8.1)
47
- ffi (1.8.1-java)
48
- formatador (0.2.4)
49
- guard (1.8.0)
50
- formatador (>= 0.2.4)
51
- listen (>= 1.0.0)
52
- lumberjack (>= 1.0.2)
53
- pry (>= 0.9.10)
54
- thor (>= 0.14.6)
55
- guard-rspec (3.0.0)
56
- guard (>= 1.8)
57
- rspec (~> 2.13)
58
- i18n (0.6.4)
59
- jdbc-sqlite3 (3.7.2)
60
- listen (1.1.3)
61
- rb-fsevent (>= 0.9.3)
62
- rb-inotify (>= 0.9)
63
- rb-kqueue (>= 0.2)
64
- lumberjack (1.0.3)
65
- method_source (0.8.1)
66
- mime-types (1.23)
67
- multi_json (1.7.4)
68
- pry (0.9.12.2)
69
- coderay (~> 1.0.5)
70
- method_source (~> 0.8)
71
- slop (~> 3.4)
72
- pry (0.9.12.2-java)
73
- coderay (~> 1.0.5)
74
- method_source (~> 0.8)
75
- slop (~> 3.4)
76
- spoon (~> 0.0)
77
- rake (10.0.4)
78
- rb-fsevent (0.9.3)
79
- rb-inotify (0.9.0)
80
- ffi (>= 0.5.0)
81
- rb-kqueue (0.2.0)
82
- ffi (>= 0.5.0)
83
- rest-client (1.6.7)
84
- mime-types (>= 1.16)
85
- rspec (2.13.0)
86
- rspec-core (~> 2.13.0)
87
- rspec-expectations (~> 2.13.0)
88
- rspec-mocks (~> 2.13.0)
89
- rspec-core (2.13.1)
90
- rspec-expectations (2.13.0)
91
- diff-lcs (>= 1.1.3, < 2.0)
92
- rspec-mocks (2.13.1)
93
- ruby-prof (0.13.0)
94
- simplecov (0.7.1)
95
- multi_json (~> 1.0)
96
- simplecov-html (~> 0.7.1)
97
- simplecov-html (0.7.1)
98
- slop (3.4.5)
99
- spoon (0.0.4)
100
- ffi
101
- sqlite3 (1.3.7)
102
- thor (0.18.1)
103
- tzinfo (0.3.37)
104
-
105
- PLATFORMS
106
- java
107
- ruby
108
-
109
- DEPENDENCIES
110
- activerecord (= 3.2.9)
111
- activerecord-jdbcsqlite3-adapter!
112
- appraisal
113
- colored
114
- coveralls
115
- guard
116
- guard-rspec
117
- jdbc-sqlite3
118
- protector!
119
- pry
120
- rake
121
- rspec
122
- ruby-prof
123
- sqlite3
@@ -1,19 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rake"
6
- gem "colored"
7
- gem "pry"
8
- gem "rspec"
9
- gem "guard"
10
- gem "guard-rspec"
11
- gem "appraisal"
12
- gem "sqlite3", :platform=>:ruby
13
- gem "jdbc-sqlite3", :platform=>:jruby, :require=>"jdbc/sqlite3"
14
- gem "coveralls", :require=>false
15
- gem "ruby-prof", :platform=>:ruby
16
- gem "activerecord", "4.0.0", :require=>"active_record"
17
- gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby, :github=>"jruby/activerecord-jdbc-adapter"
18
-
19
- gemspec :path=>"../"
@@ -1,132 +0,0 @@
1
- GIT
2
- remote: git://github.com/jruby/activerecord-jdbc-adapter.git
3
- revision: cf50772153fbf0db5e8a4a2025da32954e625df1
4
- specs:
5
- activerecord-jdbc-adapter (1.3.0.beta2)
6
- activerecord-jdbcsqlite3-adapter (1.3.0.beta2)
7
- activerecord-jdbc-adapter (~> 1.3.0.beta2)
8
- jdbc-sqlite3 (~> 3.7.2)
9
-
10
- PATH
11
- remote: /Users/inossidabile/Repos/protector
12
- specs:
13
- protector (0.5.3)
14
- activesupport
15
- i18n
16
-
17
- GEM
18
- remote: https://rubygems.org/
19
- specs:
20
- activemodel (4.0.0)
21
- activesupport (= 4.0.0)
22
- builder (~> 3.1.0)
23
- activerecord (4.0.0)
24
- activemodel (= 4.0.0)
25
- activerecord-deprecated_finders (~> 1.0.2)
26
- activesupport (= 4.0.0)
27
- arel (~> 4.0.0)
28
- activerecord-deprecated_finders (1.0.3)
29
- activesupport (4.0.0)
30
- i18n (~> 0.6, >= 0.6.4)
31
- minitest (~> 4.2)
32
- multi_json (~> 1.3)
33
- thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.37)
35
- appraisal (0.5.2)
36
- bundler
37
- rake
38
- arel (4.0.0)
39
- atomic (1.1.10)
40
- atomic (1.1.10-java)
41
- builder (3.1.4)
42
- coderay (1.0.9)
43
- colored (1.2)
44
- colorize (0.5.8)
45
- coveralls (0.6.7)
46
- colorize
47
- multi_json (~> 1.3)
48
- rest-client
49
- simplecov (>= 0.7)
50
- thor
51
- diff-lcs (1.2.4)
52
- ffi (1.9.0)
53
- ffi (1.9.0-java)
54
- formatador (0.2.4)
55
- guard (1.8.1)
56
- formatador (>= 0.2.4)
57
- listen (>= 1.0.0)
58
- lumberjack (>= 1.0.2)
59
- pry (>= 0.9.10)
60
- thor (>= 0.14.6)
61
- guard-rspec (3.0.2)
62
- guard (>= 1.8)
63
- rspec (~> 2.13)
64
- i18n (0.6.4)
65
- jdbc-sqlite3 (3.7.2)
66
- listen (1.2.2)
67
- rb-fsevent (>= 0.9.3)
68
- rb-inotify (>= 0.9)
69
- rb-kqueue (>= 0.2)
70
- lumberjack (1.0.4)
71
- method_source (0.8.1)
72
- mime-types (1.23)
73
- minitest (4.7.5)
74
- multi_json (1.7.7)
75
- pry (0.9.12.2)
76
- coderay (~> 1.0.5)
77
- method_source (~> 0.8)
78
- slop (~> 3.4)
79
- pry (0.9.12.2-java)
80
- coderay (~> 1.0.5)
81
- method_source (~> 0.8)
82
- slop (~> 3.4)
83
- spoon (~> 0.0)
84
- rake (10.1.0)
85
- rb-fsevent (0.9.3)
86
- rb-inotify (0.9.0)
87
- ffi (>= 0.5.0)
88
- rb-kqueue (0.2.0)
89
- ffi (>= 0.5.0)
90
- rest-client (1.6.7)
91
- mime-types (>= 1.16)
92
- rspec (2.13.0)
93
- rspec-core (~> 2.13.0)
94
- rspec-expectations (~> 2.13.0)
95
- rspec-mocks (~> 2.13.0)
96
- rspec-core (2.13.1)
97
- rspec-expectations (2.13.0)
98
- diff-lcs (>= 1.1.3, < 2.0)
99
- rspec-mocks (2.13.1)
100
- ruby-prof (0.13.0)
101
- simplecov (0.7.1)
102
- multi_json (~> 1.0)
103
- simplecov-html (~> 0.7.1)
104
- simplecov-html (0.7.1)
105
- slop (3.4.5)
106
- spoon (0.0.4)
107
- ffi
108
- sqlite3 (1.3.7)
109
- thor (0.18.1)
110
- thread_safe (0.1.0)
111
- atomic
112
- tzinfo (0.3.37)
113
-
114
- PLATFORMS
115
- java
116
- ruby
117
-
118
- DEPENDENCIES
119
- activerecord (= 4.0.0)
120
- activerecord-jdbcsqlite3-adapter!
121
- appraisal
122
- colored
123
- coveralls
124
- guard
125
- guard-rspec
126
- jdbc-sqlite3
127
- protector!
128
- pry
129
- rake
130
- rspec
131
- ruby-prof
132
- sqlite3
@@ -1,17 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rake"
6
- gem "colored"
7
- gem "pry"
8
- gem "rspec"
9
- gem "guard"
10
- gem "guard-rspec"
11
- gem "appraisal"
12
- gem "sqlite3", :platform=>:ruby
13
- gem "jdbc-sqlite3", :platform=>:jruby
14
- gem "coveralls", :require=>false
15
- gem "mongoid", ">= 3.1.4"
16
-
17
- gemspec :path=>"../"
@@ -1,112 +0,0 @@
1
- PATH
2
- remote: /Users/inossidabile/Repos/protector
3
- specs:
4
- protector (0.1.1)
5
- activesupport
6
- i18n
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (3.2.13)
12
- activesupport (= 3.2.13)
13
- builder (~> 3.0.0)
14
- activesupport (3.2.13)
15
- i18n (= 0.6.1)
16
- multi_json (~> 1.0)
17
- appraisal (0.5.2)
18
- bundler
19
- rake
20
- builder (3.0.4)
21
- coderay (1.0.9)
22
- colored (1.2)
23
- colorize (0.5.8)
24
- coveralls (0.6.7)
25
- colorize
26
- multi_json (~> 1.3)
27
- rest-client
28
- simplecov (>= 0.7)
29
- thor
30
- diff-lcs (1.2.4)
31
- ffi (1.8.1)
32
- ffi (1.8.1-java)
33
- formatador (0.2.4)
34
- guard (1.8.0)
35
- formatador (>= 0.2.4)
36
- listen (>= 1.0.0)
37
- lumberjack (>= 1.0.2)
38
- pry (>= 0.9.10)
39
- thor (>= 0.14.6)
40
- guard-rspec (3.0.1)
41
- guard (>= 1.8)
42
- rspec (~> 2.13)
43
- i18n (0.6.1)
44
- jdbc-sqlite3 (3.7.2.1)
45
- listen (1.1.4)
46
- rb-fsevent (>= 0.9.3)
47
- rb-inotify (>= 0.9)
48
- rb-kqueue (>= 0.2)
49
- lumberjack (1.0.3)
50
- method_source (0.8.1)
51
- mime-types (1.23)
52
- mongoid (3.1.4)
53
- activemodel (~> 3.2)
54
- moped (~> 1.4)
55
- origin (~> 1.0)
56
- tzinfo (~> 0.3.22)
57
- moped (1.5.0)
58
- multi_json (1.7.5)
59
- origin (1.1.0)
60
- pry (0.9.12.2)
61
- coderay (~> 1.0.5)
62
- method_source (~> 0.8)
63
- slop (~> 3.4)
64
- pry (0.9.12.2-java)
65
- coderay (~> 1.0.5)
66
- method_source (~> 0.8)
67
- slop (~> 3.4)
68
- spoon (~> 0.0)
69
- rake (10.0.4)
70
- rb-fsevent (0.9.3)
71
- rb-inotify (0.9.0)
72
- ffi (>= 0.5.0)
73
- rb-kqueue (0.2.0)
74
- ffi (>= 0.5.0)
75
- rest-client (1.6.7)
76
- mime-types (>= 1.16)
77
- rspec (2.13.0)
78
- rspec-core (~> 2.13.0)
79
- rspec-expectations (~> 2.13.0)
80
- rspec-mocks (~> 2.13.0)
81
- rspec-core (2.13.1)
82
- rspec-expectations (2.13.0)
83
- diff-lcs (>= 1.1.3, < 2.0)
84
- rspec-mocks (2.13.1)
85
- simplecov (0.7.1)
86
- multi_json (~> 1.0)
87
- simplecov-html (~> 0.7.1)
88
- simplecov-html (0.7.1)
89
- slop (3.4.5)
90
- spoon (0.0.4)
91
- ffi
92
- sqlite3 (1.3.7)
93
- thor (0.18.1)
94
- tzinfo (0.3.37)
95
-
96
- PLATFORMS
97
- java
98
- ruby
99
-
100
- DEPENDENCIES
101
- appraisal
102
- colored
103
- coveralls
104
- guard
105
- guard-rspec
106
- jdbc-sqlite3
107
- mongoid (>= 3.1.4)
108
- protector!
109
- pry
110
- rake
111
- rspec
112
- sqlite3
@@ -1,21 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rake"
6
- gem "colored"
7
- gem "pry"
8
- gem "rspec"
9
- gem "guard"
10
- gem "guard-rspec"
11
- gem "appraisal"
12
- gem "sqlite3", :platform=>:ruby
13
- gem "jdbc-sqlite3", :platform=>:jruby, :require=>"jdbc/sqlite3"
14
- gem "coveralls", :require=>false
15
- gem "ruby-prof", :platform=>:ruby
16
- gem "combustion", :github=>"pat/combustion"
17
- gem "rails", "3.2.13"
18
- gem "strong_parameters"
19
- gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby, :github=>"jruby/activerecord-jdbc-adapter"
20
-
21
- gemspec :path=>"../"
@@ -1,196 +0,0 @@
1
- GIT
2
- remote: git://github.com/jruby/activerecord-jdbc-adapter.git
3
- revision: cf50772153fbf0db5e8a4a2025da32954e625df1
4
- specs:
5
- activerecord-jdbc-adapter (1.3.0.beta2)
6
- activerecord-jdbcsqlite3-adapter (1.3.0.beta2)
7
- activerecord-jdbc-adapter (~> 1.3.0.beta2)
8
- jdbc-sqlite3 (~> 3.7.2)
9
-
10
- GIT
11
- remote: git://github.com/pat/combustion.git
12
- revision: 5141f8412cff75c496692f49755d38d23e587db8
13
- specs:
14
- combustion (0.5.0)
15
- activesupport (>= 3.0.0)
16
- railties (>= 3.0.0)
17
- thor (>= 0.14.6)
18
-
19
- PATH
20
- remote: /Users/inossidabile/Repos/protector
21
- specs:
22
- protector (0.5.3)
23
- activesupport
24
- i18n
25
-
26
- GEM
27
- remote: https://rubygems.org/
28
- specs:
29
- actionmailer (3.2.13)
30
- actionpack (= 3.2.13)
31
- mail (~> 2.5.3)
32
- actionpack (3.2.13)
33
- activemodel (= 3.2.13)
34
- activesupport (= 3.2.13)
35
- builder (~> 3.0.0)
36
- erubis (~> 2.7.0)
37
- journey (~> 1.0.4)
38
- rack (~> 1.4.5)
39
- rack-cache (~> 1.2)
40
- rack-test (~> 0.6.1)
41
- sprockets (~> 2.2.1)
42
- activemodel (3.2.13)
43
- activesupport (= 3.2.13)
44
- builder (~> 3.0.0)
45
- activerecord (3.2.13)
46
- activemodel (= 3.2.13)
47
- activesupport (= 3.2.13)
48
- arel (~> 3.0.2)
49
- tzinfo (~> 0.3.29)
50
- activeresource (3.2.13)
51
- activemodel (= 3.2.13)
52
- activesupport (= 3.2.13)
53
- activesupport (3.2.13)
54
- i18n (= 0.6.1)
55
- multi_json (~> 1.0)
56
- appraisal (0.5.2)
57
- bundler
58
- rake
59
- arel (3.0.2)
60
- builder (3.0.4)
61
- coderay (1.0.9)
62
- colored (1.2)
63
- colorize (0.5.8)
64
- coveralls (0.6.7)
65
- colorize
66
- multi_json (~> 1.3)
67
- rest-client
68
- simplecov (>= 0.7)
69
- thor
70
- diff-lcs (1.2.4)
71
- erubis (2.7.0)
72
- ffi (1.9.0)
73
- ffi (1.9.0-java)
74
- formatador (0.2.4)
75
- guard (1.8.1)
76
- formatador (>= 0.2.4)
77
- listen (>= 1.0.0)
78
- lumberjack (>= 1.0.2)
79
- pry (>= 0.9.10)
80
- thor (>= 0.14.6)
81
- guard-rspec (3.0.2)
82
- guard (>= 1.8)
83
- rspec (~> 2.13)
84
- hike (1.2.3)
85
- i18n (0.6.1)
86
- jdbc-sqlite3 (3.7.2)
87
- journey (1.0.4)
88
- json (1.8.0)
89
- json (1.8.0-java)
90
- listen (1.2.2)
91
- rb-fsevent (>= 0.9.3)
92
- rb-inotify (>= 0.9)
93
- rb-kqueue (>= 0.2)
94
- lumberjack (1.0.4)
95
- mail (2.5.4)
96
- mime-types (~> 1.16)
97
- treetop (~> 1.4.8)
98
- method_source (0.8.1)
99
- mime-types (1.23)
100
- multi_json (1.7.7)
101
- polyglot (0.3.3)
102
- pry (0.9.12.2)
103
- coderay (~> 1.0.5)
104
- method_source (~> 0.8)
105
- slop (~> 3.4)
106
- pry (0.9.12.2-java)
107
- coderay (~> 1.0.5)
108
- method_source (~> 0.8)
109
- slop (~> 3.4)
110
- spoon (~> 0.0)
111
- rack (1.4.5)
112
- rack-cache (1.2)
113
- rack (>= 0.4)
114
- rack-ssl (1.3.3)
115
- rack
116
- rack-test (0.6.2)
117
- rack (>= 1.0)
118
- rails (3.2.13)
119
- actionmailer (= 3.2.13)
120
- actionpack (= 3.2.13)
121
- activerecord (= 3.2.13)
122
- activeresource (= 3.2.13)
123
- activesupport (= 3.2.13)
124
- bundler (~> 1.0)
125
- railties (= 3.2.13)
126
- railties (3.2.13)
127
- actionpack (= 3.2.13)
128
- activesupport (= 3.2.13)
129
- rack-ssl (~> 1.3.2)
130
- rake (>= 0.8.7)
131
- rdoc (~> 3.4)
132
- thor (>= 0.14.6, < 2.0)
133
- rake (10.1.0)
134
- rb-fsevent (0.9.3)
135
- rb-inotify (0.9.0)
136
- ffi (>= 0.5.0)
137
- rb-kqueue (0.2.0)
138
- ffi (>= 0.5.0)
139
- rdoc (3.12.2)
140
- json (~> 1.4)
141
- rest-client (1.6.7)
142
- mime-types (>= 1.16)
143
- rspec (2.14.1)
144
- rspec-core (~> 2.14.0)
145
- rspec-expectations (~> 2.14.0)
146
- rspec-mocks (~> 2.14.0)
147
- rspec-core (2.14.2)
148
- rspec-expectations (2.14.0)
149
- diff-lcs (>= 1.1.3, < 2.0)
150
- rspec-mocks (2.14.1)
151
- ruby-prof (0.13.0)
152
- simplecov (0.7.1)
153
- multi_json (~> 1.0)
154
- simplecov-html (~> 0.7.1)
155
- simplecov-html (0.7.1)
156
- slop (3.4.5)
157
- spoon (0.0.4)
158
- ffi
159
- sprockets (2.2.2)
160
- hike (~> 1.2)
161
- multi_json (~> 1.0)
162
- rack (~> 1.0)
163
- tilt (~> 1.1, != 1.3.0)
164
- sqlite3 (1.3.7)
165
- strong_parameters (0.2.1)
166
- actionpack (~> 3.0)
167
- activemodel (~> 3.0)
168
- railties (~> 3.0)
169
- thor (0.18.1)
170
- tilt (1.4.1)
171
- treetop (1.4.14)
172
- polyglot
173
- polyglot (>= 0.3.1)
174
- tzinfo (0.3.37)
175
-
176
- PLATFORMS
177
- java
178
- ruby
179
-
180
- DEPENDENCIES
181
- activerecord-jdbcsqlite3-adapter!
182
- appraisal
183
- colored
184
- combustion!
185
- coveralls
186
- guard
187
- guard-rspec
188
- jdbc-sqlite3
189
- protector!
190
- pry
191
- rails (= 3.2.13)
192
- rake
193
- rspec
194
- ruby-prof
195
- sqlite3
196
- strong_parameters
@@ -1,20 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rake"
6
- gem "colored"
7
- gem "pry"
8
- gem "rspec"
9
- gem "guard"
10
- gem "guard-rspec"
11
- gem "appraisal"
12
- gem "sqlite3", :platform=>:ruby
13
- gem "jdbc-sqlite3", :platform=>:jruby, :require=>"jdbc/sqlite3"
14
- gem "coveralls", :require=>false
15
- gem "ruby-prof", :platform=>:ruby
16
- gem "combustion", :github=>"pat/combustion"
17
- gem "rails", "4.0.0"
18
- gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby, :github=>"jruby/activerecord-jdbc-adapter"
19
-
20
- gemspec :path=>"../"