routes_coverage 0.4.0 → 0.5.0

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,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.1.0)
10
- actionpack (= 5.1.0)
11
- nio4r (~> 2.0)
12
- websocket-driver (~> 0.6.1)
13
- actionmailer (5.1.0)
14
- actionpack (= 5.1.0)
15
- actionview (= 5.1.0)
16
- activejob (= 5.1.0)
17
- mail (~> 2.5, >= 2.5.4)
18
- rails-dom-testing (~> 2.0)
19
- actionpack (5.1.0)
20
- actionview (= 5.1.0)
21
- activesupport (= 5.1.0)
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.1.0)
27
- activesupport (= 5.1.0)
28
- builder (~> 3.1)
29
- erubi (~> 1.4)
30
- rails-dom-testing (~> 2.0)
31
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
32
- activejob (5.1.0)
33
- activesupport (= 5.1.0)
34
- globalid (>= 0.3.6)
35
- activemodel (5.1.0)
36
- activesupport (= 5.1.0)
37
- activerecord (5.1.0)
38
- activemodel (= 5.1.0)
39
- activesupport (= 5.1.0)
40
- arel (~> 8.0)
41
- activesupport (5.1.0)
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 (8.0.0)
51
- builder (3.2.3)
52
- concurrent-ruby (1.0.5)
53
- docile (1.1.5)
54
- erubi (1.6.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.1.0)
76
- actioncable (= 5.1.0)
77
- actionmailer (= 5.1.0)
78
- actionpack (= 5.1.0)
79
- actionview (= 5.1.0)
80
- activejob (= 5.1.0)
81
- activemodel (= 5.1.0)
82
- activerecord (= 5.1.0)
83
- activesupport (= 5.1.0)
84
- bundler (>= 1.3.0, < 2.0)
85
- railties (= 5.1.0)
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.1.0)
93
- actionpack (= 5.1.0)
94
- activesupport (= 5.1.0)
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.1.0)
128
- rake (~> 10.0)
129
- routes_coverage!
130
- sass
131
- simplecov
132
- sprockets
133
-
134
- BUNDLED WITH
135
- 1.15.1