# -*- encoding: utf-8 -*- # stub: c_project 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "c_project".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dustin Morrill".freeze] s.date = "2013-09-08" s.description = "Simple C project generator".freeze s.email = ["morrill@ualberta.ca".freeze] s.executables = ["c_project".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/c_project".freeze, "c_project.gemspec".freeze, "lib/c_project.rb".freeze, "lib/c_project/version.rb".freeze, "templates/LICENCE.tt".freeze, "templates/Makefile.tt".freeze, "templates/README.md.tt".freeze, "templates/src/CExceptionConfig.h.tt".freeze, "templates/src/c_project.c.tt".freeze, "templates/src/c_project.h.tt".freeze, "templates/src/main.c.tt".freeze, "templates/test/support/test_helper.c.tt".freeze, "templates/test/support/test_helper.h.tt".freeze, "templates/test/test_c_project.c.tt".freeze, "templates/vendor/cexception/docs/license.txt".freeze, "templates/vendor/cexception/docs/readme.txt".freeze, "templates/vendor/cexception/lib/CException.c".freeze, "templates/vendor/cexception/lib/CException.h".freeze, "templates/vendor/cexception/release/build.info".freeze, "templates/vendor/cexception/release/version.info".freeze, "templates/vendor/commander.c/History.md".freeze, "templates/vendor/commander.c/Makefile".freeze, "templates/vendor/commander.c/Readme.md".freeze, "templates/vendor/commander.c/package.json".freeze, "templates/vendor/commander.c/src/commander.c".freeze, "templates/vendor/commander.c/src/commander.h".freeze, "templates/vendor/commander.c/test.c".freeze, "templates/vendor/unity/.gitignore".freeze, "templates/vendor/unity/auto/colour_prompt.rb".freeze, "templates/vendor/unity/auto/colour_reporter.rb".freeze, "templates/vendor/unity/auto/generate_config.yml".freeze, "templates/vendor/unity/auto/generate_module.rb".freeze, "templates/vendor/unity/auto/generate_test_runner.rb".freeze, "templates/vendor/unity/auto/test_file_filter.rb".freeze, "templates/vendor/unity/auto/unity_test_summary.rb".freeze, "templates/vendor/unity/docs/Unity Summary.txt".freeze, "templates/vendor/unity/docs/license.txt".freeze, "templates/vendor/unity/release/build.info".freeze, "templates/vendor/unity/release/version.info".freeze, "templates/vendor/unity/src/unity.c".freeze, "templates/vendor/unity/src/unity.h".freeze, "templates/vendor/unity/src/unity_internals.h".freeze] s.homepage = "https://github.com/dmorrill10/c_project".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Simple C project generator".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.18.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end