move to transmission-create
Showing
- LICENSE 2 additions, 2 deletionsLICENSE
- README.md 15 additions, 14 deletionsREADME.md
- jekyll-torrent.gemspec 3 additions, 3 deletionsjekyll-torrent.gemspec
- lib/jekyll-torrent.rb 8 additions, 16 deletionslib/jekyll-torrent.rb
- lib/jekyll-torrent/version.rb 1 addition, 1 deletionlib/jekyll-torrent/version.rb
... | ... | @@ -6,13 +6,13 @@ require 'jekyll-torrent/version' |
Gem::Specification.new do |gem| | ||
gem.name = "jekyll-torrent" | ||
gem.version = JekyllTorrent::VERSION | ||
gem.authors = ["Mauricio Pasquier Juan"] | ||
gem.email = ["mauricio@pasquierjuan.com.ar"] | ||
gem.authors = ["Mauricio Pasquier Juan", "fauno"] | ||
gem.email = ["mauricio@pasquierjuan.com.ar", "fauno@endefensadelsl.org"] | ||
gem.description = %q{A simple plugin that creates a .torrent file with your | ||
whole site after it's generated by jekyll. It | ||
monkeypatches `Jekyll::Site.process`.} | ||
gem.summary = %q{Create a .torrent file with your whole site!} | ||
gem.homepage = "https://github.com/mauriciopasquier/jekyll-torrent" | ||
gem.homepage = "https://github.com/edsl/jekyll-torrent" | ||
gem.license = "MIT" | ||
gem.files = `git ls-files`.split($/) | ||
... | ... |
Please register or sign in to comment