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
mongo3-0.1.5 tasks/post_load.rake
mongo3-0.1.4 tasks/post_load.rake
rackamole-0.4.1 tasks1/post_load.rake
rackamole-0.4.0 tasks1/post_load.rake
rackamole-0.3.9 tasks/post_load.rake
wackamole-0.1.4 tasks/post_load.rake
rackamole-0.3.8 tasks/post_load.rake
wackamole-0.1.3 tasks/post_load.rake
mongo3-0.1.3 tasks/post_load.rake
rackamole-0.3.7 tasks/post_load.rake
rackamole-0.3.6 tasks/post_load.rake
wackamole-0.1.2 tasks/post_load.rake
mongo3-0.1.2 tasks/post_load.rake
rackamole-0.3.5 tasks/post_load.rake
rackamole-0.3.4 tasks/post_load.rake
wackamole-0.0.9 tasks/post_load.rake
rackamole-0.3.3 tasks/post_load.rake
wackamole-0.0.8 tasks/post_load.rake
wackamole-0.0.7 tasks/post_load.rake
rackamole-0.3.2 tasks/post_load.rake