rfix 1.0.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.
@@ -0,0 +1,2 @@
1
+ eval_gemfile("../Gemfile")
2
+ gem "rubocop", "0.83"
@@ -0,0 +1,184 @@
1
+ GIT
2
+ remote: https://github.com/Shopify/cli-ui.git
3
+ revision: ef976df676f43a80b47249ac2390d5f12b2293d1
4
+ ref: ef976df676f4
5
+ specs:
6
+ cli-ui (1.3.0)
7
+
8
+ GIT
9
+ remote: https://github.com/oleander/git-fame-rb.git
10
+ revision: a9b9c25bbab197feaee00f9a5c970998e76f636c
11
+ ref: a9b9c25bbab1
12
+ specs:
13
+ git_fame (2.5.3)
14
+ hirb (~> 0.7.3)
15
+ memoist (~> 0.14.0)
16
+ method_profiler (~> 2.0.1)
17
+ progressbar (~> 0.21.0)
18
+ scrub_rb (~> 1.0.1)
19
+ trollop (~> 2.1.2)
20
+
21
+ PATH
22
+ remote: ..
23
+ specs:
24
+ rfix (0.2.0)
25
+ rainbow (~> 3.0)
26
+ rouge (~> 3.20)
27
+ rubocop (~> 0.80)
28
+
29
+ GEM
30
+ remote: https://rubygems.org/
31
+ specs:
32
+ activesupport (6.0.3.1)
33
+ concurrent-ruby (~> 1.0, >= 1.0.2)
34
+ i18n (>= 0.7, < 2)
35
+ minitest (~> 5.1)
36
+ tzinfo (~> 1.1)
37
+ zeitwerk (~> 2.2, >= 2.2.2)
38
+ aruba (1.0.1)
39
+ childprocess (~> 3.0)
40
+ contracts (~> 0.16.0)
41
+ cucumber (>= 2.4, < 5.0)
42
+ ffi (~> 1.9)
43
+ rspec-expectations (~> 3.4)
44
+ thor (~> 1.0)
45
+ ast (2.4.1)
46
+ builder (3.2.4)
47
+ childprocess (3.0.0)
48
+ coderay (1.1.3)
49
+ concurrent-ruby (1.1.6)
50
+ contracts (0.16.0)
51
+ cucumber (4.0.0)
52
+ builder (~> 3.2, >= 3.2.3)
53
+ cucumber-core (~> 7.0, >= 7.0.0)
54
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
55
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
56
+ cucumber-html-formatter (~> 6.0, >= 6.0.1)
57
+ cucumber-messages (~> 12.1, >= 12.1.1)
58
+ cucumber-wire (~> 3.0, >= 3.0.0)
59
+ diff-lcs (~> 1.3, >= 1.3)
60
+ multi_test (~> 0.1, >= 0.1.2)
61
+ sys-uname (~> 1.0, >= 1.0.2)
62
+ cucumber-core (7.0.0)
63
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
64
+ cucumber-messages (~> 12.1, >= 12.1.1)
65
+ cucumber-tag-expressions (~> 2.0, >= 2.0.4)
66
+ cucumber-cucumber-expressions (10.2.0)
67
+ cucumber-gherkin (13.0.0)
68
+ cucumber-messages (~> 12.0, >= 12.0.0)
69
+ cucumber-html-formatter (6.0.3)
70
+ cucumber-messages (~> 12.1, >= 12.1.1)
71
+ cucumber-messages (12.1.1)
72
+ protobuf-cucumber (~> 3.10, >= 3.10.8)
73
+ cucumber-tag-expressions (2.0.4)
74
+ cucumber-wire (3.0.0)
75
+ cucumber-core (~> 7.0, >= 7.0.0)
76
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
77
+ cucumber-messages (~> 12.1, >= 12.1.1)
78
+ diff-lcs (1.3)
79
+ ffi (1.13.1)
80
+ formatador (0.2.5)
81
+ guard (2.16.2)
82
+ formatador (>= 0.2.4)
83
+ listen (>= 2.7, < 4.0)
84
+ lumberjack (>= 1.0.12, < 2.0)
85
+ nenv (~> 0.1)
86
+ notiffany (~> 0.0)
87
+ pry (>= 0.9.12)
88
+ shellany (~> 0.0)
89
+ thor (>= 0.18.1)
90
+ guard-compat (1.2.1)
91
+ guard-rspec (4.7.3)
92
+ guard (~> 2.1)
93
+ guard-compat (~> 1.1)
94
+ rspec (>= 2.99.0, < 4.0)
95
+ hirb (0.7.3)
96
+ i18n (1.8.3)
97
+ concurrent-ruby (~> 1.0)
98
+ listen (3.2.1)
99
+ rb-fsevent (~> 0.10, >= 0.10.3)
100
+ rb-inotify (~> 0.9, >= 0.9.10)
101
+ lumberjack (1.2.5)
102
+ memoist (0.14.0)
103
+ method_profiler (2.0.1)
104
+ hirb (>= 0.6.0)
105
+ method_source (1.0.0)
106
+ middleware (0.1.0)
107
+ minitest (5.14.1)
108
+ multi_test (0.1.2)
109
+ nenv (0.3.0)
110
+ notiffany (0.1.3)
111
+ nenv (~> 0.1)
112
+ shellany (~> 0.0)
113
+ parallel (1.19.1)
114
+ parser (2.7.1.3)
115
+ ast (~> 2.4.0)
116
+ progressbar (0.21.0)
117
+ protobuf-cucumber (3.10.8)
118
+ activesupport (>= 3.2)
119
+ middleware
120
+ thor
121
+ thread_safe
122
+ pry (0.13.1)
123
+ coderay (~> 1.1)
124
+ method_source (~> 1.0)
125
+ rainbow (3.0.0)
126
+ rake (12.3.3)
127
+ rb-fsevent (0.10.4)
128
+ rb-inotify (0.10.1)
129
+ ffi (~> 1.0)
130
+ rexml (3.2.4)
131
+ rouge (3.20.0)
132
+ rspec (3.9.0)
133
+ rspec-core (~> 3.9.0)
134
+ rspec-expectations (~> 3.9.0)
135
+ rspec-mocks (~> 3.9.0)
136
+ rspec-core (3.9.2)
137
+ rspec-support (~> 3.9.3)
138
+ rspec-expectations (3.9.2)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.9.0)
141
+ rspec-mocks (3.9.1)
142
+ diff-lcs (>= 1.2.0, < 2.0)
143
+ rspec-support (~> 3.9.0)
144
+ rspec-support (3.9.3)
145
+ rubocop (0.83.0)
146
+ parallel (~> 1.10)
147
+ parser (>= 2.7.0.1)
148
+ rainbow (>= 2.2.2, < 4.0)
149
+ rexml
150
+ ruby-progressbar (~> 1.7)
151
+ unicode-display_width (>= 1.4.0, < 2.0)
152
+ ruby-progressbar (1.10.1)
153
+ scrub_rb (1.0.1)
154
+ shellany (0.0.1)
155
+ sys-uname (1.2.1)
156
+ ffi (>= 1.0.0)
157
+ thor (1.0.1)
158
+ thread_safe (0.3.6)
159
+ trollop (2.1.3)
160
+ tzinfo (1.2.7)
161
+ thread_safe (~> 0.1)
162
+ unicode-display_width (1.7.0)
163
+ zeitwerk (2.3.0)
164
+
165
+ PLATFORMS
166
+ ruby
167
+
168
+ DEPENDENCIES
169
+ aruba
170
+ cli-ui!
171
+ git_fame!
172
+ guard
173
+ guard-rspec
174
+ pry
175
+ rake (~> 12.0)
176
+ rfix!
177
+ rspec (~> 3.0)
178
+ rubocop (= 0.83)
179
+
180
+ RUBY VERSION
181
+ ruby 2.5.0p0
182
+
183
+ BUNDLED WITH
184
+ 2.1.4
@@ -0,0 +1,2 @@
1
+ eval_gemfile("../Gemfile")
2
+ gem "rubocop", "0.84"
@@ -0,0 +1,187 @@
1
+ GIT
2
+ remote: https://github.com/Shopify/cli-ui.git
3
+ revision: ef976df676f43a80b47249ac2390d5f12b2293d1
4
+ ref: ef976df676f4
5
+ specs:
6
+ cli-ui (1.3.0)
7
+
8
+ GIT
9
+ remote: https://github.com/oleander/git-fame-rb.git
10
+ revision: a9b9c25bbab197feaee00f9a5c970998e76f636c
11
+ ref: a9b9c25bbab1
12
+ specs:
13
+ git_fame (2.5.3)
14
+ hirb (~> 0.7.3)
15
+ memoist (~> 0.14.0)
16
+ method_profiler (~> 2.0.1)
17
+ progressbar (~> 0.21.0)
18
+ scrub_rb (~> 1.0.1)
19
+ trollop (~> 2.1.2)
20
+
21
+ PATH
22
+ remote: ..
23
+ specs:
24
+ rfix (0.2.0)
25
+ rainbow (~> 3.0)
26
+ rouge (~> 3.20)
27
+ rubocop (~> 0.80)
28
+
29
+ GEM
30
+ remote: https://rubygems.org/
31
+ specs:
32
+ activesupport (6.0.3.1)
33
+ concurrent-ruby (~> 1.0, >= 1.0.2)
34
+ i18n (>= 0.7, < 2)
35
+ minitest (~> 5.1)
36
+ tzinfo (~> 1.1)
37
+ zeitwerk (~> 2.2, >= 2.2.2)
38
+ aruba (1.0.1)
39
+ childprocess (~> 3.0)
40
+ contracts (~> 0.16.0)
41
+ cucumber (>= 2.4, < 5.0)
42
+ ffi (~> 1.9)
43
+ rspec-expectations (~> 3.4)
44
+ thor (~> 1.0)
45
+ ast (2.4.1)
46
+ builder (3.2.4)
47
+ childprocess (3.0.0)
48
+ coderay (1.1.3)
49
+ concurrent-ruby (1.1.6)
50
+ contracts (0.16.0)
51
+ cucumber (4.0.0)
52
+ builder (~> 3.2, >= 3.2.3)
53
+ cucumber-core (~> 7.0, >= 7.0.0)
54
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
55
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
56
+ cucumber-html-formatter (~> 6.0, >= 6.0.1)
57
+ cucumber-messages (~> 12.1, >= 12.1.1)
58
+ cucumber-wire (~> 3.0, >= 3.0.0)
59
+ diff-lcs (~> 1.3, >= 1.3)
60
+ multi_test (~> 0.1, >= 0.1.2)
61
+ sys-uname (~> 1.0, >= 1.0.2)
62
+ cucumber-core (7.0.0)
63
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
64
+ cucumber-messages (~> 12.1, >= 12.1.1)
65
+ cucumber-tag-expressions (~> 2.0, >= 2.0.4)
66
+ cucumber-cucumber-expressions (10.2.0)
67
+ cucumber-gherkin (13.0.0)
68
+ cucumber-messages (~> 12.0, >= 12.0.0)
69
+ cucumber-html-formatter (6.0.3)
70
+ cucumber-messages (~> 12.1, >= 12.1.1)
71
+ cucumber-messages (12.1.1)
72
+ protobuf-cucumber (~> 3.10, >= 3.10.8)
73
+ cucumber-tag-expressions (2.0.4)
74
+ cucumber-wire (3.0.0)
75
+ cucumber-core (~> 7.0, >= 7.0.0)
76
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
77
+ cucumber-messages (~> 12.1, >= 12.1.1)
78
+ diff-lcs (1.3)
79
+ ffi (1.13.1)
80
+ formatador (0.2.5)
81
+ guard (2.16.2)
82
+ formatador (>= 0.2.4)
83
+ listen (>= 2.7, < 4.0)
84
+ lumberjack (>= 1.0.12, < 2.0)
85
+ nenv (~> 0.1)
86
+ notiffany (~> 0.0)
87
+ pry (>= 0.9.12)
88
+ shellany (~> 0.0)
89
+ thor (>= 0.18.1)
90
+ guard-compat (1.2.1)
91
+ guard-rspec (4.7.3)
92
+ guard (~> 2.1)
93
+ guard-compat (~> 1.1)
94
+ rspec (>= 2.99.0, < 4.0)
95
+ hirb (0.7.3)
96
+ i18n (1.8.3)
97
+ concurrent-ruby (~> 1.0)
98
+ listen (3.2.1)
99
+ rb-fsevent (~> 0.10, >= 0.10.3)
100
+ rb-inotify (~> 0.9, >= 0.9.10)
101
+ lumberjack (1.2.5)
102
+ memoist (0.14.0)
103
+ method_profiler (2.0.1)
104
+ hirb (>= 0.6.0)
105
+ method_source (1.0.0)
106
+ middleware (0.1.0)
107
+ minitest (5.14.1)
108
+ multi_test (0.1.2)
109
+ nenv (0.3.0)
110
+ notiffany (0.1.3)
111
+ nenv (~> 0.1)
112
+ shellany (~> 0.0)
113
+ parallel (1.19.1)
114
+ parser (2.7.1.3)
115
+ ast (~> 2.4.0)
116
+ progressbar (0.21.0)
117
+ protobuf-cucumber (3.10.8)
118
+ activesupport (>= 3.2)
119
+ middleware
120
+ thor
121
+ thread_safe
122
+ pry (0.13.1)
123
+ coderay (~> 1.1)
124
+ method_source (~> 1.0)
125
+ rainbow (3.0.0)
126
+ rake (12.3.3)
127
+ rb-fsevent (0.10.4)
128
+ rb-inotify (0.10.1)
129
+ ffi (~> 1.0)
130
+ rexml (3.2.4)
131
+ rouge (3.20.0)
132
+ rspec (3.9.0)
133
+ rspec-core (~> 3.9.0)
134
+ rspec-expectations (~> 3.9.0)
135
+ rspec-mocks (~> 3.9.0)
136
+ rspec-core (3.9.2)
137
+ rspec-support (~> 3.9.3)
138
+ rspec-expectations (3.9.2)
139
+ diff-lcs (>= 1.2.0, < 2.0)
140
+ rspec-support (~> 3.9.0)
141
+ rspec-mocks (3.9.1)
142
+ diff-lcs (>= 1.2.0, < 2.0)
143
+ rspec-support (~> 3.9.0)
144
+ rspec-support (3.9.3)
145
+ rubocop (0.84.0)
146
+ parallel (~> 1.10)
147
+ parser (>= 2.7.0.1)
148
+ rainbow (>= 2.2.2, < 4.0)
149
+ rexml
150
+ rubocop-ast (>= 0.0.3)
151
+ ruby-progressbar (~> 1.7)
152
+ unicode-display_width (>= 1.4.0, < 2.0)
153
+ rubocop-ast (0.0.3)
154
+ parser (>= 2.7.0.1)
155
+ ruby-progressbar (1.10.1)
156
+ scrub_rb (1.0.1)
157
+ shellany (0.0.1)
158
+ sys-uname (1.2.1)
159
+ ffi (>= 1.0.0)
160
+ thor (1.0.1)
161
+ thread_safe (0.3.6)
162
+ trollop (2.1.3)
163
+ tzinfo (1.2.7)
164
+ thread_safe (~> 0.1)
165
+ unicode-display_width (1.7.0)
166
+ zeitwerk (2.3.0)
167
+
168
+ PLATFORMS
169
+ ruby
170
+
171
+ DEPENDENCIES
172
+ aruba
173
+ cli-ui!
174
+ git_fame!
175
+ guard
176
+ guard-rspec
177
+ pry
178
+ rake (~> 12.0)
179
+ rfix!
180
+ rspec (~> 3.0)
181
+ rubocop (= 0.84)
182
+
183
+ RUBY VERSION
184
+ ruby 2.5.0p0
185
+
186
+ BUNDLED WITH
187
+ 2.1.4
@@ -0,0 +1,2 @@
1
+ eval_gemfile("../Gemfile")
2
+ gem "rubocop", "0.85.0"
@@ -0,0 +1,2 @@
1
+ eval_gemfile("../Gemfile")
2
+ gem "rubocop", "0.85.1"
@@ -0,0 +1,189 @@
1
+ GIT
2
+ remote: https://github.com/Shopify/cli-ui.git
3
+ revision: ef976df676f43a80b47249ac2390d5f12b2293d1
4
+ ref: ef976df676f4
5
+ specs:
6
+ cli-ui (1.3.0)
7
+
8
+ GIT
9
+ remote: https://github.com/oleander/git-fame-rb.git
10
+ revision: a9b9c25bbab197feaee00f9a5c970998e76f636c
11
+ ref: a9b9c25bbab1
12
+ specs:
13
+ git_fame (2.5.3)
14
+ hirb (~> 0.7.3)
15
+ memoist (~> 0.14.0)
16
+ method_profiler (~> 2.0.1)
17
+ progressbar (~> 0.21.0)
18
+ scrub_rb (~> 1.0.1)
19
+ trollop (~> 2.1.2)
20
+
21
+ PATH
22
+ remote: ..
23
+ specs:
24
+ rfix (0.2.0)
25
+ rainbow (~> 3.0)
26
+ rouge (~> 3.20)
27
+ rubocop (~> 0.80)
28
+
29
+ GEM
30
+ remote: https://rubygems.org/
31
+ specs:
32
+ activesupport (6.0.3.1)
33
+ concurrent-ruby (~> 1.0, >= 1.0.2)
34
+ i18n (>= 0.7, < 2)
35
+ minitest (~> 5.1)
36
+ tzinfo (~> 1.1)
37
+ zeitwerk (~> 2.2, >= 2.2.2)
38
+ aruba (1.0.1)
39
+ childprocess (~> 3.0)
40
+ contracts (~> 0.16.0)
41
+ cucumber (>= 2.4, < 5.0)
42
+ ffi (~> 1.9)
43
+ rspec-expectations (~> 3.4)
44
+ thor (~> 1.0)
45
+ ast (2.4.1)
46
+ builder (3.2.4)
47
+ childprocess (3.0.0)
48
+ coderay (1.1.3)
49
+ concurrent-ruby (1.1.6)
50
+ contracts (0.16.0)
51
+ cucumber (4.0.0)
52
+ builder (~> 3.2, >= 3.2.3)
53
+ cucumber-core (~> 7.0, >= 7.0.0)
54
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
55
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
56
+ cucumber-html-formatter (~> 6.0, >= 6.0.1)
57
+ cucumber-messages (~> 12.1, >= 12.1.1)
58
+ cucumber-wire (~> 3.0, >= 3.0.0)
59
+ diff-lcs (~> 1.3, >= 1.3)
60
+ multi_test (~> 0.1, >= 0.1.2)
61
+ sys-uname (~> 1.0, >= 1.0.2)
62
+ cucumber-core (7.0.0)
63
+ cucumber-gherkin (~> 13.0, >= 13.0.0)
64
+ cucumber-messages (~> 12.1, >= 12.1.1)
65
+ cucumber-tag-expressions (~> 2.0, >= 2.0.4)
66
+ cucumber-cucumber-expressions (10.2.0)
67
+ cucumber-gherkin (13.0.0)
68
+ cucumber-messages (~> 12.0, >= 12.0.0)
69
+ cucumber-html-formatter (6.0.3)
70
+ cucumber-messages (~> 12.1, >= 12.1.1)
71
+ cucumber-messages (12.1.1)
72
+ protobuf-cucumber (~> 3.10, >= 3.10.8)
73
+ cucumber-tag-expressions (2.0.4)
74
+ cucumber-wire (3.0.0)
75
+ cucumber-core (~> 7.0, >= 7.0.0)
76
+ cucumber-cucumber-expressions (~> 10.1, >= 10.1.0)
77
+ cucumber-messages (~> 12.1, >= 12.1.1)
78
+ diff-lcs (1.3)
79
+ ffi (1.13.1)
80
+ formatador (0.2.5)
81
+ guard (2.16.2)
82
+ formatador (>= 0.2.4)
83
+ listen (>= 2.7, < 4.0)
84
+ lumberjack (>= 1.0.12, < 2.0)
85
+ nenv (~> 0.1)
86
+ notiffany (~> 0.0)
87
+ pry (>= 0.9.12)
88
+ shellany (~> 0.0)
89
+ thor (>= 0.18.1)
90
+ guard-compat (1.2.1)
91
+ guard-rspec (4.7.3)
92
+ guard (~> 2.1)
93
+ guard-compat (~> 1.1)
94
+ rspec (>= 2.99.0, < 4.0)
95
+ hirb (0.7.3)
96
+ i18n (1.8.3)
97
+ concurrent-ruby (~> 1.0)
98
+ listen (3.2.1)
99
+ rb-fsevent (~> 0.10, >= 0.10.3)
100
+ rb-inotify (~> 0.9, >= 0.9.10)
101
+ lumberjack (1.2.5)
102
+ memoist (0.14.0)
103
+ method_profiler (2.0.1)
104
+ hirb (>= 0.6.0)
105
+ method_source (1.0.0)
106
+ middleware (0.1.0)
107
+ minitest (5.14.1)
108
+ multi_test (0.1.2)
109
+ nenv (0.3.0)
110
+ notiffany (0.1.3)
111
+ nenv (~> 0.1)
112
+ shellany (~> 0.0)
113
+ parallel (1.19.1)
114
+ parser (2.7.1.3)
115
+ ast (~> 2.4.0)
116
+ progressbar (0.21.0)
117
+ protobuf-cucumber (3.10.8)
118
+ activesupport (>= 3.2)
119
+ middleware
120
+ thor
121
+ thread_safe
122
+ pry (0.13.1)
123
+ coderay (~> 1.1)
124
+ method_source (~> 1.0)
125
+ rainbow (3.0.0)
126
+ rake (12.3.3)
127
+ rb-fsevent (0.10.4)
128
+ rb-inotify (0.10.1)
129
+ ffi (~> 1.0)
130
+ regexp_parser (1.7.1)
131
+ rexml (3.2.4)
132
+ rouge (3.20.0)
133
+ rspec (3.9.0)
134
+ rspec-core (~> 3.9.0)
135
+ rspec-expectations (~> 3.9.0)
136
+ rspec-mocks (~> 3.9.0)
137
+ rspec-core (3.9.2)
138
+ rspec-support (~> 3.9.3)
139
+ rspec-expectations (3.9.2)
140
+ diff-lcs (>= 1.2.0, < 2.0)
141
+ rspec-support (~> 3.9.0)
142
+ rspec-mocks (3.9.1)
143
+ diff-lcs (>= 1.2.0, < 2.0)
144
+ rspec-support (~> 3.9.0)
145
+ rspec-support (3.9.3)
146
+ rubocop (0.85.1)
147
+ parallel (~> 1.10)
148
+ parser (>= 2.7.0.1)
149
+ rainbow (>= 2.2.2, < 4.0)
150
+ regexp_parser (>= 1.7)
151
+ rexml
152
+ rubocop-ast (>= 0.0.3)
153
+ ruby-progressbar (~> 1.7)
154
+ unicode-display_width (>= 1.4.0, < 2.0)
155
+ rubocop-ast (0.0.3)
156
+ parser (>= 2.7.0.1)
157
+ ruby-progressbar (1.10.1)
158
+ scrub_rb (1.0.1)
159
+ shellany (0.0.1)
160
+ sys-uname (1.2.1)
161
+ ffi (>= 1.0.0)
162
+ thor (1.0.1)
163
+ thread_safe (0.3.6)
164
+ trollop (2.1.3)
165
+ tzinfo (1.2.7)
166
+ thread_safe (~> 0.1)
167
+ unicode-display_width (1.7.0)
168
+ zeitwerk (2.3.0)
169
+
170
+ PLATFORMS
171
+ ruby
172
+
173
+ DEPENDENCIES
174
+ aruba
175
+ cli-ui!
176
+ git_fame!
177
+ guard
178
+ guard-rspec
179
+ pry
180
+ rake (~> 12.0)
181
+ rfix!
182
+ rspec (~> 3.0)
183
+ rubocop (= 0.85.1)
184
+
185
+ RUBY VERSION
186
+ ruby 2.5.0p0
187
+
188
+ BUNDLED WITH
189
+ 2.1.4