Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/models/Rakefile

    r23 r4  
    3434
    3535
    36 gem_spec = Gem::Specification.new do |s|
    37   s.name = 'openehr_models'
    38   s.author = 'Shinji KOBAYASHI, Akimichi TATSUKAWA'
    39   s.version = '0.0.1'
    40   s.summary = 'OpenEHR models'
    41   s.email = 'openehr-jp@openehr.jp'
    42   s.test_files = FileList['tests/test_*.rb', '*.adl']
    43   candidates = Dir.glob("{am,rm,docs,tests}/**/*") + FileList['COPYING', 'Rakefile','am.rb','assumed_library_types.rb','rm.rb']
    44   s.files = candidates.delete_if do |item|
    45     item.include?(".svn") || item.include?("rdoc")
    46   end
    47 #  s.files << FileList['COPYING', 'Rakefile','am.rb','assumed_library_types.rb','rm.rb']
    48 #  s.require_paths += [".","am","rm"]
    49   s.require_path = "."
    50   s.has_rdoc = true
    51 #  s.extra_rdoc_files = ["README"]
    52 end
    53 
    54 
    55 Rake::GemPackageTask.new(gem_spec) do |pkg|
    56   pkg.need_zip = false
    57   pkg.need_tar = false
    58 end
    59 
    60 #CLOBBER.include('rdoc')
    61 #CLEAN.include('lib/*.output', 'log/*.log')
    62 
    63 
    6436
    6537
Note: See TracChangeset for help on using the changeset viewer.