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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tmin_test (0.0.1)
4
+ tmin_test (0.0.3)
5
5
  dm-aggregates (~> 1.2.0)
6
6
  dm-core (~> 1.2.0)
7
7
  dm-migrations (~> 1.2.0)
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.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
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.3
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