Sha256: 6acf0c54e33c2b9f0a14d6bb7a3c18efe5027fdc92b680b62e85ba927a0163b5

Contents?: true

Size: 1 KB

Versions: 442

Compression:

Stored size: 1 KB

Contents

# This file does not define any rake tasks. It is used to load some project
# settings if they are not defined by the user.

PROJ.exclude << ["^#{Regexp.escape(PROJ.ann.file)}$",
                 "^#{Regexp.escape(PROJ.ignore_file)}$",
                 "^#{Regexp.escape(PROJ.rdoc.dir)}/",
                 "^#{Regexp.escape(PROJ.rcov.dir)}/"]

flatten_arrays = lambda do |this,os|
    os.instance_variable_get(:@table).each do |key,val|
      next if key == :dependencies \
           or key == :development_dependencies
      case val
      when Array; val.flatten!
      when OpenStruct; this.call(this,val)
      end
    end
  end
flatten_arrays.call(flatten_arrays,PROJ)

PROJ.changes ||= paragraphs_of(PROJ.history_file, 0..1).join("\n\n")

PROJ.description ||= paragraphs_of(PROJ.readme_file, 'description').join("\n\n")

PROJ.summary ||= PROJ.description.split('.').first

PROJ.gem.files ||= manifest

PROJ.gem.executables ||= PROJ.gem.files.find_all {|fn| fn =~ %r/^bin/}

PROJ.rdoc.main ||= PROJ.readme_file

# EOF

Version data entries

442 entries across 433 versions & 98 rubygems

Version Path
emonti-buby-1.1.1 tasks/post_load.rake
emonti-buby-1.1.2 tasks/post_load.rake
emonti-buby-1.1.3.1 tasks/post_load.rake
emonti-buby-1.1.3 tasks/post_load.rake
emonti-buby-1.1.4.1 tasks/post_load.rake
emonti-buby-1.1.4 tasks/post_load.rake
emonti-hexwrench-0.2.0 tasks/post_load.rake
emonti-hexwrench-0.2.1 tasks/post_load.rake
emonti-jdi_hook-1.0.0 tasks/post_load.rake
emonti-rbkb-0.6.6 tasks/post_load.rake
emonti-rbkb-0.6.7 tasks/post_load.rake
emonti-rbkb-0.6.8 tasks/post_load.rake
emonti-rbkb-0.6.9.1 tasks/post_load.rake
emonti-rbkb-0.6.9 tasks/post_load.rake
emonti-wxirb-1.0.3 tasks/post_load.rake
iZsh-ragweed-0.1.8 tasks/post_load.rake
iZsh-wwmd-0.2.19 tasks/post_load.rake
miketracy-wwmd-0.2.11 tasks/post_load.rake
miketracy-wwmd-0.2.12 tasks/post_load.rake
miketracy-wwmd-0.2.14 tasks/post_load.rake