Sha256: 8daa0c1a31a478399869234928c6257cda88b3f06184b2ea9cb3a75bc9beeed9

Contents?: true

Size: 1.3 KB

Versions: 18

Compression:

Stored size: 1.3 KB

Contents

################################################################################
#
#      Author: Zachary Patten <zachary AT jovelabs DOT com>
#   Copyright: Copyright (c) Zachary Patten
#     License: Apache License, Version 2.0
#
#   Licensed under the Apache License, Version 2.0 (the "License");
#   you may not use this file except in compliance with the License.
#   You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#   Unless required by applicable law or agreed to in writing, software
#   distributed under the License is distributed on an "AS IS" BASIS,
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#   See the License for the specific language governing permissions and
#   limitations under the License.
#
################################################################################

require 'rake/clean'

require 'bundler/gem_tasks'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require 'coveralls/rake/task'
Coveralls::RakeTask.new

require 'ztk/rake/docs'

################################################################################

task :coveralls => [:spec, 'coveralls:push']
task :default => [:spec]
task :test => [:spec]

################################################################################

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
ztk-1.18.2 Rakefile
ztk-1.18.1 Rakefile
ztk-1.18.0 Rakefile
ztk-1.17.4 Rakefile
ztk-1.17.3 Rakefile
ztk-1.17.2 Rakefile
ztk-1.17.1 Rakefile
ztk-1.17.0 Rakefile
ztk-1.16.2 Rakefile
ztk-1.16.1 Rakefile
ztk-1.15.3 Rakefile
ztk-1.15.2 Rakefile
ztk-1.15.1 Rakefile
ztk-1.15.0 Rakefile
ztk-1.14.1 Rakefile
ztk-1.14.0 Rakefile
lxc-0.6.0 Rakefile
ztk-1.13.0 Rakefile