Skip to content

Commit

Permalink
Update the license file
Browse files Browse the repository at this point in the history
  • Loading branch information
rizzatti committed Apr 5, 2013
1 parent 8d4731b commit 3d0562a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Zeh Rizzatti
Copyright (c) 2012-2013 José Otávio Rizzatti

MIT License

Expand Down
2 changes: 2 additions & 0 deletions minitest-ansi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']
gem.license = 'MIT'
gem.platform = Gem::Platform::RUBY
gem.add_runtime_dependency 'ansi', '~> 1.3'
gem.add_runtime_dependency 'minitest', '>= 2.5'
end

0 comments on commit 3d0562a

Please sign in to comment.