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:
parent
dd0707f989
commit
1e9f34b98f
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue