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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4b4725ad3e2d0fc962dc388610eda7049aaad5e
4
- data.tar.gz: 7a224d84409eddcae184ba31990a5acea37c227f
3
+ metadata.gz: 2449ee39c7334cbd9ea05551003abbef63598bbc
4
+ data.tar.gz: 4ce2f24702903c8bbee9330fd86d7f34de20c458
5
5
  SHA512:
6
- metadata.gz: 60726e955aab6ed9db2f858108c2f891086a4bf92dc5d4620b53ad61d439dd367520bc45aeffd06813fb531572c9b690cd6cc3f2cd0f10727926e10424bd5364
7
- data.tar.gz: bb9162e8b8370b065fc2a827f5be678eec980d7f811f78b0f47767d816defbce9381d0c54154768a4035384f89b8953daf9f98392ebc13a018a6a72aae9c9b24
6
+ metadata.gz: 9822b96161764cf9025b16bc867b58a019e57e5be8779244724ffe856d8233e8618fae4d213786172b04d4d44a28b3abe91cea1d7f4968c3c0eede14b793fc47
7
+ data.tar.gz: efe936cd944132a11d04a96151f71762a47a3bbdd20901814024e863ba12245537a0fbfb733146ee9132a787f9285e991eb1eb5d9acfe7bcd404b1c1402d9d1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.2.4 - 2015-05-11
4
+ - Fix: `--site` flag now accepts an option as it should.
5
+
3
6
  ### 1.2.3 - 2015-05-01
4
7
  - Minor: Added short flags for --config and --force
5
8
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Deploy
3
- VERSION = "1.2.3"
3
+ VERSION = "1.2.4"
4
4
  end
5
5
  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.3
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-01 00:00:00.000000000 Z
11
+ date: 2015-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorator