Sha256: f487a3b0f9709063d3af0522ae4ae7626db34151db6694d4d7b3d10d7e99ed32

Contents?: true

Size: 953 Bytes

Versions: 17

Compression:

Stored size: 953 Bytes

Contents

# Rakefile
#
# Copyright (C) 2013  Masafumi Yokoyama <myokoym@gmail.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

require "bundler/gem_tasks"

desc "Run test"
task :test do
  Bundler::GemHelper.install_tasks
  ruby("test/run-test.rb")
end

task :default => :test

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
feedcellar-0.7.2 Rakefile
feedcellar-web-0.4.3 Rakefile
feedcellar-0.7.1 Rakefile
feedcellar-web-0.4.2 Rakefile
feedcellar-web-0.4.1 Rakefile
feedcellar-web-0.4.0 Rakefile
feedcellar-0.7.0 Rakefile
feedcellar-web-0.3.1 Rakefile
feedcellar-web-0.3.0 Rakefile
feedcellar-web-0.2.0 Rakefile
feedcellar-0.6.0 Rakefile
feedcellar-web-0.1.0 Rakefile
feedcellar-0.5.0 Rakefile
feedcellar-gtk-0.1.0 Rakefile
feedcellar-curses-0.1.1 Rakefile
feedcellar-curses-0.1.0 Rakefile
feedcellar-0.4.1 Rakefile