middleman-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/Gemfile CHANGED
@@ -3,8 +3,6 @@ source :rubygems
3
3
  # Specify your gem's dependencies in middleman-deploy.gemspec
4
4
  gemspec
5
5
 
6
- gemspec
7
-
8
6
  group :development do
9
7
  gem "rake", "~> 0.9.2"
10
8
  gem "rdoc", "~> 3.9"
data/README.md CHANGED
@@ -31,7 +31,7 @@ Then run:
31
31
 
32
32
  #### These settings are required.
33
33
 
34
- Edit `config.ru`, and add:
34
+ Edit `config.rb`, and add:
35
35
 
36
36
  activate :deploy do |deploy|
37
37
  deploy.user = "tvaughan"
@@ -18,7 +18,7 @@ module Middleman
18
18
  true
19
19
  end
20
20
 
21
- desc "deploy", "Deploy to a remote host over rsync"
21
+ desc "deploy", "Copy build directory to a remote host over rsync"
22
22
  method_option "clean",
23
23
  :type => :boolean,
24
24
  :aliases => "-c",
@@ -1,6 +1,6 @@
1
1
  module Middleman
2
2
  module Deploy
3
3
  PACKAGE = "middleman-deploy"
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Tom Vaughan"]
10
10
  s.email = ["thomas.david.vaughan@gmail.com"]
11
- s.homepage = "http://flavors.me/tvaughan"
11
+ s.homepage = "http://tvaughan.github.com/middleman-deploy/"
12
12
  s.summary = %q{Deploy a middleman built site over rsync.}
13
13
  s.description = %q{Deploy a middleman built site over rsync.}
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-22 00:00:00.000000000 Z
12
+ date: 2012-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: middleman-core
16
- requirement: &9788140 !ruby/object:Gem::Requirement
16
+ requirement: &9399040 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *9788140
24
+ version_requirements: *9399040
25
25
  description: Deploy a middleman built site over rsync.
26
26
  email:
27
27
  - thomas.david.vaughan@gmail.com
@@ -41,7 +41,7 @@ files:
41
41
  - lib/middleman-deploy/pkg-info.rb
42
42
  - lib/middleman_extension.rb
43
43
  - middleman-deploy.gemspec
44
- homepage: http://flavors.me/tvaughan
44
+ homepage: http://tvaughan.github.com/middleman-deploy/
45
45
  licenses: []
46
46
  post_install_message:
47
47
  rdoc_options: []