# -*- encoding: utf-8 -*- # stub: casty 0.3.2 ruby lib # stub: ext/casty/extconf.rb Gem::Specification.new do |s| s.name = "casty".freeze s.version = "0.3.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 = ["George Ogata".freeze, "Vasily Fedoseyev".freeze] s.date = "2013-04-10" s.description = "Fork of CAST, C parser and AST constructor.".freeze s.email = ["george.ogata@gmail.com".freeze, "vasilyfedoseyev@gmail.com".freeze] s.extensions = ["ext/casty/extconf.rb".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "casty.gemspec".freeze, "ext/casty/cast.c".freeze, "ext/casty/cast.h".freeze, "ext/casty/extconf.rb".freeze, "ext/casty/parser.c".freeze, "ext/casty/yylex.c".freeze, "ext/casty/yylex.re".freeze, "lib/casty.rb".freeze, "lib/casty/c.tab.rb".freeze, "lib/casty/c.y".freeze, "lib/casty/c_nodes.rb".freeze, "lib/casty/inspect.rb".freeze, "lib/casty/node.rb".freeze, "lib/casty/node_list.rb".freeze, "lib/casty/parse.rb".freeze, "lib/casty/preprocessor.rb".freeze, "lib/casty/tempfile.rb".freeze, "lib/casty/to_s.rb".freeze, "lib/casty/version.rb".freeze, "test/all.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/Vasfed/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/all.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.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4.8".freeze]) end