harpoon 0.0.7 → 0.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa024bb849b634fa48b7755ec9611da45f5b8fd5
4
- data.tar.gz: c84079dd3da8aa6b36ea0f70664300608ac9979c
3
+ metadata.gz: daba8dc04aa3dc310115b7b85a5d6e3d1288bf92
4
+ data.tar.gz: fcf3cb808bab70ebe1bc8ea55a712d4f76bdd2bf
5
5
  SHA512:
6
- metadata.gz: 03a4beafca2f0d09b702c4b4f5b19679f3f31a5961ce4a788fa99e1f70762dac55fe4a3b5670a8f51f41bd12354a17541f006303428c4129697228cd4f34f499
7
- data.tar.gz: 9d16e833b97d6b974c97f25d1cf6ae1b6a0bc26ecffd5a32f008323c44f6008280df06346eb481f7eaf5a4ec71fdd45a97a1b0cfea254c1e173a9295d6bd8cb5
6
+ metadata.gz: b961a3482bc12c45df34aaa3583193a17c8306f9fb280aa909f47cb8f6647802b17d2f4d5c83f143496ab64d60c02350d54611149bce2109d6f31d4d223c2750
7
+ data.tar.gz: 289843031596e12945de3b2ec36d24222af0d9998319e4300dc82452ba9a7aa235654ac9ef7bcee504d9c492e3901e0570a635ada1832b299581f99c46c1aa74
data/harpoon.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'harpoon'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
4
4
  s.date = '2014-08-20'
5
5
  s.summary = "A single page app deployer for amazon s3"
6
6
  s.description = "Deploy small server-less webapps to amazon s3, including buckets, dns and permissions"
@@ -70,8 +70,8 @@ module Harpoon
70
70
  exit
71
71
  end
72
72
 
73
- if @config[:primary_domain]
74
- if site.custom_domain == @config[:primary_domain]
73
+ if @options.primary_domain
74
+ if site.custom_domain == @options.primary_domain
75
75
  @logger.pass "Custom domain configured"
76
76
  else
77
77
  @logger.fail "Custom domain not setup"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harpoon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Quinn