Laravel.io
Gem::Specification.new do |s|
	s.name        = "hola_dbugger"
	s.version     = "0.0.0"
	s.date        = "2016-01-15"
	s.summary     = "Hola!"
	s.description = "A simple hello world gem"
	s.authors     = ["Enrique Moreno Tent"]
	s.email       = "[email protected]"
	s.files       = ["lib/hola_dbugger.rb"]
	s.homepage    = "http://rubygems.org/gems/hola_dbugger"
	s.license     = "MIT"
end

Please note that all pasted data is publicly available.