Sha256: 4d0b7af4396031e6c8ece630a449a948adf0f72fdf2384c51c992d17ff5e7745

Contents?: true

Size: 611 Bytes

Versions: 10

Compression:

Stored size: 611 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 = ['rubyforge >=2.0.4', 'allison >=2.0.3', 'rdoc >=2.5.11', 'rake >=0.9.2']
  p.development_dependencies = []
  p.certificate_chain = "echoe.pem"
  p.require_signed
  p.retain_gemspec = true
  p.licenses = ["Academic Free License (AFL) v. 3.0"]
  p.rubygems_version = ">=1.8.4"
end

Version data entries

10 entries across 7 versions & 2 rubygems

Version Path
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/Rakefile
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/Rakefile
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/Rakefile
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/Rakefile
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.6/Rakefile
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/echoe-4.6.5/Rakefile
ric-0.13.0 vendor/bundle/ruby/2.5.0/gems/echoe-4.6.6/Rakefile
ric-0.12.2 vendor/bundle/ruby/2.5.0/gems/echoe-4.6.6/Rakefile
echoe-4.6.6 Rakefile
echoe-4.6.5 Rakefile