Sha256: 1c0f13b89b6c193a223d018ec114f4341a8a035934eb14506b2cd0ede9968500

Contents?: true

Size: 956 Bytes

Versions: 61

Compression:

Stored size: 956 Bytes

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.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

61 entries across 61 versions & 4 rubygems

Version Path
wackamole-0.0.6 tasks/post_load.rake
wackamole-0.0.5 tasks/post_load.rake
wackamole-0.0.4 tasks/post_load.rake
mongo_rack-0.0.5 tasks/post_load.rake
rackamole-0.3.1 tasks/post_load.rake
mongo3-0.1.1 tasks/post_load.rake
rackamole-0.3.0 tasks/post_load.rake
mongo_rack-0.0.4 tasks/post_load.rake
mongo_rack-0.0.3 tasks/post_load.rake
wackamole-0.0.3 tasks/post_load.rake
rackamole-0.2.9 tasks/post_load.rake
rackamole-0.2.8 tasks/post_load.rake
wackamole-0.0.2 tasks/post_load.rake
rackamole-0.2.7 tasks/post_load.rake
mongo3-0.1.0 tasks/post_load.rake
rackamole-0.2.6 tasks/post_load.rake
wackamole-0.0.1 tasks/post_load.rake
rackamole-0.2.5 tasks/post_load.rake
rackamole-0.2.4 tasks/post_load.rake
rackamole-0.2.3 tasks/post_load.rake