# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{jeka} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Igor Bonadio"] s.date = %q{2011-07-16} s.default_executable = %q{jeka} s.description = %q{Jeka is an awesome build/test/benchmarking tool} s.email = %q{igorbonadio@gmail.com} s.executables = ["jeka"] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "bin/jeka", "jeka.gemspec", "lib/jeka.rb", "lib/jeka/algorithm.rb", "lib/jeka/implementation.rb", "lib/jeka/jeka_helper.rb", "lib/jeka/make.rb", "lib/jeka/test.rb", "test/example/01_bubble_sort/_algorithm.yaml", "test/example/01_bubble_sort/_description.textile", "test/example/01_bubble_sort/_references.textile", "test/example/01_bubble_sort/_tests/test_01.yaml", "test/example/01_bubble_sort/_tests/test_02.yaml", "test/example/01_bubble_sort/cpp/_implementation.yaml", "test/example/01_bubble_sort/cpp/bubble.cpp", "test/example/01_bubble_sort/ruby/_implementation.yaml", "test/example/01_bubble_sort/ruby/bubble.rb", "test/helper.rb", "test/site/algorithm.textile", "test/site/cpp.textile", "test/site/ruby.textile", "test/test_algorithm.rb", "test/test_implementation.rb", "test/test_make.rb", "test/test_test.rb" ] s.homepage = %q{http://github.com/igorbonadio/jeka} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Jeka is an awesome build/test/benchmarking tool} s.test_files = [ "test/example/01_bubble_sort/ruby/bubble.rb", "test/helper.rb", "test/test_algorithm.rb", "test/test_implementation.rb", "test/test_make.rb", "test/test_test.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.5.2"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) end end