Skip to content

Commit dd455b5

Browse files
authored
Merge pull request #30 from clarkedb/develop
v1.0.1
2 parents 2afc542 + 380ff43 commit dd455b5

16 files changed

+35
-21
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
N/A
1010

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+
1124
## [1.0.0](https://github.com/clarkedb/grift/releases/tag/v1.0.0) - 2021-11-06
1225

1326
The first major version of Grift! 100% documentation and 100% code coverage.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
grift (1.0.0)
4+
grift (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/
@@ -20,7 +20,7 @@ GEM
2020
parser (3.0.2.0)
2121
ast (~> 2.4.1)
2222
rainbow (3.0.0)
23-
rake (12.3.3)
23+
rake (13.0.6)
2424
regexp_parser (2.1.1)
2525
rexml (3.2.5)
2626
rubocop (1.22.3)
@@ -38,7 +38,7 @@ GEM
3838
rubocop (>= 0.90, < 2.0)
3939
rubocop-packaging (0.5.1)
4040
rubocop (>= 0.89, < 2.0)
41-
rubocop-performance (1.11.5)
41+
rubocop-performance (1.12.0)
4242
rubocop (>= 1.7.0, < 2.0)
4343
rubocop-ast (>= 0.4.0)
4444
ruby-progressbar (1.11.0)

docs/Grift.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>
131131

132132
</div>
133133
</dt>
134-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>
134+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.0.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
135135

136136
</dl>
137137

@@ -1494,7 +1494,7 @@ <h3 class="signature " id="spy_on-class_method">
14941494
</div>
14951495

14961496
<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
14981498
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
14991499
0.9.26 (ruby-2.7.1).
15001500
</div>

docs/Grift/Config.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ <h3 class="signature first" id="restricted_methods-class_method">
194194
<pre class="lines">
195195

196196

197-
24
198197
25
199-
26</pre>
198+
26
199+
27</pre>
200200
</td>
201201
<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>
203203

204204
<span class='kw'>def</span> <span class='id identifier rubyid_restricted_methods'>restricted_methods</span>
205205
<span class='ivar'>@restricted_methods</span>
@@ -215,7 +215,7 @@ <h3 class="signature first" id="restricted_methods-class_method">
215215
</div>
216216

217217
<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
219219
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
220220
0.9.26 (ruby-2.7.1).
221221
</div>

docs/Grift/Error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>Overview</h2><div class="docstring">
125125
</div>
126126

127127
<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
129129
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130130
0.9.26 (ruby-2.7.1).
131131
</div>

docs/Grift/MinitestPlugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3 class="signature first" id="after_teardown-instance_method">
210210
</div>
211211

212212
<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
214214
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
215215
0.9.26 (ruby-2.7.1).
216216
</div>

docs/Grift/MockMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ <h3 class="signature " id="to_s-instance_method">
14161416
</div>
14171417

14181418
<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
14201420
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
14211421
0.9.26 (ruby-2.7.1).
14221422
</div>

docs/Grift/MockMethod/MockExecutions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ <h3 class="signature " id="store-instance_method">
692692
</div>
693693

694694
<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
696696
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
697697
0.9.26 (ruby-2.7.1).
698698
</div>

docs/Grift/MockStore.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ <h3 class="signature " id="store-instance_method">
946946
</div>
947947

948948
<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
950950
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
951951
0.9.26 (ruby-2.7.1).
952952
</div>

docs/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2>Namespace Listing A-Z</h2>
166166
</div>
167167

168168
<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
170170
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
171171
0.9.26 (ruby-2.7.1).
172172
</div>

0 commit comments

Comments
 (0)