From 91e31938d8b51c5990044432393c857f42cf54f6 Mon Sep 17 00:00:00 2001
From: Mauricio Pasquier Juan <mauricio@pasquierjuan.com.ar>
Date: Thu, 14 Nov 2013 22:30:12 -0300
Subject: [PATCH] Add license to gemspec (fixes #1)

---
 jekyll-torrent.gemspec        | 1 +
 lib/jekyll-torrent/version.rb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/jekyll-torrent.gemspec b/jekyll-torrent.gemspec
index 1ae0529..71c877e 100644
--- a/jekyll-torrent.gemspec
+++ b/jekyll-torrent.gemspec
@@ -13,6 +13,7 @@ Gem::Specification.new do |gem|
                       monkeypatches `Jekyll::Site.process`.}
   gem.summary       = %q{Create a .torrent file with your whole site!}
   gem.homepage      = "https://github.com/mauriciopasquier/jekyll-torrent"
+  gem.license       = "MIT"
 
   gem.files         = `git ls-files`.split($/)
   gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
diff --git a/lib/jekyll-torrent/version.rb b/lib/jekyll-torrent/version.rb
index d5d8ffc..814c636 100644
--- a/lib/jekyll-torrent/version.rb
+++ b/lib/jekyll-torrent/version.rb
@@ -1,3 +1,3 @@
 module JekyllTorrent
-  VERSION = "0.0.1"
+  VERSION = "0.0.2"
 end
-- 
GitLab