# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{decoct} s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Anuj Dutta"] s.date = %q{2009-04-22} s.default_executable = %q{decoct} s.description = %q{Sinatra Rspec project generator} s.email = %q{anuj@andhapp.com} s.executables = ["decoct"] s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "README.markdown", "Rakefile", "VERSION.yml", "bin/decoct", "decoct.gemspec", "lib/dconstants.rb", "lib/dscript.rb", "lib/templates/.autotest", "lib/templates/generic_app.rb", "lib/templates/spec/rcov.opts", "lib/templates/spec/spec.opts", "lib/templates/spec/spec_helper.rb", "test/templates/generic_app.rb", "test/templates/spec/rcov.opts", "test/templates/spec/spec.opts", "test/templates/spec/spec_helper.rb", "test/ts_script.rb" ] s.has_rdoc = true s.homepage = %q{http://github.com/andhapp/decoct} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.1} s.summary = %q{Its a simple gem which creates a project structure for sinatra to work with rspec, ZenTest, Snarl(on Windows), RedGreen, Rcov} s.test_files = [ "test/templates/generic_app.rb", "test/templates/spec/spec_helper.rb", "test/ts_script.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end