Skip to content

Commit e7ca33a

Browse files
committed
Add License to gemspec
1 parent 5e24da4 commit e7ca33a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderay.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Gem::Specification.new do |s|
1717
s.summary = 'Fast syntax highlighting for selected languages.'
1818
s.description = 'Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.'
1919

20+
s.license = 'MIT'
21+
2022
s.platform = Gem::Platform::RUBY
2123
s.required_ruby_version = '>= 1.8.6'
2224

0 commit comments

Comments
 (0)