# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{coherent} s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jeff Watkins"] s.date = %q{2010-06-06} s.default_executable = %q{coherent} s.description = %q{Tools for building Coherent application or modules.} s.email = %q{jeff@metrocat.org} s.executables = ["coherent"] s.extra_rdoc_files = [ "LICENSE", "README.rdoc" ] s.files = [ "LICENSE", "README.rdoc", "Rakefile", "VERSION", "app_generators/coherent/USAGE", "app_generators/coherent/coherent_generator.rb", "app_generators/coherent/templates/@name@.jsproj.erb", "app_generators/coherent/templates/src/NOTICE.erb", "app_generators/coherent/templates/src/css/@name@.css.erb", "app_generators/coherent/templates/src/css/reset.css", "app_generators/coherent/templates/src/index.html.erb", "app_generators/coherent/templates/src/js/@name@.js.erb", "bin/coherent", "coherent.gemspec", "demo_generators/gallery/USAGE", "demo_generators/gallery/gallery_generator.rb", "demo_generators/gallery/templates/@name@.jsproj.erb", "demo_generators/gallery/templates/src/NOTICE.erb", "demo_generators/gallery/templates/src/css/@name@.css.erb", "demo_generators/gallery/templates/src/css/reset.css", "demo_generators/gallery/templates/src/index.html.erb", "demo_generators/gallery/templates/src/js/@name@.js.erb", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/@name@.css", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/@name@.js.erb", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/@name@.json", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/custom-view.html", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/images/next.gif", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/images/prev.gif", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/photos/molly-1.jpg", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/photos/molly-2.jpg", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/photos/molly-3.jpg", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/photos/molly-4.jpg", "demo_generators/gallery/templates/src/nibs/@name@.jsnib/photos/molly-5.jpg", "generators/class/USAGE", "generators/class/class_generator.rb", "generators/class/templates/@name@.js.erb", "generators/nib/USAGE", "generators/nib/nib_generator.rb", "generators/nib/templates/@name@.css.erb", "generators/nib/templates/@name@.js.erb", "generators/nib/templates/custom-view.html.erb", "lib/coherent.rb", "lib/distilery.rb", "lib/distilery/bundle-task.rb", "lib/distilery/coherent-asset-filter.rb", "lib/distilery/nib-file.rb", "lib/plugin.rb", "lib/plugin/commands.rb", "lib/plugin/commands/discover.rb", "lib/plugin/commands/info.rb", "lib/plugin/commands/install.rb", "lib/plugin/commands/list.rb", "lib/plugin/commands/plugin.rb", "lib/plugin/commands/remove.rb", "lib/plugin/commands/source.rb", "lib/plugin/commands/sources.rb", "lib/plugin/commands/unsource.rb", "lib/plugin/commands/update.rb", "lib/plugin/environment.rb", "lib/plugin/plugin.rb", "lib/plugin/recursive-http-fetcher.rb", "lib/plugin/repositories.rb", "lib/plugin/repository.rb" ] s.homepage = %q{http://coherentjs.org} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Tools for building Coherent application or modules.} s.test_files = [ "test/helper.rb", "test/test_app_generator.rb", "test/test_class_generator.rb", "test/test_coherent_generator.rb", "test/test_coherent_library_generator.rb", "test/test_coherent_tools.rb", "test/test_framework_generator.rb", "test/test_gallery_sample_generator.rb", "test/test_generator_helper.rb", "test/test_nib_generator.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.11.0"]) s.add_runtime_dependency(%q, [">= 1.5.2"]) else s.add_dependency(%q, [">= 0.11.0"]) s.add_dependency(%q, [">= 1.5.2"]) end else s.add_dependency(%q, [">= 0.11.0"]) s.add_dependency(%q, [">= 1.5.2"]) end end