--- !ruby/object:Gem::Specification name: method_call_tree version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - Shuichi Tamayose autorequire: bindir: exe cert_chain: - | -----BEGIN CERTIFICATE----- MIID0jCCArqgAwIBAgIBATANBgkqhkiG9w0BAQUFADBoMRAwDgYDVQQDDAdrMTI4 NTg1MRIwEAYKCZImiZPyLGQBGRYCaWUxGDAWBgoJkiaJk/IsZAEZFgh1LXJ5dWt5 dTESMBAGCgmSJomT8ixkARkWAmFjMRIwEAYKCZImiZPyLGQBGRYCanAwHhcNMTcw NTEyMDg0MzI4WhcNMTgwNTEyMDg0MzI4WjBoMRAwDgYDVQQDDAdrMTI4NTg1MRIw EAYKCZImiZPyLGQBGRYCaWUxGDAWBgoJkiaJk/IsZAEZFgh1LXJ5dWt5dTESMBAG CgmSJomT8ixkARkWAmFjMRIwEAYKCZImiZPyLGQBGRYCanAwggEiMA0GCSqGSIb3 DQEBAQUAA4IBDwAwggEKAoIBAQDhT8SPklRNY2T0/6okadJNRaqDTwHHY5q0qPzl 0oujYej1lP2C4U2FncEyjC+Z+yAakkj0+X6F7JCc+OhOUBOOkBZPt2VF/QqWaGOZ N4QmBYs+MZulAKh8jI1X5nfLjVdyqcumlz4KdfeQBU80hiHF1Uw5W7zAbZS71yQ2 kwSZckteT9JU3seZg0K0e9/AaXXeKGjCDI0THfa9uB2kZ2d3IhOKWColKlHmw8aw xtTU3WVJRGZbnjblPVjb+usasbmIWc+dYtAmwUdB35vK3YgVrlbjHNFhxgytH78Q apnc/5nBgYnI10sjqVJUfG1sh96jxwR9eGJR4Xl5tHcWvoN3AgMBAAGjgYYwgYMw CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFDTJcguBmHUquwQKqeNZ 7GDtU1QDMCQGA1UdEQQdMBuBGWsxMjg1ODVAaWUudS1yeXVreXUuYWMuanAwJAYD VR0SBB0wG4EZazEyODU4NUBpZS51LXJ5dWt5dS5hYy5qcDANBgkqhkiG9w0BAQUF AAOCAQEAyfJKJtV98mZEvXU+grxn40blFVmgzMNhKGVAJI1YDy6X2LW50CvCUXBb WIbO58QHwXvsytMGbMHggCYTLvHcYXArXnEMBJdACt1LoufAUIxytIkqdXtBtNuM zT1+OBWvES2aeKcx+g7gcbAc5DicNMtdLHCbenjhR1glcHWXdasoKQ6HrVekm2fp zzZxEHIvijfuL7FyNm9YraQd10vNG433pLsTMxIry/d29pssgbq+T6V3ez560If8 FDRi8p0CR5Kr8eZGeaIfpMKn4nbQQq4w5wLzNxnecBb26xn4EPHn3dVLF24+NJkf BLzd24MyvHKRaGDWAmiJAd9Z04Vkyw== -----END CERTIFICATE----- date: 2017-12-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' description: method call tree email: - tmshuichi@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - lib/method_call_tree.rb - lib/method_call_tree/version.rb - method_call_tree.gemspec homepage: https://github.com/siman-man/method_call_tree licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.3 signing_key: specification_version: 4 summary: method call tree test_files: []