Sha256: d254baa148c301090960a081da00f9ddd771dcb1d580ef3cbcb21d7cc19354c2
Contents?: true
Size: 778 Bytes
Versions: 1
Compression:
Stored size: 778 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{carioca} s.author = "Romain GEORGES" s.version = "1.0" 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.add_dependency('methodic', '>= 1.2') s.required_ruby_version = '>= 1.8.1' 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-1.0 | carioca.gemspec |