octopress-deploy 1.2.3 → 1.2.4
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/octopress-deploy/commands.rb +1 -1
- data/lib/octopress-deploy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2449ee39c7334cbd9ea05551003abbef63598bbc
|
|
4
|
+
data.tar.gz: 4ce2f24702903c8bbee9330fd86d7f34de20c458
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9822b96161764cf9025b16bc867b58a019e57e5be8779244724ffe856d8233e8618fae4d213786172b04d4d44a28b3abe91cea1d7f4968c3c0eede14b793fc47
|
|
7
|
+
data.tar.gz: efe936cd944132a11d04a96151f71762a47a3bbdd20901814024e863ba12245537a0fbfb733146ee9132a787f9285e991eb1eb5d9acfe7bcd404b1c1402d9d1e
|
data/CHANGELOG.md
CHANGED
|
@@ -103,7 +103,7 @@ module Octopress
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
def self.add_common_init_options(c)
|
|
106
|
-
c.option 'site_dir', '--site', 'Path to generated site (default: _site).'
|
|
106
|
+
c.option 'site_dir', '--site DIR', 'Path to generated site (default: _site).'
|
|
107
107
|
c.option 'force', '-f', '--force', 'Overwrite any exiting config file.'
|
|
108
108
|
c.option 'config_file', "-c", '--config FILE', 'Choose a config file name. (default. _deploy.yml)'
|
|
109
109
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: octopress-deploy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colorator
|