From 1e9f34b98fcdfe07973d1f1a57524ee72d992b01 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Sat, 5 Oct 2013 11:11:48 -0700 Subject: [PATCH] Added license to gemspec --- LICENSE | 2 +- awesome_print.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index c835968..11109a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2010-2013 Michael Dvorkin http://www.dvorkin.net -%w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@" +%w(mike dvorkin.net) * "@" || "twitter.com/mid" Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/awesome_print.gemspec b/awesome_print.gemspec index 5935913..5e789a8 100644 --- a/awesome_print.gemspec +++ b/awesome_print.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.homepage = "http://github.com/michaeldv/awesome_print" s.summary = "Pretty print Ruby objects with proper indentation and colors" s.description = "Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure. Supports custom object formatting via plugins" - + s.license = "MIT" s.rubyforge_project = "awesome_print" s.files = Dir["[A-Z]*[^~]"] + Dir["lib/**/*.rb"] + Dir["spec/*"] + [".gitignore"]