tmin_test 0.0.2 → 0.0.3

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.
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
Binary file
@@ -47,6 +47,9 @@
47
47
  simulateClick("applink1");
48
48
 
49
49
  }
50
- window.location = ref;
50
+
51
+
52
+ var button = document.getElementById("applink1")
53
+ simulateClick("applink1");
51
54
 
52
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.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - drobs
@@ -192,6 +192,7 @@ files:
192
192
  - test/helper.rb
193
193
  - test/test_tmin.rb
194
194
  - tmin_test-0.0.1.gem
195
+ - tmin_test-0.0.2.gem
195
196
  - tmin_test.gemspec
196
197
  - views/admin.haml
197
198
  - views/ec.haml