newgem 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/lib/newgem/version.rb +1 -1
- data/templates/test.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
0.8.1 - Generated test file's class name now prefixed with Test, instead of suffixed
|
2
|
+
|
1
3
|
0.8.0 - Uses hoe itself - less hypocritical
|
2
4
|
- Generated test files use name 'test_<gemname>.rb' instead of '<gemname>_test.rb' to support
|
3
5
|
ZenTest's autotest expectations of naming. Manifest updated too.
|
data/lib/newgem/version.rb
CHANGED
data/templates/test.rb
CHANGED