octopress-deploy 1.0.0.rc.4 → 1.0.0.rc.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7968798e38edd1e84a1a17675f80a4bc27fd7133
4
- data.tar.gz: c5f656792f649869a5859bc4c9126572db0839bc
3
+ metadata.gz: f09b31e6aa0f3d103e61dc12c6d16104c6beb07f
4
+ data.tar.gz: 82554203c1788bf4a3daff348013d4dd457bfc69
5
5
  SHA512:
6
- metadata.gz: fa5a2945b68dcf5232561ead94bc3d43e3fb46d29d3a5e8e4888ef9f00387e4733a3a99399e78442c69cf4f2d4f0f06da60ba71ab652003636398f4df801d8aa
7
- data.tar.gz: 7b25721c844db63e60555861af512541ee7d8d63a8c99551f17f14106778a0439370e6c257395c654fa941ea5efd43e9fe01b2f6087384e4fc88753aca3c89e4
6
+ metadata.gz: 58171d42cffb38df63f6626ea6301bea6d2f411dca39541464b3523cde913097ca9ffd63fb9fb8aaeba29d4bcbb7ab01965332cbfd15fe89c578e891f05c854e
7
+ data.tar.gz: b63e8b106dd950ee6646fb2f2e9ea3832a3b4c9286cfa49d5b4ee2fa36ba5f6bdc3e8f959d0f6d2479c7a14cb775420a1742897a80b4ef72e58f5d7a58f96f73
data/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## Current version
4
4
 
5
+ ### 1.0.0 RC5 - 2014-04-01
6
+
7
+ - Fixed: `site_dir` config didn't work.
8
+
9
+ ## Past versions
10
+
11
+ ### 1.0.0 RC4 - 2014-03-22
12
+
13
+ - Added: Octopress Ink documentation site support
14
+
5
15
  ### 1.0.0 RC3 - 2014-03-22
6
16
 
7
17
  #### Minor Enhancements
@@ -16,7 +26,6 @@
16
26
  - No longer stripping forward slashes on remote_path. Issue #18
17
27
  - `pull` command no longer promises a default directory.
18
28
 
19
- ## Past versions
20
29
 
21
30
  ### 1.0.0 RC2 - 2014-03-18
22
31
  - CHANGE: `add_bucket` command becomes `add-bucket`
@@ -71,7 +71,7 @@ module Octopress
71
71
 
72
72
  def self.site_dir
73
73
  @options[:site_dir] || if File.exist? '_config.yml'
74
- YAML.load(File.open('_config.yml'))['destination'] || '_site'
74
+ YAML.load(File.open('_config.yml'))['site_dir'] || '_site'
75
75
  else
76
76
  '_site'
77
77
  end
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Deploy
3
- VERSION = "1.0.0.rc.4"
3
+ VERSION = "1.0.0.rc.5"
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.0.0.rc.4
4
+ version: 1.0.0.rc.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-25 00:00:00.000000000 Z
11
+ date: 2014-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress