Sha256: 970386f2e21d0cf37d26632b020dec5dc5c48d847b54cd45f9d37fa741aedd6d
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
Gem::Specification.new do |s| s.name = %q{puppy} s.version = '1.0.2' s.license = "BSD" s.authors = ["Simone Margaritelli"] s.description = %q{Puppy is a tiny gem to perform easy object tracing and debugging.} s.email = %q{evilsocket@gmail.com} s.files = Dir.glob("lib/**/*") + [ "LICENSE", "README.md", "Rakefile", "Gemfile", "puppy.gemspec" ] s.homepage = %q{http://github.com/evilsocket/puppy} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.summary = %q{Puppy is a tiny gem to perform easy object tracing and debugging.} end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puppy-1.0.2 | puppy.gemspec |