routes_coverage 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,100 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- routes_coverage (0.4.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actionmailer (4.0.13)
10
- actionpack (= 4.0.13)
11
- mail (~> 2.5, >= 2.5.4)
12
- actionpack (4.0.13)
13
- activesupport (= 4.0.13)
14
- builder (~> 3.1.0)
15
- erubis (~> 2.7.0)
16
- rack (~> 1.5.2)
17
- rack-test (~> 0.6.2)
18
- activemodel (4.0.13)
19
- activesupport (= 4.0.13)
20
- builder (~> 3.1.0)
21
- activerecord (4.0.13)
22
- activemodel (= 4.0.13)
23
- activerecord-deprecated_finders (~> 1.0.2)
24
- activesupport (= 4.0.13)
25
- arel (~> 4.0.0)
26
- activerecord-deprecated_finders (1.0.4)
27
- activesupport (4.0.13)
28
- i18n (~> 0.6, >= 0.6.9)
29
- minitest (~> 4.2)
30
- multi_json (~> 1.3)
31
- thread_safe (~> 0.1)
32
- tzinfo (~> 0.3.37)
33
- appraisal (2.1.0)
34
- bundler
35
- rake
36
- thor (>= 0.14.0)
37
- arel (4.0.2)
38
- builder (3.1.4)
39
- concurrent-ruby (1.0.5)
40
- docile (1.1.5)
41
- erubis (2.7.0)
42
- i18n (0.8.1)
43
- json (2.0.2)
44
- mail (2.6.5)
45
- mime-types (>= 1.16, < 4)
46
- mime-types (3.1)
47
- mime-types-data (~> 3.2015)
48
- mime-types-data (3.2016.0521)
49
- minitest (4.7.5)
50
- multi_json (1.12.1)
51
- rack (1.5.5)
52
- rack-test (0.6.3)
53
- rack (>= 1.0)
54
- rails (4.0.13)
55
- actionmailer (= 4.0.13)
56
- actionpack (= 4.0.13)
57
- activerecord (= 4.0.13)
58
- activesupport (= 4.0.13)
59
- bundler (>= 1.3.0, < 2.0)
60
- railties (= 4.0.13)
61
- sprockets-rails (~> 2.0)
62
- railties (4.0.13)
63
- actionpack (= 4.0.13)
64
- activesupport (= 4.0.13)
65
- rake (>= 0.8.7)
66
- thor (>= 0.18.1, < 2.0)
67
- rake (10.5.0)
68
- sass (3.4.22)
69
- simplecov (0.14.1)
70
- docile (~> 1.1.0)
71
- json (>= 1.8, < 3)
72
- simplecov-html (~> 0.10.0)
73
- simplecov-html (0.10.0)
74
- sprockets (3.7.1)
75
- concurrent-ruby (~> 1.0)
76
- rack (> 1, < 3)
77
- sprockets-rails (2.3.3)
78
- actionpack (>= 3.0)
79
- activesupport (>= 3.0)
80
- sprockets (>= 2.8, < 4.0)
81
- thor (0.19.4)
82
- thread_safe (0.3.6)
83
- tzinfo (0.3.53)
84
-
85
- PLATFORMS
86
- ruby
87
-
88
- DEPENDENCIES
89
- appraisal
90
- bundler (~> 1.14)
91
- minitest
92
- rails (~> 4.0.0)
93
- rake (~> 10.0)
94
- routes_coverage!
95
- sass
96
- simplecov
97
- sprockets
98
-
99
- BUNDLED WITH
100
- 1.15.1
@@ -1,11 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~>4.0.0"
6
- gem "simplecov", require: false
7
- gem "sprockets"
8
- gem "sass"
9
- gem "rspec-rails"
10
-
11
- gemspec path: "../"
@@ -1,119 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- routes_coverage (0.4.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actionmailer (4.0.13)
10
- actionpack (= 4.0.13)
11
- mail (~> 2.5, >= 2.5.4)
12
- actionpack (4.0.13)
13
- activesupport (= 4.0.13)
14
- builder (~> 3.1.0)
15
- erubis (~> 2.7.0)
16
- rack (~> 1.5.2)
17
- rack-test (~> 0.6.2)
18
- activemodel (4.0.13)
19
- activesupport (= 4.0.13)
20
- builder (~> 3.1.0)
21
- activerecord (4.0.13)
22
- activemodel (= 4.0.13)
23
- activerecord-deprecated_finders (~> 1.0.2)
24
- activesupport (= 4.0.13)
25
- arel (~> 4.0.0)
26
- activerecord-deprecated_finders (1.0.4)
27
- activesupport (4.0.13)
28
- i18n (~> 0.6, >= 0.6.9)
29
- minitest (~> 4.2)
30
- multi_json (~> 1.3)
31
- thread_safe (~> 0.1)
32
- tzinfo (~> 0.3.37)
33
- appraisal (2.2.0)
34
- bundler
35
- rake
36
- thor (>= 0.14.0)
37
- arel (4.0.2)
38
- builder (3.1.4)
39
- concurrent-ruby (1.0.5)
40
- diff-lcs (1.2.5)
41
- docile (1.1.5)
42
- erubis (2.7.0)
43
- i18n (0.8.1)
44
- json (2.0.2)
45
- mail (2.6.5)
46
- mime-types (>= 1.16, < 4)
47
- mime-types (3.1)
48
- mime-types-data (~> 3.2015)
49
- mime-types-data (3.2016.0521)
50
- minitest (4.7.5)
51
- multi_json (1.12.1)
52
- rack (1.5.5)
53
- rack-test (0.6.3)
54
- rack (>= 1.0)
55
- rails (4.0.13)
56
- actionmailer (= 4.0.13)
57
- actionpack (= 4.0.13)
58
- activerecord (= 4.0.13)
59
- activesupport (= 4.0.13)
60
- bundler (>= 1.3.0, < 2.0)
61
- railties (= 4.0.13)
62
- sprockets-rails (~> 2.0)
63
- railties (4.0.13)
64
- actionpack (= 4.0.13)
65
- activesupport (= 4.0.13)
66
- rake (>= 0.8.7)
67
- thor (>= 0.18.1, < 2.0)
68
- rake (10.5.0)
69
- rspec-core (3.5.4)
70
- rspec-support (~> 3.5.0)
71
- rspec-expectations (3.5.0)
72
- diff-lcs (>= 1.2.0, < 2.0)
73
- rspec-support (~> 3.5.0)
74
- rspec-mocks (3.5.0)
75
- diff-lcs (>= 1.2.0, < 2.0)
76
- rspec-support (~> 3.5.0)
77
- rspec-rails (3.5.2)
78
- actionpack (>= 3.0)
79
- activesupport (>= 3.0)
80
- railties (>= 3.0)
81
- rspec-core (~> 3.5.0)
82
- rspec-expectations (~> 3.5.0)
83
- rspec-mocks (~> 3.5.0)
84
- rspec-support (~> 3.5.0)
85
- rspec-support (3.5.0)
86
- sass (3.4.22)
87
- simplecov (0.14.1)
88
- docile (~> 1.1.0)
89
- json (>= 1.8, < 3)
90
- simplecov-html (~> 0.10.0)
91
- simplecov-html (0.10.0)
92
- sprockets (3.7.1)
93
- concurrent-ruby (~> 1.0)
94
- rack (> 1, < 3)
95
- sprockets-rails (2.3.3)
96
- actionpack (>= 3.0)
97
- activesupport (>= 3.0)
98
- sprockets (>= 2.8, < 4.0)
99
- thor (0.19.4)
100
- thread_safe (0.3.6)
101
- tzinfo (0.3.53)
102
-
103
- PLATFORMS
104
- ruby
105
-
106
- DEPENDENCIES
107
- appraisal
108
- bundler (~> 1.14)
109
- minitest
110
- rails (~> 4.0.0)
111
- rake (~> 10.0)
112
- routes_coverage!
113
- rspec-rails
114
- sass
115
- simplecov
116
- sprockets
117
-
118
- BUNDLED WITH
119
- 1.15.1
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~>4.0.0"
6
- gem "simplecov"
7
- gem "sprockets"
8
- gem "sass"
9
-
10
- gemspec path: "../"
@@ -1,100 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- routes_coverage (0.4.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actionmailer (4.0.13)
10
- actionpack (= 4.0.13)
11
- mail (~> 2.5, >= 2.5.4)
12
- actionpack (4.0.13)
13
- activesupport (= 4.0.13)
14
- builder (~> 3.1.0)
15
- erubis (~> 2.7.0)
16
- rack (~> 1.5.2)
17
- rack-test (~> 0.6.2)
18
- activemodel (4.0.13)
19
- activesupport (= 4.0.13)
20
- builder (~> 3.1.0)
21
- activerecord (4.0.13)
22
- activemodel (= 4.0.13)
23
- activerecord-deprecated_finders (~> 1.0.2)
24
- activesupport (= 4.0.13)
25
- arel (~> 4.0.0)
26
- activerecord-deprecated_finders (1.0.4)
27
- activesupport (4.0.13)
28
- i18n (~> 0.6, >= 0.6.9)
29
- minitest (~> 4.2)
30
- multi_json (~> 1.3)
31
- thread_safe (~> 0.1)
32
- tzinfo (~> 0.3.37)
33
- appraisal (2.2.0)
34
- bundler
35
- rake
36
- thor (>= 0.14.0)
37
- arel (4.0.2)
38
- builder (3.1.4)
39
- concurrent-ruby (1.0.5)
40
- docile (1.1.5)
41
- erubis (2.7.0)
42
- i18n (0.8.1)
43
- json (1.8.6)
44
- mail (2.6.5)
45
- mime-types (>= 1.16, < 4)
46
- mime-types (3.1)
47
- mime-types-data (~> 3.2015)
48
- mime-types-data (3.2016.0521)
49
- minitest (4.7.5)
50
- multi_json (1.12.1)
51
- rack (1.5.5)
52
- rack-test (0.6.3)
53
- rack (>= 1.0)
54
- rails (4.0.13)
55
- actionmailer (= 4.0.13)
56
- actionpack (= 4.0.13)
57
- activerecord (= 4.0.13)
58
- activesupport (= 4.0.13)
59
- bundler (>= 1.3.0, < 2.0)
60
- railties (= 4.0.13)
61
- sprockets-rails (~> 2.0)
62
- railties (4.0.13)
63
- actionpack (= 4.0.13)
64
- activesupport (= 4.0.13)
65
- rake (>= 0.8.7)
66
- thor (>= 0.18.1, < 2.0)
67
- rake (10.5.0)
68
- sass (3.4.22)
69
- simplecov (0.14.1)
70
- docile (~> 1.1.0)
71
- json (>= 1.8, < 3)
72
- simplecov-html (~> 0.10.0)
73
- simplecov-html (0.10.0)
74
- sprockets (3.7.1)
75
- concurrent-ruby (~> 1.0)
76
- rack (> 1, < 3)
77
- sprockets-rails (2.3.3)
78
- actionpack (>= 3.0)
79
- activesupport (>= 3.0)
80
- sprockets (>= 2.8, < 4.0)
81
- thor (0.19.4)
82
- thread_safe (0.3.6)
83
- tzinfo (0.3.53)
84
-
85
- PLATFORMS
86
- ruby
87
-
88
- DEPENDENCIES
89
- appraisal
90
- bundler (~> 1.14)
91
- minitest
92
- rails (~> 4.0.0)
93
- rake (~> 10.0)
94
- routes_coverage!
95
- sass
96
- simplecov
97
- sprockets
98
-
99
- BUNDLED WITH
100
- 1.15.1
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~>4.2.0"
6
- gem "simplecov", require: false
7
- gem "sprockets"
8
- gem "sass"
9
-
10
- gemspec path: "../"
@@ -1,129 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- routes_coverage (0.4.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actionmailer (4.2.7.1)
10
- actionpack (= 4.2.7.1)
11
- actionview (= 4.2.7.1)
12
- activejob (= 4.2.7.1)
13
- mail (~> 2.5, >= 2.5.4)
14
- rails-dom-testing (~> 1.0, >= 1.0.5)
15
- actionpack (4.2.7.1)
16
- actionview (= 4.2.7.1)
17
- activesupport (= 4.2.7.1)
18
- rack (~> 1.6)
19
- rack-test (~> 0.6.2)
20
- rails-dom-testing (~> 1.0, >= 1.0.5)
21
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
22
- actionview (4.2.7.1)
23
- activesupport (= 4.2.7.1)
24
- builder (~> 3.1)
25
- erubis (~> 2.7.0)
26
- rails-dom-testing (~> 1.0, >= 1.0.5)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- activejob (4.2.7.1)
29
- activesupport (= 4.2.7.1)
30
- globalid (>= 0.3.0)
31
- activemodel (4.2.7.1)
32
- activesupport (= 4.2.7.1)
33
- builder (~> 3.1)
34
- activerecord (4.2.7.1)
35
- activemodel (= 4.2.7.1)
36
- activesupport (= 4.2.7.1)
37
- arel (~> 6.0)
38
- activesupport (4.2.7.1)
39
- i18n (~> 0.7)
40
- json (~> 1.7, >= 1.7.7)
41
- minitest (~> 5.1)
42
- thread_safe (~> 0.3, >= 0.3.4)
43
- tzinfo (~> 1.1)
44
- appraisal (2.1.0)
45
- bundler
46
- rake
47
- thor (>= 0.14.0)
48
- arel (6.0.3)
49
- builder (3.2.3)
50
- concurrent-ruby (1.0.5)
51
- docile (1.1.5)
52
- erubis (2.7.0)
53
- globalid (0.3.7)
54
- activesupport (>= 4.1.0)
55
- i18n (0.8.1)
56
- json (1.8.6)
57
- loofah (2.0.3)
58
- nokogiri (>= 1.5.9)
59
- mail (2.6.5)
60
- mime-types (>= 1.16, < 4)
61
- mime-types (3.1)
62
- mime-types-data (~> 3.2015)
63
- mime-types-data (3.2016.0521)
64
- mini_portile2 (2.1.0)
65
- minitest (5.10.1)
66
- nokogiri (1.6.8.1)
67
- mini_portile2 (~> 2.1.0)
68
- rack (1.6.4)
69
- rack-test (0.6.3)
70
- rack (>= 1.0)
71
- rails (4.2.7.1)
72
- actionmailer (= 4.2.7.1)
73
- actionpack (= 4.2.7.1)
74
- actionview (= 4.2.7.1)
75
- activejob (= 4.2.7.1)
76
- activemodel (= 4.2.7.1)
77
- activerecord (= 4.2.7.1)
78
- activesupport (= 4.2.7.1)
79
- bundler (>= 1.3.0, < 2.0)
80
- railties (= 4.2.7.1)
81
- sprockets-rails
82
- rails-deprecated_sanitizer (1.0.3)
83
- activesupport (>= 4.2.0.alpha)
84
- rails-dom-testing (1.0.7)
85
- activesupport (>= 4.2.0.beta, < 5.0)
86
- nokogiri (~> 1.6.0)
87
- rails-deprecated_sanitizer (>= 1.0.1)
88
- rails-html-sanitizer (1.0.3)
89
- loofah (~> 2.0)
90
- railties (4.2.7.1)
91
- actionpack (= 4.2.7.1)
92
- activesupport (= 4.2.7.1)
93
- rake (>= 0.8.7)
94
- thor (>= 0.18.1, < 2.0)
95
- rake (10.5.0)
96
- sass (3.4.22)
97
- simplecov (0.14.1)
98
- docile (~> 1.1.0)
99
- json (>= 1.8, < 3)
100
- simplecov-html (~> 0.10.0)
101
- simplecov-html (0.10.0)
102
- sprockets (3.7.1)
103
- concurrent-ruby (~> 1.0)
104
- rack (> 1, < 3)
105
- sprockets-rails (3.2.0)
106
- actionpack (>= 4.0)
107
- activesupport (>= 4.0)
108
- sprockets (>= 3.0.0)
109
- thor (0.19.4)
110
- thread_safe (0.3.6)
111
- tzinfo (1.2.2)
112
- thread_safe (~> 0.1)
113
-
114
- PLATFORMS
115
- ruby
116
-
117
- DEPENDENCIES
118
- appraisal
119
- bundler (~> 1.14)
120
- minitest
121
- rails (~> 4.2.0)
122
- rake (~> 10.0)
123
- routes_coverage!
124
- sass
125
- simplecov
126
- sprockets
127
-
128
- BUNDLED WITH
129
- 1.15.1
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~>5.0.0"
6
- gem "simplecov", require: false
7
- gem "sprockets"
8
- gem "sass"
9
-
10
- gemspec path: "../"
@@ -1,135 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- routes_coverage (0.4.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- actioncable (5.0.2)
10
- actionpack (= 5.0.2)
11
- nio4r (>= 1.2, < 3.0)
12
- websocket-driver (~> 0.6.1)
13
- actionmailer (5.0.2)
14
- actionpack (= 5.0.2)
15
- actionview (= 5.0.2)
16
- activejob (= 5.0.2)
17
- mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 2.0)
19
- actionpack (5.0.2)
20
- actionview (= 5.0.2)
21
- activesupport (= 5.0.2)
22
- rack (~> 2.0)
23
- rack-test (~> 0.6.3)
24
- rails-dom-testing (~> 2.0)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- actionview (5.0.2)
27
- activesupport (= 5.0.2)
28
- builder (~> 3.1)
29
- erubis (~> 2.7.0)
30
- rails-dom-testing (~> 2.0)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.0.2)
33
- activesupport (= 5.0.2)
34
- globalid (>= 0.3.6)
35
- activemodel (5.0.2)
36
- activesupport (= 5.0.2)
37
- activerecord (5.0.2)
38
- activemodel (= 5.0.2)
39
- activesupport (= 5.0.2)
40
- arel (~> 7.0)
41
- activesupport (5.0.2)
42
- concurrent-ruby (~> 1.0, >= 1.0.2)
43
- i18n (~> 0.7)
44
- minitest (~> 5.1)
45
- tzinfo (~> 1.1)
46
- appraisal (2.2.0)
47
- bundler
48
- rake
49
- thor (>= 0.14.0)
50
- arel (7.1.4)
51
- builder (3.2.3)
52
- concurrent-ruby (1.0.5)
53
- docile (1.1.5)
54
- erubis (2.7.0)
55
- globalid (0.4.0)
56
- activesupport (>= 4.2.0)
57
- i18n (0.8.1)
58
- json (2.0.2)
59
- loofah (2.0.3)
60
- nokogiri (>= 1.5.9)
61
- mail (2.6.5)
62
- mime-types (>= 1.16, < 4)
63
- method_source (0.8.2)
64
- mime-types (3.1)
65
- mime-types-data (~> 3.2015)
66
- mime-types-data (3.2016.0521)
67
- mini_portile2 (2.1.0)
68
- minitest (5.10.2)
69
- nio4r (2.0.0)
70
- nokogiri (1.7.2)
71
- mini_portile2 (~> 2.1.0)
72
- rack (2.0.2)
73
- rack-test (0.6.3)
74
- rack (>= 1.0)
75
- rails (5.0.2)
76
- actioncable (= 5.0.2)
77
- actionmailer (= 5.0.2)
78
- actionpack (= 5.0.2)
79
- actionview (= 5.0.2)
80
- activejob (= 5.0.2)
81
- activemodel (= 5.0.2)
82
- activerecord (= 5.0.2)
83
- activesupport (= 5.0.2)
84
- bundler (>= 1.3.0, < 2.0)
85
- railties (= 5.0.2)
86
- sprockets-rails (>= 2.0.0)
87
- rails-dom-testing (2.0.3)
88
- activesupport (>= 4.2.0)
89
- nokogiri (>= 1.6)
90
- rails-html-sanitizer (1.0.3)
91
- loofah (~> 2.0)
92
- railties (5.0.2)
93
- actionpack (= 5.0.2)
94
- activesupport (= 5.0.2)
95
- method_source
96
- rake (>= 0.8.7)
97
- thor (>= 0.18.1, < 2.0)
98
- rake (10.5.0)
99
- sass (3.4.22)
100
- simplecov (0.14.1)
101
- docile (~> 1.1.0)
102
- json (>= 1.8, < 3)
103
- simplecov-html (~> 0.10.0)
104
- simplecov-html (0.10.0)
105
- sprockets (3.7.1)
106
- concurrent-ruby (~> 1.0)
107
- rack (> 1, < 3)
108
- sprockets-rails (3.2.0)
109
- actionpack (>= 4.0)
110
- activesupport (>= 4.0)
111
- sprockets (>= 3.0.0)
112
- thor (0.19.4)
113
- thread_safe (0.3.6)
114
- tzinfo (1.2.3)
115
- thread_safe (~> 0.1)
116
- websocket-driver (0.6.5)
117
- websocket-extensions (>= 0.1.0)
118
- websocket-extensions (0.1.2)
119
-
120
- PLATFORMS
121
- ruby
122
-
123
- DEPENDENCIES
124
- appraisal
125
- bundler (~> 1.14)
126
- minitest
127
- rails (~> 5.0.0)
128
- rake (~> 10.0)
129
- routes_coverage!
130
- sass
131
- simplecov
132
- sprockets
133
-
134
- BUNDLED WITH
135
- 1.15.1
@@ -1,10 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "rails", "~>5.1.0"
6
- gem "simplecov", require: false
7
- gem "sprockets"
8
- gem "sass"
9
-
10
- gemspec path: "../"