Kouhei Sutou
null+****@clear*****
Wed Jan 29 15:10:13 JST 2014
Kouhei Sutou 2014-01-29 15:10:13 +0900 (Wed, 29 Jan 2014) New Revision: b589d0458efeba1e3b04361621cf9583024fced5 https://github.com/droonga/drnbench/commit/b589d0458efeba1e3b04361621cf9583024fced5 Message: Remove needless code Modified files: Rakefile Modified: Rakefile (+0 -11) =================================================================== --- Rakefile 2014-01-29 15:08:58 +0900 (dbb5a46) +++ Rakefile 2014-01-29 15:10:13 +0900 (658ca9e) @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -require "rubygems" -require "rubygems/package_task" require "bundler/gem_helper" base_dir = File.join(File.dirname(__FILE__)) @@ -27,12 +25,3 @@ end helper.install spec = helper.gemspec - -Gem::PackageTask.new(spec) do |pkg| -end - -task :test do - ruby("test/run-test.rb") -end - -task :default => :test -------------- next part -------------- HTML����������������������������...Download