nanoc-deploy 0.0.2 → 0.0.3

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.
data/README.md CHANGED
@@ -19,7 +19,7 @@ Otherwise, you can just install the gem manually:
19
19
 
20
20
  gem install nanoc-deploy
21
21
 
22
- and then in your nanoc project, put this in lib/default.rb:
22
+ and then in your nanoc project, put this in Rakefile:
23
23
 
24
24
  require 'nanoc-deploy/tasks'
25
25
 
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
 
3
- module Nanoc3::Extra
3
+ module NanocDeploy::Extra
4
4
  module Deployers
5
5
  autoload 'Cloud', 'nanoc-deploy/extra/deployers/cloud'
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module NanocDeploy
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Jack Chu"]
10
10
  s.email = ["jack@jackchu.com"]
11
- s.homepage = "https://github.com/kamui/nanoc-deploy"
11
+ s.homepage = "http://jackchu.com/easily-deploy-static-sites-into-the-cloud-wit"
12
12
  s.summary = %q{nanoc extension adds rake cloud deployment options using fog.}
13
13
  s.description = %q{}
14
14
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: nanoc-deploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jack Chu
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-27 00:00:00 Z
13
+ date: 2011-06-22 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nanoc
@@ -59,7 +59,7 @@ files:
59
59
  - lib/nanoc-deploy/tasks/deploy/cloud.rake
60
60
  - lib/nanoc-deploy/version.rb
61
61
  - nanoc-deploy.gemspec
62
- homepage: https://github.com/kamui/nanoc-deploy
62
+ homepage: http://jackchu.com/easily-deploy-static-sites-into-the-cloud-wit
63
63
  licenses: []
64
64
 
65
65
  post_install_message: