tmin 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.
- data/lib/tmin/version.rb +1 -1
- data/tmin-0.0.7.gem +0 -0
- data/views/redirect.haml +1 -1
- metadata +3 -3
data/lib/tmin/version.rb
CHANGED
data/tmin-0.0.7.gem
ADDED
Binary file
|
data/views/redirect.haml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<a id="applink1" href="#{@url.url}">Opening the awesome event now!</a>
|
2
2
|
|
3
3
|
:javascript
|
4
|
-
var appstorefail = "itms://itunes.apple.com/us/app/
|
4
|
+
var appstorefail = "itms://itunes.apple.com/us/app/tminus-make-share-countdown/id507726329?mt=8";
|
5
5
|
function applink(fail){
|
6
6
|
return function(){
|
7
7
|
var clickedAt = +new Date;
|
metadata
CHANGED