octopress-deploy 1.0.0.rc.1 → 1.0.0.rc.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/octopress-deploy/commands.rb +2 -2
- 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: 3efe926242e9c3f0936e369b1c3881909a2db698
|
4
|
+
data.tar.gz: 1093e88356c8500b3fe8a8cc0a730c9cefb70441
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3de6a859d40bb71a6be9d544780965a325957d41d2b5012ebdd5755afb140f75f21f176aff62981c8196dd12ad327e027a1af7b8c5e060acfef5a836cc77a73c
|
7
|
+
data.tar.gz: 2518b7c9a75884da919a445c8eb709a0f657e747b36c9d23ce7abbe829158f47806f6b08492babac0f807745df86db42cf402f70d7ca6382f54d70a0e8d1ae7e
|
data/README.md
CHANGED
@@ -4,11 +4,13 @@ Deployment tools for Octopress and Jekyll blogs (or really any static site).
|
|
4
4
|
|
5
5
|
Currently this supports deploying through S3, Git and Rsync. Pull request to support other deployment methods are welcome.
|
6
6
|
|
7
|
+
[![Gem Version](https://badge.fury.io/rb/octopress-deploy.png)](http://badge.fury.io/rb/octopress-deploy)
|
8
|
+
|
7
9
|
## Installation
|
8
10
|
|
9
11
|
Add this line to your application's Gemfile:
|
10
12
|
|
11
|
-
gem 'octopress-deploy'
|
13
|
+
gem 'octopress-deploy', '~> 1.0.0.rc.1'
|
12
14
|
|
13
15
|
And then execute:
|
14
16
|
|
@@ -16,7 +18,7 @@ And then execute:
|
|
16
18
|
|
17
19
|
Or install it yourself as:
|
18
20
|
|
19
|
-
$ gem install octopress-deploy
|
21
|
+
$ gem install octopress-deploy --pre
|
20
22
|
|
21
23
|
## Set up
|
22
24
|
|
@@ -33,8 +33,8 @@ module Octopress
|
|
33
33
|
end
|
34
34
|
end
|
35
35
|
|
36
|
-
c.command(:
|
37
|
-
c.syntax '
|
36
|
+
c.command(:'add-bucket') do |c|
|
37
|
+
c.syntax 'add-bucket [options]'
|
38
38
|
c.description "Add a new S3 bucket and configure it for static websites."
|
39
39
|
c.option 'bucket_name','--name NAME','Choose a bucket name. (Defaults: to bucket_name in config file)'
|
40
40
|
c.option 'region','--region REGION','Choose a region. (Defaults: to region in config file)'
|
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
|
+
version: 1.0.0.rc.2
|
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-
|
11
|
+
date: 2014-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: octopress
|