Skip to content

Commit

Permalink
add MIT license metadata to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Dec 2, 2013
1 parent f0728f1 commit 12d9497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/psyho/dependor"
s.summary = %q{A couple of classes and modules that simplify dependency injection in Ruby.}
s.description = %q{Dependor is not a framework for Dependency Injection, but something that reduces duplication a little bit when doing manual dependency injection in settings like Rails apps.}
s.license = "MIT"

s.rubyforge_project = "dependor"

Expand Down

0 comments on commit 12d9497

Please sign in to comment.