Skip to content

Commit

Permalink
Specify license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dce committed Nov 29, 2012
1 parent 88f05b4 commit 5255424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stat_board.gemspec
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/vigetlabs/stat_board"
s.summary = "Simple dashboard of records created this week, this month, and all time, mountable as a Rails Engine."
s.description = "Simple dashboard of records created this week, this month, and all time, mountable as a Rails Engine."
s.license = "MIT"

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.markdown"]
s.test_files = Dir["test/**/*"]
Expand Down

0 comments on commit 5255424

Please sign in to comment.