Sha256: 25343b8102fe438d6dae6232fe76747b1b3c5dfcdd94873ae0b2cec2899f456d
Contents?: true
Size: 788 Bytes
Versions: 1
Compression:
Stored size: 788 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{carioca} s.author = "Romain GEORGES" s.version = "0.1" s.date = %q{2013-02-18} s.summary = %q{Carioca : Configuration Agent and Registry with Inversion Of Control for your Applications} s.email = %q{romain@ultragreen.net} s.homepage = %q{http://www.ultragreen.net} s.description = %q{Carioca : provide a full IoC light Container for designing your applications} s.has_rdoc = true s.files = Dir['*/*/*/*'] + Dir['*/*/*'] + Dir['*/*'] + Dir['*'] s.bindir = nil s.required_ruby_version = '>= 1.8.1' s.add_development_dependency "rspec", ">= 2.0.0" s.rdoc_options << '--title' << 'Carioca : Gem documentation' << '--main' << 'doc/manual.rdoc' << '--line-numbers' # << '--diagram' s.rubyforge_project = "nowarning" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carioca-0.1 | carioca.gemspec |