Sha256: 204cb4e18f94521d671d7b8ab07cb6054c1459e4c3957a0c1b835d5c8634837d
Contents?: true
Size: 670 Bytes
Versions: 2
Compression:
Stored size: 670 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/repertoire/version.rb' Hoe.new('repertoire', Repertoire::VERSION) do |p| p.rubyforge_name = 'repertoire' p.author = 'Postmodern Modulus III' p.email = 'postmodern.mod3@gmail.com' p.summary = "R'epertoire is a Ruby library and utility for quickly checking-out and updating code-bases from various SCMs. R'epertoire currently supports Subversion, Darcs, CVS, and even RSync." p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") end # vim: syntax=Ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
repertoire-0.1.0 | Rakefile |
repertoire-0.1.1 | Rakefile |