Sha256: 3be3887c6c73d0ef0093c5a3e269f339c96b09ec7b018f2bf1c1a9c29a140644
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.1' 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.1 | puppy.gemspec |