Skip to content

Commit

Permalink
Messing with History format for announce and release.
Browse files Browse the repository at this point in the history
I know, I keep messing with that file, but I like the new
format with Darkfish.
  • Loading branch information
luislavena committed Apr 9, 2009
1 parent 6f3709f commit c9bd993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/news.rake
Expand Up @@ -41,7 +41,7 @@ if defined?(RubyForge) then
# read changes
changes = begin
h = File.read("History.txt")
h.split(/^(==+ .*)/)[1..6].join.strip
h.split(/^(===+ .*)/)[1..2].join.strip
rescue
warn "Missing History.txt"
''
Expand Down
2 changes: 1 addition & 1 deletion tasks/release.rake
Expand Up @@ -36,7 +36,7 @@ if defined?(RubyForge) then
# read changes
changes = begin
h = File.read("History.txt")
h.split(/^(==+ .*)/)[1..6].join.strip
h.split(/^(===+ .*)/)[1..2].join.strip
rescue
warn "Missing History.txt"
''
Expand Down

0 comments on commit c9bd993

Please sign in to comment.