middleman-fjords 1.1.1 → 1.1.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: a82040edd28673d38cffe08fe2993827f2f984f8
4
- data.tar.gz: ab252bdabd2545d368f0926380e196ad4c1bb389
3
+ metadata.gz: 867a1e387a46be478c2dcd2f7a08280168b640ad
4
+ data.tar.gz: 2cacc145932447e48b3ff197ba01966b50f47c52
5
5
  SHA512:
6
- metadata.gz: 51b7dbe0f51119a70328302d6b40566c13ab56e980408989287b7f7ec2fd4408c7da69b3dedf63f69c596ac0d4f7a6f1b4d787b4b6d49adbfd53f8c29e6ae5b5
7
- data.tar.gz: 6c28bc5700dfa27371344e26754a939f882264771afc4de48bfa7fe0428ff26c1d4d84787ffff1d9710db7c0ce1c64c7993e9e696fa428cdcdc275313e5d44c3
6
+ metadata.gz: db516b2cab391d6e2afd1c1d00d7cdc5c0a71920af16cc82a8d3c05216c7823cb56cecdff5036e6638080a4d4240fec8bd561d5504be84ceb9366bee33552131
7
+ data.tar.gz: 5cb053c215907b4f7115a244f6864eb65ea211de973ef79b1c46e3922f5094cc30e872d2a2508f47b2487651cb1f2328bf2510d6bd69b0273df5698da4c7e378
@@ -76,7 +76,7 @@ module Middleman
76
76
  if !::Fjords::Client.has_cdn(opts.domain)
77
77
  site = ::Fjords::Client.enable_cdn(opts.domain)
78
78
 
79
- puts %Q{Enabled CDN for "#{domain}".}
79
+ puts %Q{Enabled CDN for "#{opts.domain}".}
80
80
  puts "Deploying your files around the planet takes some time."
81
81
  puts "Please be patient."
82
82
  puts
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module Fjords
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-fjords
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-14 00:00:00.000000000 Z
11
+ date: 2013-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core