lib/reap/default.yaml in reap-9.3.3 vs lib/reap/default.yaml in reap-9.3.4
- old
+ new
@@ -1,8 +1,8 @@
announce:
- template: '{ANNOUNCE,README}{,.txt}' # Announcement template file glob.
+ template: '{ANNOUNCE}{,.txt}' # Announcement template file glob.
mail_to: rubytalk@ruby-lange.org # Email address(es) to send announcemnt.
mail_from: #{metadata.email} # Message FROM address.
subject: "%s v%s released" # Subject of email message. Sprintf'd against name and version.
account: #{metadata.email} # Email account name [email].
domain: rubyforge.org # Your domain. (Not sure why one needs this for an email.)
@@ -78,10 +78,10 @@
stats:
loadpath: ~ # Defaults to metadata.loadpath.
exclude: ['ext'] # File to specifically exclude from stats.
test:
- tests: test/**/{test,tc}_*.rb # Pattern for unit test files.
+ tests: 'test/**/{test,tc}_*.rb' # Pattern for unit test files. (Looks for test/suite.rb first.)
loadpath: ~ # Defaults to metadata.loadpath.
require: [] # Any files to pre-require.
exclude: ext # ?
command: testrb # The test command.
live: false # If true, will not use loadpath setting.