newgem 0.8.0 → 0.8.1
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.
- 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