Skip to content

Commit 7c20ed9

Browse files
authored
Ship the license in the package
1 parent 0f2ccfb commit 7c20ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css_parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Gem::Specification.new name, CssParser::VERSION do |s|
88
s.homepage = "https://github.com/premailer/#{name}"
99
s.author = "Alex Dunae"
1010
s.add_runtime_dependency 'addressable'
11-
s.files = Dir.glob("lib/**/*")
11+
s.files = Dir.glob("lib/**/*") + ["MIT-LICENSE"]
1212
s.license = "MIT"
1313
end

0 commit comments

Comments
 (0)