Skip to content

Commit

Permalink
Rename MIT-LICENSE to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
shuber committed Feb 25, 2015
1 parent 15f8ca1 commit 40fac85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion abstract_class.gemspec
Expand Up @@ -21,8 +21,9 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.files = Dir['{bin,lib}/**/*'] + %w(MIT-LICENSE README.rdoc)
s.files = Dir['{bin,lib}/**/*'] + %w(LICENSE README.rdoc)
s.test_files = Dir['test/**/*']
s.license = "MIT"

s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc'
Expand Down

0 comments on commit 40fac85

Please sign in to comment.