lib/reap/default.yaml in reap-9.3.5 vs lib/reap/default.yaml in reap-9.4.0
- old
+ new
@@ -1,18 +1,18 @@
-
- announce:
- 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.
+ email:
+ server: nil # Email server to route message.
account: #{metadata.email} # Email account name [email].
- domain: rubyforge.org # Your domain. (Not sure why one needs this for an email.)
- server: smtp.goolge.com # Email server to route message.
port: 25 # Email server's port, if not secure.
- port_secure: 465 # Email server's port, if secure.
secure: false # Uses TLS security, true or false?
login: plain # Login type: plain, cram_md5 or login.
+ domain: rubyforge.org # Your domain. (Not sure why one needs this for an email.)
+ from: #{metadata.email} # Message FROM address.
+ to: #{metadata.email} # Email address(es) to send announcemnt.
+
+ announce:
+ subject: "%s v%s released" # Subject of email message. Sprintf'd against name and version.
+ template: '{ANNOUNCE}{,.txt}' # Announcement template file glob.
cutoff: 30 # How many lines of changelog to provide.
check:
loadpath: ~ # Defaults to metadata.loadpath.
exclude: [] # Files or directories to specifically exclude.
@@ -45,21 +45,21 @@
username: ~ # Account username. Deafults to ENV['RUBYFORGE_USERNAME'].
protect: [usage, statcvs, statsvn, robot.txt, wiki] # Used as defaults for creating .rsync-filter (after that edit .rsync-filter)
exclude: [.svn, scrap] # Used as defaults for creating .rsync-filter (after that edit .rsync-filter)
rdoc:
- template: html # Template to use.
- output: doc/#{metadata.project}/rdoc # Where to save rdoc files.
+ template: ~ # Template to use (defaults to ENV['RDOC_TEMPLATE'] or 'html'
+ output: doc/rdoc # Where to save rdoc files.
main: 'README{,.txt}' # Main file (pattern).
inline: true # Inline source?
merge: true # Merge code?
include: [lib, '[A-Z]*'] # Which files to include (be careful of including a Rakefile).
exclude: [] # Paths to specifically exclude. (RDOC SUCKS --THIS DOESN'T WORK!!!)
adfile: site/ads/rdoc.html # Ad file html snippet to add te html rdocs.
targets: ~ # If you need more then one rdoc set, use targets.
ri:
- output: ri # Where to save ri files.
+ output: doc/ri # Where to save ri files.
include: ~ # Defaults to metadata.loadpath.
exclude: [] # Paths to specifically exclude.
release:
username: ~ # Account username. Deafults to ENV['RUBYFORGE_USERNAME'].