Sha256: a5cb7965de377527b632dab541586e59be1a831ee7989eac509ba6f8d4d5bb28
Contents?: true
Size: 1.21 KB
Versions: 0
Compression: gzip
Compressed size: 550 Bytes
Stored size: 550 Bytes
Contents
--- !ruby/object:Gem::Specification name: singleton version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Yukihiro Matsumoto autorequire: bindir: exe cert_chain: [] date: 2019-11-06 00:00:00.000000000 Z dependencies: [] description: The Singleton module implements the Singleton pattern. email: - matz@ruby-lang.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - lib/singleton.rb - lib/singleton/version.rb - singleton.gemspec homepage: https://github.com/ruby/singleton licenses: - BSD-2-Clause metadata: homepage_uri: https://github.com/ruby/singleton source_code_uri: https://github.com/ruby/singleton 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.0.3 signing_key: specification_version: 4 summary: The Singleton module implements the Singleton pattern. test_files: []