# -*- encoding: utf-8 -*- # stub: xot 0.1.30 ruby lib # stub: Rakefile Gem::Specification.new do |s| s.name = "xot".freeze s.version = "0.1.30".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["xordog".freeze] s.date = "2023-02-08" s.description = "This library include some useful utility classes and functions for development with C++.".freeze s.email = "xordog@gmail.com".freeze s.extensions = ["Rakefile".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "ext/xot/extconf.rb".freeze, "ext/xot/tester.cpp".freeze, "include/xot.h".freeze, "include/xot/debug.h".freeze, "include/xot/defs.h".freeze, "include/xot/exception.h".freeze, "include/xot/noncopyable.h".freeze, "include/xot/pimpl.h".freeze, "include/xot/ref.h".freeze, "include/xot/string.h".freeze, "include/xot/time.h".freeze, "include/xot/util.h".freeze, "lib/xot.rb".freeze, "lib/xot/bit_flag.rb".freeze, "lib/xot/bit_flag_accessor.rb".freeze, "lib/xot/bit_util.rb".freeze, "lib/xot/block_util.rb".freeze, "lib/xot/const_symbol_accessor.rb".freeze, "lib/xot/extconf.rb".freeze, "lib/xot/hookable.rb".freeze, "lib/xot/invoker.rb".freeze, "lib/xot/module.rb".freeze, "lib/xot/rake.rb".freeze, "lib/xot/rake/alias_task.rb".freeze, "lib/xot/rake/escalation.rb".freeze, "lib/xot/rake/util.rb".freeze, "lib/xot/setter.rb".freeze, "lib/xot/test.rb".freeze, "lib/xot/universal_accessor.rb".freeze, "src/debug.cpp".freeze, "src/exception.cpp".freeze, "src/string.cpp".freeze, "src/time.cpp".freeze, "src/util.cpp".freeze, "test/helper.rb".freeze, "test/test_bit_flag.rb".freeze, "test/test_bit_flag_accessor.rb".freeze, "test/test_bit_util.rb".freeze, "test/test_block_util.rb".freeze, "test/test_const_symbol_accessor.rb".freeze, "test/test_hookable.rb".freeze, "test/test_invoker.rb".freeze, "test/test_rake.rb".freeze, "test/test_setter.rb".freeze, "test/test_tester.rb".freeze, "test/test_universal_accessor.rb".freeze, "xot.gemspec".freeze] s.homepage = "https://github.com/xord/xot".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Utility library for C++ developemt.".freeze s.test_files = ["test/helper.rb".freeze, "test/test_bit_flag.rb".freeze, "test/test_bit_flag_accessor.rb".freeze, "test/test_bit_util.rb".freeze, "test/test_block_util.rb".freeze, "test/test_const_symbol_accessor.rb".freeze, "test/test_hookable.rb".freeze, "test/test_invoker.rb".freeze, "test/test_rake.rb".freeze, "test/test_setter.rb".freeze, "test/test_tester.rb".freeze, "test/test_universal_accessor.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end