jekyll-torrent 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9a4d01558ee4ee36b110d334955aeb82f6a60b77
4
- data.tar.gz: bbd355fe71c9cb5dc65337bde3b031720f64144a
3
+ metadata.gz: 1a8878c50d2ff4bc118fe78494a2c5e7c7a3312c
4
+ data.tar.gz: 5778f580e15e82cdbef330f835531dbb6c33ef18
5
5
  SHA512:
6
- metadata.gz: e29d57e5bbb7cd2f9ac8f9087528d66a6d19f222d39e88b7e47a55983b68d1e8617ac54f167ce8234c004954af25a48102166ea93102a0519e1a8a88fdb076b0
7
- data.tar.gz: a005d7d611529d7c1ec0d6d490b64bc5fbf33a45c02897fe48e4bf0c2477c59c34c700d784c1e34baec339c5189e9caac28e4a014ba8e707c097f68f93fc5f5a
6
+ metadata.gz: c8dc62f14358a9dc14c131b5e569db96fb1ce05e4383b78598738d2adc563ad006cf4a16f55e1cae3c48f178c64ad15ad59f2211d0c74f086fc6ec79f78cc691
7
+ data.tar.gz: 9229244bb7111a2d161726f68301c498172fb09be1168f2b193613138e9a81213e87fe8212036ba36d9fd458527d86e6dc5d335a56cdf8675c0a4b8f599e9ca1
@@ -13,6 +13,7 @@ Gem::Specification.new do |gem|
13
13
  monkeypatches `Jekyll::Site.process`.}
14
14
  gem.summary = %q{Create a .torrent file with your whole site!}
15
15
  gem.homepage = "https://github.com/mauriciopasquier/jekyll-torrent"
16
+ gem.license = "MIT"
16
17
 
17
18
  gem.files = `git ls-files`.split($/)
18
19
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module JekyllTorrent
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-torrent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Pasquier Juan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-12 00:00:00.000000000 Z
11
+ date: 2013-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -43,7 +43,8 @@ files:
43
43
  - lib/jekyll-torrent.rb
44
44
  - lib/jekyll-torrent/version.rb
45
45
  homepage: https://github.com/mauriciopasquier/jekyll-torrent
46
- licenses: []
46
+ licenses:
47
+ - MIT
47
48
  metadata: {}
48
49
  post_install_message:
49
50
  rdoc_options: []