Skip to content

Commit 88a15e4

Browse files
committed
Merge pull request activeadmin#1827 from nbibler/master
Add the license identifier to the gemspec
2 parents e1da6c0 + e2c05b8 commit 88a15e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activeadmin.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require "active_admin/version"
44

55
Gem::Specification.new do |s|
66
s.name = %q{activeadmin}
7+
s.license = "MIT"
78
s.version = ActiveAdmin::VERSION
89
s.platform = Gem::Platform::RUBY
910
s.homepage = %q{http://activeadmin.info}

0 commit comments

Comments
 (0)