tmin 0.1.4 → 0.1.5

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/firefly.sqlite3 CHANGED
Binary file
data/lib/tmin/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
data/tmin-0.1.4.gem ADDED
Binary file
data/views/redirect.haml CHANGED
@@ -28,7 +28,7 @@
28
28
  };
29
29
  }
30
30
 
31
- if(/https:\/\/(www\.)?twitter\.com/.test(document.referrer)) {
31
+ if(/https:\/\/(www\.)?twitter.com/.test(document.referrer)) {
32
32
  simulateClick("applink1");
33
33
  }
34
34
  else {
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tmin
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - drobs
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-27 00:00:00 Z
13
+ date: 2012-03-28 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: sinatra