Sha256: 8342a18dc81f2fa5deb62c6b58ca1bbbc459f0bde39378463dd5f57802bc72bb

Contents?: true

Size: 401 Bytes

Versions: 9

Compression:

Stored size: 401 Bytes

Contents

# -*- coding: utf-8 -*-

$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

9 entries across 8 versions & 1 rubygems

Version Path
tdiary-5.0.0 Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/tdiary-4.2.0/Rakefile
tdiary-4.2.1 Rakefile
tdiary-4.2.0 Rakefile
tdiary-4.1.3 Rakefile
tdiary-4.1.2 Rakefile
tdiary-4.1.1 Rakefile
tdiary-4.1.0 Rakefile
tdiary-4.1.0.20141126 Rakefile