ruby-mass.gemspec in ruby-mass-0.1.0 vs ruby-mass.gemspec in ruby-mass-0.1.1
- old
+ new
@@ -3,14 +3,14 @@
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-objects"
+ 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.0"
+ gem.version = "0.1.1"
end
\ No newline at end of file