Sha256: 4c0c33c823aa6a0d68645ee169fa2340b0e9634adf647d8e78e49c57805c1f49

Contents?: true

Size: 523 Bytes

Versions: 4

Compression:

Stored size: 523 Bytes

Contents

($:.unshift File.expand_path(File.join( File.dirname(__FILE__), 'lib' ))).uniq!
require 'echoe'

Echoe.new('echoe') do |p|
  p.project = 'fauna'
  p.author = 'Evan Weaver'
  p.summary = 'A Rubygems packaging tool that provides Rake tasks for documentation, extension compiling, testing, and deployment.'
  p.runtime_dependencies = ['gemcutter >=0.7.0', 'rubyforge >=2.0.4', 'allison >=2.0.3', 'rdoc >=3.6.1', 'rake >=0.9.0']
  p.development_dependencies = []
  p.retain_gemspec = true
  p.rubygems_version = ">=1.8.4"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/Rakefile
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/Rakefile
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.0/Rakefile
echoe-4.6.0 Rakefile