Skip to content

Commit 6e3679d

Browse files
author
Zachary Scott
committed
Add license to gem spec #144
1 parent c8f0298 commit 6e3679d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: History.rdoc

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
Gülker.
8181
* Fixed lexing of character syntax (<code>?z</code>). Reported by Xavier
8282
Noria.
83+
* Add license to gem spec. Issue #144 by pivotalcommon
8384

8485
=== 3.12 / 2011-12-15
8586

Diff for: Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Depending on your version of ruby, you may need to install ruby rdoc/ri data:
4242
>= 1.9.2 : nothing to do! Yay!
4343
MESSAGE
4444

45+
self.licenses << 'Ruby'
4546
self.readme_file = 'README.rdoc'
4647
self.history_file = 'History.rdoc'
4748
self.testlib = :minitest

0 commit comments

Comments
 (0)