templates/common/gem_scaffold/lib/%gem_name%.rb.tt in nugem-0.8.1 vs templates/common/gem_scaffold/lib/%gem_name%.rb.tt in nugem-0.8.3
- old
+ new
@@ -8,5 +8,7 @@
# Require all Ruby files in 'lib/', except this file
Dir[File.join(__dir__, '*.rb')].each do |file|
require file unless file.end_with?('/<%= @gem_name %>.rb')
end
+
+# Write the code for your gem here