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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3335ecc6a5982dd61e353698ee6ed3521a65b62f
4
- data.tar.gz: 6b5fc858d82ed0290ea6553f2950f9741718a883
3
+ metadata.gz: 3efe926242e9c3f0936e369b1c3881909a2db698
4
+ data.tar.gz: 1093e88356c8500b3fe8a8cc0a730c9cefb70441
5
5
  SHA512:
6
- metadata.gz: 23b4efe0fd05a85e1a68b75a04e1b3397654b6d0ab0f245d4a69fe77355d81a75ad6936496babc3764e9cf703396a61839de8056f7030a1dc43abdd11740f997
7
- data.tar.gz: 5ba60aa87c352378fe530213d068e54e6e0b23db48f994cfc644cf4c258e65da58a857967d68d2d64e8a7d785e58dbd0ebf8805b7564193a2758d532f867f37c
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(:add_bucket) do |c|
37
- c.syntax 'add_bucket [options]'
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)'
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Deploy
3
- VERSION = "1.0.0.rc.1"
3
+ VERSION = "1.0.0.rc.2"
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.1
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-18 00:00:00.000000000 Z
11
+ date: 2014-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octopress