From ea5ebd62ceae74a2a9fe6754a1c5cea001078afc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 13 Jan 2015 19:43:05 +0000 Subject: modernize packaging and documentation By switching to olddoc! wrongdoc was difficult to maintain due to FFI, and olddoc is more complete anyways (no images or CSS, not just JavaScript removal). While we're at it, use the SPDX-recommended license abbreviation ("LGPL-2.1+") and specify a test-unit dependency. ref: http://80x24.org/olddoc/ --- Rakefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile deleted file mode 100644 index e8890b6..0000000 --- a/Rakefile +++ /dev/null @@ -1,28 +0,0 @@ -desc "read news article from STDIN and post to rubyforge" -task :publish_news do - require 'rubyforge' - spec = Gem::Specification.load('raindrops.gemspec') - tmp = Tempfile.new('rf-news') - _, subject, body = `git cat-file tag v#{spec.version}`.split(/\n\n/, 3) - tmp.puts subject - tmp.puts - tmp.puts spec.description.strip - tmp.puts "" - tmp.puts "* #{spec.homepage}" - tmp.puts "* #{spec.email}" - tmp.puts "* #{git_url}" - tmp.print "\nChanges:\n\n" - tmp.puts body - tmp.flush - system(ENV["VISUAL"], tmp.path) or abort "#{ENV["VISUAL"]} failed: #$?" - msg = File.readlines(tmp.path) - subject = msg.shift - blank = msg.shift - blank == "\n" or abort "no newline after subject!" - subject.strip! - body = msg.join("").strip! - - rf = RubyForge.new.configure - rf.login - rf.post_news('rainbows', subject, body) -end -- cgit v1.2.3-24-ge0c7