octopress-deploy 1.0.0.rc.10 → 1.0.0.rc.11

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: f4580721f021dfc36234fac0e0ec89b28dc28375
4
- data.tar.gz: 5090fccfc2df6d42a64205a87c02e8b73cd0c31b
3
+ metadata.gz: 296a444e68bbd230304ed1ab4f85e7d97523e419
4
+ data.tar.gz: 6598445489a8e5282e2411eba164ee5f0e41c024
5
5
  SHA512:
6
- metadata.gz: 1caae7786c95ec2992a8f29735682ee5b34e18f3b3c8701a791e11f0657e13ed4f22d08f2c7bdad2093087323e1c1a4bd055f07fda1cb37c8818547a15842756
7
- data.tar.gz: 9e871d50622b25ea1d46d0a099987a9b77a6d52ff35383f573a929ad7c8a430278fbbce59283b074882e4de57bc01945c32652676722929e664a8309281bd6f3
6
+ metadata.gz: 1803d580f91c4528ca5346de10a40c590cde16ef44c2c56681012e01bd4ad30580c4e19e7c898cd697b0c724041643f925221e922bb79f6d3f1e38f74f9a32bf
7
+ data.tar.gz: 79c1cf157adc9a9046fa6360fd9f59b4b40b4df9a84acd49dee858d1f9addc51b1a3a9ba57d3f662de443fa56706da89cd2902ce36545102a5056f071e940ca2
data/CHANGELOG.md CHANGED
@@ -1,12 +1,11 @@
1
1
  # Octopress Deploy Changelog
2
2
 
3
- ## Current version
3
+ ### 1.0.0 RC11 - 2014-07-06
4
+ - Fix: Changed git add command to be more broadly suitable.
4
5
 
5
6
  ### 1.0.0 RC10 - 2014-07-06
6
7
  - Fix: Pass options to initialization when adding a bucket. [#34](https://github.com/octopress/deploy/pull/34)
7
8
 
8
- ## Past versions
9
-
10
9
  ### 1.0.0 RC9 - 2014-05-31
11
10
 
12
11
  - New: S3 header configuration options. [#25](https://github.com/octopress/deploy/issues/25)
@@ -114,7 +114,7 @@ CONFIG
114
114
  target_dir = File.join(@deploy_dir, @remote_path).sub(/\/$/,'')
115
115
  FileUtils.cp_r @site_dir + '/.', target_dir
116
116
  message = "Site updated at: #{Time.now.utc}"
117
- `git add --all :/`
117
+ `git add --all .`
118
118
  `git commit -m \"#{message}\"`
119
119
  end
120
120
  end
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Deploy
3
- VERSION = "1.0.0.rc.10"
3
+ VERSION = "1.0.0.rc.11"
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.10
4
+ version: 1.0.0.rc.11
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-07-07 00:00:00.000000000 Z
11
+ date: 2014-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress