# -*- encoding: utf-8 -*- # stub: dressmaker 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "dressmaker".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Joshua Hull".freeze] s.date = "2009-11-16" s.description = "Application templating in ruby. Define beautiful patterns and cut them out.".freeze s.email = "joshbuddy@gmail.com".freeze s.executables = ["dressmaker".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "Rakefile2".freeze, "VERSION".freeze, "bin/dressmaker".freeze, "lib/dressmaker.rb".freeze, "lib/dressmaker/configuration.rb".freeze, "lib/dressmaker/configuration/delegators.rb".freeze, "lib/dressmaker/configuration/directory_matcher.rb".freeze, "lib/dressmaker/configuration/directory_rule.rb".freeze, "lib/dressmaker/configuration/file_matcher.rb".freeze, "lib/dressmaker/configuration/file_rule.rb".freeze, "lib/dressmaker/configuration/matcher.rb".freeze, "lib/dressmaker/configuration/rule.rb".freeze, "lib/dressmaker/tasks.rb".freeze, "spec/fixtures/template-test/Pattern".freeze, "spec/fixtures/template-test/bin/runner".freeze, "spec/fixtures/template-test/bin/script".freeze, "spec/generate_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/joshbuddy/dressmaker".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Application templating in ruby. Define beautiful patterns and cut them out.".freeze s.test_files = ["spec/generate_spec.rb".freeze, "spec/spec_helper.rb".freeze] end