File tree Expand file tree Collapse file tree 16 files changed +35
-21
lines changed Expand file tree Collapse file tree 16 files changed +35
-21
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
N/A
10
10
11
+ ## [ 1.0.1] ( https://github.com/clarkedb/grift/releases/tag/v1.0.1 ) - 2021-11-10
12
+
13
+ This version fixes a bug that prevented most mocking features in Grift from functioning as expected.
14
+
15
+ ### Fixed
16
+
17
+ * Uses relative path for yaml config files
18
+
19
+ ### Updated
20
+
21
+ * Updates ` rubocop-performance `
22
+ * Updates ` rake `
23
+
11
24
## [ 1.0.0] ( https://github.com/clarkedb/grift/releases/tag/v1.0.0 ) - 2021-11-06
12
25
13
26
The first major version of Grift! 100% documentation and 100% code coverage.
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- grift (1.0.0 )
4
+ grift (1.0.1 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
20
20
parser (3.0.2.0 )
21
21
ast (~> 2.4.1 )
22
22
rainbow (3.0.0 )
23
- rake (12.3.3 )
23
+ rake (13.0.6 )
24
24
regexp_parser (2.1.1 )
25
25
rexml (3.2.5 )
26
26
rubocop (1.22.3 )
38
38
rubocop (>= 0.90 , < 2.0 )
39
39
rubocop-packaging (0.5.1 )
40
40
rubocop (>= 0.89 , < 2.0 )
41
- rubocop-performance (1.11.5 )
41
+ rubocop-performance (1.12.0 )
42
42
rubocop (>= 1.7.0 , < 2.0 )
43
43
rubocop-ast (>= 0.4.0 )
44
44
ruby-progressbar (1.11.0 )
Original file line number Diff line number Diff line change 131
131
132
132
</ div >
133
133
</ dt >
134
- < dd > < pre class ="code "> < span class ='tstring '> < span class ='tstring_beg '> '</ span > < span class ='tstring_content '> 1.0.0 </ span > < span class ='tstring_end '> '</ span > </ span > </ pre > </ dd >
134
+ < dd > < pre class ="code "> < span class ='tstring '> < span class ='tstring_beg '> '</ span > < span class ='tstring_content '> 1.0.1 </ span > < span class ='tstring_end '> '</ span > </ span > </ pre > </ dd >
135
135
136
136
</ dl >
137
137
@@ -1494,7 +1494,7 @@ <h3 class="signature " id="spy_on-class_method">
1494
1494
</ div >
1495
1495
1496
1496
< div id ="footer ">
1497
- Generated on Sat Nov 6 17:10:23 2021 by
1497
+ Generated on Wed Nov 10 20:07:38 2021 by
1498
1498
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
1499
1499
0.9.26 (ruby-2.7.1).
1500
1500
</ div >
Original file line number Diff line number Diff line change @@ -194,12 +194,12 @@ <h3 class="signature first" id="restricted_methods-class_method">
194
194
< pre class ="lines ">
195
195
196
196
197
- 24
198
197
25
199
- 26</ pre >
198
+ 26
199
+ 27</ pre >
200
200
</ td >
201
201
< td >
202
- < pre class ="code "> < span class ="info file "> # File 'lib/grift/config.rb', line 24 </ span >
202
+ < pre class ="code "> < span class ="info file "> # File 'lib/grift/config.rb', line 25 </ span >
203
203
204
204
< span class ='kw '> def</ span > < span class ='id identifier rubyid_restricted_methods '> restricted_methods</ span >
205
205
< span class ='ivar '> @restricted_methods</ span >
@@ -215,7 +215,7 @@ <h3 class="signature first" id="restricted_methods-class_method">
215
215
</ div >
216
216
217
217
< div id ="footer ">
218
- Generated on Sat Nov 6 17:10:23 2021 by
218
+ Generated on Wed Nov 10 20:07:38 2021 by
219
219
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
220
220
0.9.26 (ruby-2.7.1).
221
221
</ div >
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
125
125
</ div >
126
126
127
127
< div id ="footer ">
128
- Generated on Sat Nov 6 17:10:23 2021 by
128
+ Generated on Wed Nov 10 20:07:38 2021 by
129
129
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
130
130
0.9.26 (ruby-2.7.1).
131
131
</ div >
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ <h3 class="signature first" id="after_teardown-instance_method">
210
210
</ div >
211
211
212
212
< div id ="footer ">
213
- Generated on Sat Nov 6 17:10:23 2021 by
213
+ Generated on Wed Nov 10 20:07:38 2021 by
214
214
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
215
215
0.9.26 (ruby-2.7.1).
216
216
</ div >
Original file line number Diff line number Diff line change @@ -1416,7 +1416,7 @@ <h3 class="signature " id="to_s-instance_method">
1416
1416
</ div >
1417
1417
1418
1418
< div id ="footer ">
1419
- Generated on Sat Nov 6 17:10:24 2021 by
1419
+ Generated on Wed Nov 10 20:07:38 2021 by
1420
1420
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
1421
1421
0.9.26 (ruby-2.7.1).
1422
1422
</ div >
Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ <h3 class="signature " id="store-instance_method">
692
692
</ div >
693
693
694
694
< div id ="footer ">
695
- Generated on Sat Nov 6 17:10:24 2021 by
695
+ Generated on Wed Nov 10 20:07:38 2021 by
696
696
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
697
697
0.9.26 (ruby-2.7.1).
698
698
</ div >
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ <h3 class="signature " id="store-instance_method">
946
946
</ div >
947
947
948
948
< div id ="footer ">
949
- Generated on Sat Nov 6 17:10:24 2021 by
949
+ Generated on Wed Nov 10 20:07:38 2021 by
950
950
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
951
951
0.9.26 (ruby-2.7.1).
952
952
</ div >
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ <h2>Namespace Listing A-Z</h2>
166
166
</ div >
167
167
168
168
< div id ="footer ">
169
- Generated on Sat Nov 6 17:10:23 2021 by
169
+ Generated on Wed Nov 10 20:07:37 2021 by
170
170
< a href ="http://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
171
171
0.9.26 (ruby-2.7.1).
172
172
</ div >
You can’t perform that action at this time.
0 commit comments