Changeset 3257b52b2ad502c7797ef870e86b0f1d1bbbedc8

Show
Ignore:
Timestamp:
01/31/2008 11:17:13 AM (1 year ago)
Author:
Robin Luckey <robin@Tangier.local>
git-committer:
Robin Luckey <robin@Tangier.local> 1201807033 -0800
git-parent:

[4b9e881f40ea8dff7da57c5d37eeb919e62d2cb0]

git-author:
Robin Luckey <robin@Tangier.local> 1201807033 -0800
Message:

[FIX] Some improvements to the Gem installer.

Still getting 'Could not find main page README' error after rake install; don't know why.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Rakefile

    r4b9e881 r3257b52  
    2222RDOC_OPTS = ['--quiet', '--title', 'Ohcount Reference', '--main', 'README', '--inline-source'] 
    2323 
    24 PKG_FILES = %w(README Rakefile lib/ohcount.rb) + 
     24PKG_FILES = %w(README COPYING Rakefile lib/ohcount.rb) + 
    2525  Dir.glob("ext/ohcount_native/*.{h,c,rb}") + 
    2626  Dir.glob("ext/ohcount_native/glots/*.rb") + 
    2727  Dir.glob("lib/ohcount/*.rb") + 
     28  Dir.glob("test/*") + 
     29  Dir.glob("test/**/*") + 
    2830  Dir.glob("bin/*") 
    2931 
     
    4143    s.homepage = "http://www.ohloh.net" 
    4244    s.files = PKG_FILES 
    43     s.require_paths = ["lib", ARCH_DIR
     45    s.require_paths = ["lib"
    4446    s.extensions << 'ext/ohcount_native/extconf.rb' 
    4547    s.bindir = 'bin'