Sha256: f7ba3cc47c975da7a577e51a0faf70b889140d3acacbc5a37f7bb13e18446612

Contents?: true

Size: 296 Bytes

Versions: 25

Compression:

Stored size: 296 Bytes

Contents

require 'rubygems'
require 'rake'
require 'rake/clean'
require 'fileutils'
include FileUtils

$:.unshift 'lib'
require 'config/hoe' # setup Hoe + all gem configuration
require 'config/svn_branch' # install svn_branch tasks if gem available
require 'newgem/tasks' # load /tasks/*.rake

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
newgem-0.13.2 Rakefile
newgem-0.13.0 Rakefile
newgem-0.13.1 Rakefile
newgem-0.13.4 Rakefile
newgem-0.13.3 Rakefile
newgem-0.14.1 Rakefile
newgem-0.15.0 Rakefile
newgem-0.14.2 Rakefile
newgem-0.13.5 Rakefile
newgem-0.14.0 Rakefile
newgem-0.19.0 Rakefile
newgem-0.16.0 Rakefile
newgem-0.16.1 Rakefile
newgem-0.17.0 Rakefile
newgem-0.17.1 Rakefile
newgem-0.18.0 Rakefile
newgem-0.20.0 Rakefile
newgem-0.19.1 Rakefile
newgem-0.21.0 Rakefile
newgem-0.20.1 Rakefile