# -*- encoding: utf-8 -*- # stub: xot 0.1.42 ruby lib # stub: Rakefile Gem::Specification.new do |s| s.name = "xot".freeze s.version = "0.1.42".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 = "2024-02-06" 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 = [".github/workflows/release-gem.yml".freeze, ".github/workflows/tag.yml".freeze, ".github/workflows/test.yml".freeze, ".github/workflows/utils.rb".freeze, "ChangeLog.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "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/extension.rb".freeze, "lib/xot/hookable.rb".freeze, "lib/xot/inspectable.rb".freeze, "lib/xot/invoker.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_inspectable.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.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.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_inspectable.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] end