middleman-sync 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Synchronise your Middleman build to S3 and more
4
4
 
5
- Middleman Sync is a post build hook & CLI for Middleman which allows you to use [Asset Sync](https://raw.github.com/rumblelabs/asset_sync) for your static build deployments.
5
+ Middleman-Sync is a Middleman extension that wraps the excellant [Asset Sync](https://raw.github.com/rumblelabs/asset_sync) to allow for both a CLI and after_build hook to your Middleman build's
6
6
 
7
7
  ## Installation
8
8
 
@@ -26,8 +26,8 @@ module Middleman
26
26
  app.after_configuration do
27
27
 
28
28
  options.after_build ||= false
29
- options.prefix = build_dir
30
- options.public_path = Pathname(".")
29
+ options.prefix = "*"
30
+ options.public_path = build_dir
31
31
 
32
32
  AssetSync.configure do |config|
33
33
  config.enabled = true
@@ -1,7 +1,7 @@
1
1
  module Middleman
2
2
 
3
3
  module Sync
4
- VERSION = "3.0.2"
4
+ VERSION = "3.0.3"
5
5
  end
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: