My Recent Pastes (106 and counting)
Pastes by kiba (106 and counting)
Below are the 15 most recent pasties by kiba.
April 01, 2007
4:33PM EDT
by kiba
View all 115 lines
#RAKEFILE require 'spec/rake/spectask' #Rules for all tasks. task :run => [:build,:test]
March 31, 2007
5:21PM EDT
by kiba
View all 93 lines
#Copyright (C) 2006-2007 by Han Dao # 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
March 31, 2007
4:50PM EDT
by kiba
View all 65 lines
#Copyright (C) 2006-2007 by Han Dao # 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
March 31, 2007
2:57PM EDT
by kiba
View all 11 lines
desc "Run all tests for rbgooey with rcov" Spec::Rake::SpecTask.new('gui') do |t| t.spec_files = FileList['rbgooey/test/*.rb'] t.rcov = true t.ruby_opts ['--exclude', 'lib\/spec,bin\/spec']
March 31, 2007
2:10PM EDT
by kiba
View all 14 lines
desc "Run all tests for rbgooey with rcov" Spec::Rake::SpecTask.new('gui') do |t| t.spec_files = FileList['rbgooey/test/*.rb'] t.rcov = true t.ruby_opts = ['-x', '/usr/local/lib/site_ruby']
March 31, 2007
1:51PM EDT
by kiba
View all 9 lines
desc "Run all tests for rbgooey with rcov" Spec::Rake::SpecTask.new('gui') do |t| t.spec_files = FileList['rbgooey/test/*.rb'] t.rcov = true t.ruby_opts ['--exclude', 'lib\/spec,bin\/spec']
March 31, 2007
1:51PM EDT
by kiba
View all 6 lines
desc "Run all tests for rbgooey with rcov" Spec::Rake::SpecTask.new('gui') do |t| t.spec_files = FileList['rbgooey/test/*.rb'] t.rcov = true t.ruby_opts ['--exclude', 'lib\/spec,bin\/spec']
March 31, 2007
1:42PM EDT
by kiba
View all 6 lines
desc "Run all tests for rbgooey with rcov" Spec::Rake::SpecTask.new('gui') do |t| t.spec_files = FileList['rbgooey/test/*.rb'] t.rcov = true t.ruby_opts ['--exclude', 'lib\/spec,bin\/spec']
March 31, 2007
11:07AM EDT
by kiba
View all 40 lines
#Copyright (C) 2006-2007 by Han Dao #This is an example program that demostrate the widget system # 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
March 30, 2007
7:23PM EDT
by kiba
View all 198 lines
#Copyright (C) 2007 by Han Dao # 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
March 30, 2007
7:16PM EDT
by kiba
View all 41 lines
<!--
Copyright (C) 2007 by Han Dao
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
March 29, 2007
3:22PM EDT
by kiba
View all 14 lines
<data>
<file name ="message">
<source>data/mapgui/message.xml</source>
</file>
<file name ="optionmenu">
March 14, 2007
7:39PM EDT
by kiba
View all 82 lines
# rbGooey. -- Game GUI library to be used with rubygame # Copyright (C) 2007 Han 'kiba' Dao # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public
March 13, 2007
8:09PM EDT
by kiba
<file name = 'begin'> data/dyngui/menu.dyngui </file> <file name = 'optionmenu'> data/sharegui/optionmenu.dyngui </file> <file name = 'file'> data/dyngui/filemenu.dyngui </file> <file name = 'creation'> data/dyngui/creation.dyngui </file>
