hawk 1.1.0 → 1.1.1
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/lib/hawk/version.rb +1 -1
- data/templates/Hawkfile +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: 86e02f0d59e22db8d1fb91dc8d150d936ae49dd8
|
|
4
|
+
data.tar.gz: f9eb2eef617258a3518a525e9ce08a2e0d733c3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b11469d2ca20f01b95e0d2d3039fa637b7d40a39e18dd8b65fa53c2a1d91c6b6fde8c1157148361814a91f8e098a15523e0fa14ce03182abef7eeaff4ac970e8
|
|
7
|
+
data.tar.gz: c68f81f98f1040ccb69a1183012f8d54be54f9156e8d223f62bf9573c47a69624c76e271ad31ef117ea831dc4d9f82ea90535cda71991648700af6ea7aa1d771
|
data/lib/hawk/version.rb
CHANGED
data/templates/Hawkfile
CHANGED
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
# Info.plist file
|
|
61
61
|
# <%= repo_version %> : An SCM specific version number taken from the current state
|
|
62
62
|
# of the project
|
|
63
|
-
# <%=
|
|
64
|
-
# the application
|
|
63
|
+
# <%= webpage_url %> : The url of an S3 hosted page which will redirect the user to
|
|
64
|
+
# install the application when opened on an iOS device
|
|
65
65
|
#
|
|
66
66
|
|
|
67
67
|
email_subject "A new update of <%= app_name %> is available for download"
|