summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index fdf4f20..d103852 100644
--- a/Rakefile
+++ b/Rakefile
@@ -118,6 +118,7 @@ task :gemspec do
spec.platform = Gem::Platform::RUBY
spec.summary = #{ lib.inspect }
spec.description = #{ description.inspect }
+ spec.license = "same as ruby's"
spec.files =\n#{ files.sort.pretty_inspect }
spec.executables = #{ executables.inspect }