Sha256: e3d85628a0f70bd66ac7de098a6b2af16fb6b7f9e82dd321155397a6fbad46bf

Contents?: true

Size: 1.37 KB

Versions: 0

Compression: gzip

Compressed size: 644 Bytes

Stored size: 644 Bytes

Contents

--- !ruby/object:Gem::Specification
name: blank_slate
version: !ruby/object:Gem::Version
  version: 1.1.3
platform: ruby
authors:
- Jim Gay
autorequire:
bindir: exe
cert_chain: []
date: 2022-07-12 00:00:00.000000000 Z
dependencies: []
description: |2-

      Create null classes based upon other classes.
      This allows you to create null objects without resorting to
      method_missing to catch every message passed regardless of
      the behavior you designed in your other classes.
email:
- jim@saturnflyer.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- LICENSE.txt
- README.md
- lib/blank_slate.rb
- lib/blank_slate/version.rb
- test/allowed.yml
- test/blank_slate_test.rb
- test/test_helper.rb
homepage: http://github.com/saturnflyer/blank_slate
licenses: []
metadata: {}
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.3.17
signing_key:
specification_version: 4
summary: Impliment a null object without resorting to method_missing.
test_files:
- test/allowed.yml
- test/blank_slate_test.rb
- test/test_helper.rb

Package Spec version

blank_slate-1.1.3