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 +4 -4
- data/harpoon.gemspec +1 -1
- data/lib/harpoon/services/bitballoon.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: daba8dc04aa3dc310115b7b85a5d6e3d1288bf92
|
|
4
|
+
data.tar.gz: fcf3cb808bab70ebe1bc8ea55a712d4f76bdd2bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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 @
|
|
74
|
-
if site.custom_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"
|