Sha256: 2934365cf4f5e8752107014fac271f5cc97b63b36ecf149d3e6e39ef893a50d0
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.authors = ["Paul Engel"] gem.email = ["paul.engel@holder.nl"] gem.description = %q{Introspect the Ruby Heap by indexing, counting, locating references to and detaching (in order to release) objects - optionally narrowing by namespace} gem.summary = %q{Introspect the Ruby Heap by indexing, counting, locating references to and detaching (in order to release) objects - optionally narrowing by namespace} gem.homepage = "https://github.com/archan937/ruby-mass" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "ruby-mass" gem.require_paths = ["lib"] gem.version = "0.1.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-mass-0.1.3 | ruby-mass.gemspec |