capistrano-jekyll 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: 15012c72d2a1863de19caba575ccc557064b97ca
4
- data.tar.gz: d65be1056f17477de30450164c2d56af05842b49
3
+ metadata.gz: 020cc3ea5d8627769dd27581de0cb84b701db731
4
+ data.tar.gz: c740967c52633a114337766c1b4672ae98db6f4e
5
5
  SHA512:
6
- metadata.gz: 987ab99833836b1c88362bb65ec6f5fcf4971be4339e6b8707a331198dba17dadf4c408c23c9abe7a57bc910d24aaed6b98ef3cc994157a077989884c9520981
7
- data.tar.gz: cf97b05233b9235537838577f1c9f08072164d0766d092c5848f593be3e09a5c36d1d842cece172de262fc671f934203c2802741d96241f43528c4d38ada9923
6
+ metadata.gz: 2d2e6d3c36d2b33ad2e32561e6713231cd9e463ae317b969d364a3524547496d5772f04f38aa9dbf30a6d29729613b8874345c7eba0fc63a13ec455db8bc13ab
7
+ data.tar.gz: f4190098afdd3564ddf197c0573eeeeccee548e94f3caf72f3f4560800a8da26a317f571990e030e78ed834e207d255b4216c665ea7b656b90e00064a3fc89b5
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Capistrano integration for Jekyll'
13
13
  spec.description = 'Capistrano deploy tool integration for Jekyll static
14
- page generator'
14
+ website generator'
15
15
  spec.homepage = 'https://github.com/ne1ro/capistrano-jekyll'
16
16
  spec.license = 'MIT'
17
17
 
@@ -1,4 +1,4 @@
1
1
  # Gem version
2
2
  module CapistranoJekyll
3
- VERSION = '0.0.1'
3
+ VERSION = '0.0.2'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-jekyll
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
  - neiro
@@ -74,7 +74,7 @@ dependencies:
74
74
  version: 0.29.0
75
75
  description: |-
76
76
  Capistrano deploy tool integration for Jekyll static
77
- page generator
77
+ website generator
78
78
  email:
79
79
  - neiro.mail@gmail.com
80
80
  executables: []