Skip to content
Snippets Groups Projects
Commit 91e31938 authored by Mauricio Pasquier Juan's avatar Mauricio Pasquier Juan
Browse files

Add license to gemspec (fixes #1)

parent 492b7a75
Branches
Tags v0.0.2
No related merge requests found
...@@ -13,6 +13,7 @@ Gem::Specification.new do |gem| ...@@ -13,6 +13,7 @@ Gem::Specification.new do |gem|
monkeypatches `Jekyll::Site.process`.} monkeypatches `Jekyll::Site.process`.}
gem.summary = %q{Create a .torrent file with your whole site!} gem.summary = %q{Create a .torrent file with your whole site!}
gem.homepage = "https://github.com/mauriciopasquier/jekyll-torrent" gem.homepage = "https://github.com/mauriciopasquier/jekyll-torrent"
gem.license = "MIT"
gem.files = `git ls-files`.split($/) gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
......
module JekyllTorrent module JekyllTorrent
VERSION = "0.0.1" VERSION = "0.0.2"
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment