Sha256: 0dcf5f625d03be2803305c90423ac37d7ba67c0623a0e6dda14be3dcfe6e69f6
Contents?: true
Size: 1.49 KB
Versions: 0
Compression: gzip
Compressed size: 664 Bytes
Stored size: 664 Bytes
Contents
--- !ruby/object:Gem::Specification name: shiyo version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Takuma Miyake autorequire: bindir: exe cert_chain: [] date: 2022-03-15 00:00:00.000000000 Z dependencies: [] description: " Shiyo is a minimal framework that supports writing your business rules using the Specification pattern.\n" email: - j.e.miyake@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rspec" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - lib/shiyo.rb - lib/shiyo/and.rb - lib/shiyo/conversion.rb - lib/shiyo/error.rb - lib/shiyo/not.rb - lib/shiyo/or.rb - lib/shiyo/specification.rb - lib/shiyo/syntax_sugar.rb - lib/shiyo/version.rb - sig/shiyo.rbs homepage: https://github.com/johnny-miyake/shiyo licenses: - MIT metadata: homepage_uri: https://github.com/johnny-miyake/shiyo source_code_uri: https://github.com/johnny-miyake/shiyo changelog_uri: https://github.com/johnny-miyake/shiyo/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: A minimal framework for the Specification pattern. test_files: []