tmin_test 0.0.3 → 0.0.4
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/Gemfile.lock +1 -1
- data/firefly.sqlite3 +0 -0
- data/lib/tmin/version.rb +1 -1
- data/views/redirect.haml +0 -8
- metadata +1 -3
- data/tmin_test-0.0.1.gem +0 -0
- data/tmin_test-0.0.2.gem +0 -0
data/Gemfile.lock
CHANGED
data/firefly.sqlite3
CHANGED
|
Binary file
|
data/lib/tmin/version.rb
CHANGED
data/views/redirect.haml
CHANGED
|
@@ -34,10 +34,7 @@
|
|
|
34
34
|
regexp = /(www\.)?twitter.com/,
|
|
35
35
|
match = host.match(regexp);
|
|
36
36
|
|
|
37
|
-
if(ref && !regexp.test(location.host)) {
|
|
38
|
-
|
|
39
37
|
if(match) {
|
|
40
|
-
var button = document.getElementById("applink1")
|
|
41
38
|
simulateClick("applink1");
|
|
42
39
|
}
|
|
43
40
|
else {
|
|
@@ -48,8 +45,3 @@
|
|
|
48
45
|
|
|
49
46
|
}
|
|
50
47
|
|
|
51
|
-
|
|
52
|
-
var button = document.getElementById("applink1")
|
|
53
|
-
simulateClick("applink1");
|
|
54
|
-
|
|
55
|
-
}
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: tmin_test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- drobs
|
|
@@ -191,8 +191,6 @@ files:
|
|
|
191
191
|
- spec/spec_helper.rb
|
|
192
192
|
- test/helper.rb
|
|
193
193
|
- test/test_tmin.rb
|
|
194
|
-
- tmin_test-0.0.1.gem
|
|
195
|
-
- tmin_test-0.0.2.gem
|
|
196
194
|
- tmin_test.gemspec
|
|
197
195
|
- views/admin.haml
|
|
198
196
|
- views/ec.haml
|
data/tmin_test-0.0.1.gem
DELETED
|
Binary file
|
data/tmin_test-0.0.2.gem
DELETED
|
Binary file
|