Sha256: 9a9f162c4246a07d3a2bfa6c97f90e80baee94606cf1d37952c786f2fd4e55ea

Contents?: true

Size: 376 Bytes

Versions: 38

Compression:

Stored size: 376 Bytes

Contents

$LOAD_PATH.unshift 'lib'

require 'tdiary/environment'
require 'tdiary/tasks'

require 'rake'
require 'rake/clean'
require 'bundler/gem_tasks' if File.exist?('tdiary.gemspec')

CLEAN.include(
	"tmp",
	"data",
	"index.rdf"
)
CLOBBER.include(
	"rdoc",
	"coverage"
)

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End:
# vim: ts=3

Version data entries

38 entries across 28 versions & 1 rubygems

Version Path
tdiary-5.0.13 Rakefile
tdiary-5.0.12.1 Rakefile
tdiary-5.0.11 Rakefile
tdiary-5.0.10 Rakefile
tdiary-5.0.9 Rakefile
tdiary-5.0.8 Rakefile
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/Rakefile
tdiary-5.0.7 Rakefile
tdiary-5.0.6 Rakefile
tdiary-5.0.5 Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.3/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/Rakefile
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/tdiary-5.0.3/Rakefile
tdiary-5.0.4 vendor/bundle/gems/tdiary-5.0.3/Rakefile
tdiary-5.0.4 Rakefile
tdiary-5.0.3 Rakefile
tdiary-5.0.2 Rakefile
tdiary-5.0.1 Rakefile