# -*- encoding: utf-8 -*- # stub: cast 0.2.1 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "cast".freeze s.version = "0.2.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 = ["George Ogata".freeze] s.date = "2012-12-19" s.email = ["george.ogata@gmail.com".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "cast.gemspec".freeze, "ext/cast.c".freeze, "ext/cast.h".freeze, "ext/extconf.rb".freeze, "ext/parser.c".freeze, "ext/yylex.c".freeze, "ext/yylex.re".freeze, "lib/cast.rb".freeze, "lib/cast/c.tab.rb".freeze, "lib/cast/c.y".freeze, "lib/cast/c_nodes.rb".freeze, "lib/cast/inspect.rb".freeze, "lib/cast/node.rb".freeze, "lib/cast/node_list.rb".freeze, "lib/cast/parse.rb".freeze, "lib/cast/preprocessor.rb".freeze, "lib/cast/tempfile.rb".freeze, "lib/cast/to_s.rb".freeze, "lib/cast/version.rb".freeze, "test/c_nodes_test.rb".freeze, "test/lexer_test.rb".freeze, "test/node_list_test.rb".freeze, "test/node_test.rb".freeze, "test/parse_test.rb".freeze, "test/parser_test.rb".freeze, "test/preprocessor_test.rb".freeze, "test/render_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/oggy/cast".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "C parser and AST constructor.".freeze s.test_files = ["test/c_nodes_test.rb".freeze, "test/lexer_test.rb".freeze, "test/node_list_test.rb".freeze, "test/node_test.rb".freeze, "test/parse_test.rb".freeze, "test/parser_test.rb".freeze, "test/preprocessor_test.rb".freeze, "test/render_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4.8".freeze]) end