[BioRuby-cvs] bioruby gemspec.rb,1.5,1.6

Katayama Toshiaki k at pub.open-bio.org
Tue Jan 24 06:42:19 EST 2006


Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv22549

Modified Files:
	gemspec.rb 
Log Message:
* improved to install executables


Index: gemspec.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/gemspec.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gemspec.rb	20 Jan 2006 09:57:08 -0000	1.5
--- gemspec.rb	24 Jan 2006 11:42:17 -0000	1.6
***************
*** 5,17 ****
    s.name = 'bio'
    s.version = "0.7.1"
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"
    s.homepage = "http://bioruby.org/"
    s.platform = Gem::Platform::RUBY
-   s.summary = "BioRuby is a library for bioinformatics (biology + information science)."
    s.files = Dir.glob("{bin,doc,etc,lib,sample,test}/**/*").delete_if {|item| item.include?("CVS") || item.include?("rdoc")}
!   s.files.concat ["ChangeLog"]
    s.require_path = 'lib'
    s.autorequire = 'bio'
  end
  
--- 5,29 ----
    s.name = 'bio'
    s.version = "0.7.1"
+ 
    s.author = "BioRuby project"
    s.email = "staff at bioruby.org"
    s.homepage = "http://bioruby.org/"
+   s.rubyforge_project = "bioruby"
+   s.summary = "Bioinformatics library"
+   s.description = "BioRuby is a library for bioinformatics (biology + information science)."
+ 
    s.platform = Gem::Platform::RUBY
    s.files = Dir.glob("{bin,doc,etc,lib,sample,test}/**/*").delete_if {|item| item.include?("CVS") || item.include?("rdoc")}
!   s.files.concat ["README", "README.DEV", "ChangeLog"]
! 
!   # s.rdoc_options << '--exclude' << '.'
!   # s.has_rdoc = false
! 
    s.require_path = 'lib'
    s.autorequire = 'bio'
+ 
+   s.bindir = "bin"
+   s.executables = ["bioruby", "br_biofetch.rb", "br_biogetseq.rb", "br_bioflat.rb", "br_pmfetch.rb"]
+   s.default_executable = "bioruby"
  end
  



More information about the bioruby-cvs mailing list