# -*- encoding: utf-8 -*- # stub: autoc 1.4 ruby lib Gem::Specification.new do |s| s.name = "autoc".freeze s.version = "1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Oleg A. Khlybov".freeze] s.date = "2016-10-12" s.description = " AutoC is a collection of Ruby modules related to automatic C source code generation:\n 1) Multi-file C module generator.\n 2) Generators for strongly-typed generic collections (Vector, List, Set etc.).\n".freeze s.email = "fougas@mail.ru".freeze s.files = [".yardopts".freeze, "CHANGES".freeze, "README".freeze, "doc/AutoC.html".freeze, "doc/AutoC/Code.html".freeze, "doc/AutoC/Collection.html".freeze, "doc/AutoC/HashMap.html".freeze, "doc/AutoC/HashSet.html".freeze, "doc/AutoC/Iterators.html".freeze, "doc/AutoC/Iterators/Bidirectional.html".freeze, "doc/AutoC/Iterators/Unidirectional.html".freeze, "doc/AutoC/List.html".freeze, "doc/AutoC/Maps.html".freeze, "doc/AutoC/Module.html".freeze, "doc/AutoC/Module/File.html".freeze, "doc/AutoC/Module/Header.html".freeze, "doc/AutoC/Module/Source.html".freeze, "doc/AutoC/Priority.html".freeze, "doc/AutoC/Queue.html".freeze, "doc/AutoC/Reference.html".freeze, "doc/AutoC/Sets.html".freeze, "doc/AutoC/String.html".freeze, "doc/AutoC/TreeMap.html".freeze, "doc/AutoC/TreeSet.html".freeze, "doc/AutoC/Type.html".freeze, "doc/AutoC/UserDefinedType.html".freeze, "doc/AutoC/Vector.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.CHANGES.html".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/autoc.rb".freeze, "lib/autoc/code.rb".freeze, "lib/autoc/collection.rb".freeze, "lib/autoc/collection/hash_map.rb".freeze, "lib/autoc/collection/hash_set.rb".freeze, "lib/autoc/collection/iterator.rb".freeze, "lib/autoc/collection/list.rb".freeze, "lib/autoc/collection/map.rb".freeze, "lib/autoc/collection/queue.rb".freeze, "lib/autoc/collection/set.rb".freeze, "lib/autoc/collection/tree_map.rb".freeze, "lib/autoc/collection/tree_set.rb".freeze, "lib/autoc/collection/vector.rb".freeze, "lib/autoc/string.rb".freeze, "lib/autoc/type.rb".freeze, "test/test.rb".freeze, "test/test_auto.c".freeze, "test/test_auto.h".freeze, "test/test_char_string.rb".freeze, "test/test_int_list.rb".freeze, "test/test_int_tree_set.rb".freeze, "test/test_int_vector.rb".freeze, "test/test_value_hash_map.rb".freeze, "test/test_value_hash_set.rb".freeze, "test/test_value_list.rb".freeze, "test/test_value_queue.rb".freeze, "test/test_value_tree_map.rb".freeze, "test/test_value_tree_set.rb".freeze, "test/test_value_vector.rb".freeze, "test/value.rb".freeze] s.homepage = "http://autoc.sourceforge.net/".freeze s.licenses = ["BSD-3-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A host of Ruby modules related to automatic C source code generation".freeze end