From 0c99b5e62d64d35db2f6289e107f83db9c3fdf5f Mon Sep 17 00:00:00 2001 From: martinahansen Date: Sat, 19 Mar 2011 14:15:00 +0000 Subject: [PATCH] removing align.rb code git-svn-id: http://biopieces.googlecode.com/svn/trunk@1298 74ccb610-7750-0410-82ae-013aeee3265d --- code_ruby/Maasha/lib/align.rb | 26 ---------------------- code_ruby/Maasha/test/test_align.rb | 34 ----------------------------- 2 files changed, 60 deletions(-) delete mode 100644 code_ruby/Maasha/lib/align.rb delete mode 100755 code_ruby/Maasha/test/test_align.rb diff --git a/code_ruby/Maasha/lib/align.rb b/code_ruby/Maasha/lib/align.rb deleted file mode 100644 index e1e09e4..0000000 --- a/code_ruby/Maasha/lib/align.rb +++ /dev/null @@ -1,26 +0,0 @@ -raise "Ruby 1.9 or later required" if RUBY_VERSION < "1.9" - -# Copyright (C) 2007-2011 Martin A. Hansen. - -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. - -# This program 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 General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -# http://www.gnu.org/copyleft/gpl.html - -# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - -# This software is part of the Biopieces framework (www.biopieces.org). - -# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - diff --git a/code_ruby/Maasha/test/test_align.rb b/code_ruby/Maasha/test/test_align.rb deleted file mode 100755 index aae1947..0000000 --- a/code_ruby/Maasha/test/test_align.rb +++ /dev/null @@ -1,34 +0,0 @@ -#!/usr/bin/env ruby -$:.unshift File.join(File.dirname(__FILE__),'..','lib') - -# Copyright (C) 2007-2010 Martin A. Hansen. - -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. - -# This program 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 General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - -# http://www.gnu.org/copyleft/gpl.html - -# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - -# This software is part of the Biopieces framework (www.biopieces.org). - -# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< - -require 'test/unit' -require 'align' -require 'pp' - -class AlignTest < Test::Unit::TestCase - def test_ -end -- 2.39.5