1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Added license to gemspec

This commit is contained in:
Michael Dvorkin 2013-10-05 11:11:48 -07:00
parent dd0707f989
commit 1e9f34b98f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"]