Sha256: 6ef068f6f49cb2004e219a31c145e36684044bbc43390c00cfcf9b43a0ec32d2
Contents?: true
Size: 830 Bytes
Versions: 1
Compression:
Stored size: 830 Bytes
Contents
# -*- encoding: utf-8 -*- # stub: debug_inspector 0.0.2 ruby lib # stub: ext/debug_inspector/extconf.rb Gem::Specification.new do |s| s.name = "debug_inspector" s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["John Mair (banisterfiend)"] s.date = "2013-02-13" s.description = "A Ruby wrapper for the MRI 2.0 debug_inspector API" s.email = ["jrmair@gmail.com"] s.extensions = ["ext/debug_inspector/extconf.rb"] s.files = ["ext/debug_inspector/extconf.rb"] s.homepage = "https://github.com/banister/debug_inspector" s.rubygems_version = "2.4.8" s.summary = "A Ruby wrapper for the MRI 2.0 debug_inspector API" s.installed_by_version = "2.4.8" if s.respond_to? :installed_by_version end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sc_core-0.0.7 | test/dummy/vendor/bundle/ruby/2.2.0/specifications/debug_inspector-0.0.2.gemspec |