From 4c3dbf0c143813b3e437cf69e262ebfcb31168a3 Mon Sep 17 00:00:00 2001 From: Carlos Agarie Date: Sun, 20 Apr 2014 12:45:32 -0300 Subject: [PATCH] Removed BioRuby-related comment This comment is unnecessary as this is a general scientific gem. --- lib/statsample-timeseries.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/statsample-timeseries.rb b/lib/statsample-timeseries.rb index c43737d..2e664f5 100644 --- a/lib/statsample-timeseries.rb +++ b/lib/statsample-timeseries.rb @@ -1,13 +1,3 @@ -# Please require your code below, respecting the naming conventions in the -# bioruby directory tree. -# -# For example, say you have a plugin named bio-plugin, the only uncommented -# line in this file would be -# -# require 'bio/bio-plugin/plugin' -# -# In this file only require other files. Avoid other source code. - require 'statsample' require 'statsample-timeseries/version'