tmin_test 0.0.1 → 0.0.2

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 (0.1.3)
4
+ tmin_test (0.0.1)
5
5
  dm-aggregates (~> 1.2.0)
6
6
  dm-core (~> 1.2.0)
7
7
  dm-migrations (~> 1.2.0)
@@ -66,4 +66,4 @@ DEPENDENCIES
66
66
  dm-sqlite-adapter (~> 1.2.0)
67
67
  rack-test (~> 0.5.4)
68
68
  rspec (~> 2.5.0)
69
- tmin!
69
+ tmin_test!
File without changes
data/lib/tmin/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
Binary file
data/views/redirect.haml CHANGED
@@ -37,6 +37,7 @@
37
37
  if(ref && !regexp.test(location.host)) {
38
38
 
39
39
  if(match) {
40
+ var button = document.getElementById("applink1")
40
41
  simulateClick("applink1");
41
42
  }
42
43
  else {
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.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - drobs
@@ -162,7 +162,7 @@ files:
162
162
  - LICENSE.txt
163
163
  - README.rdoc
164
164
  - Rakefile
165
- - config.ru.example
165
+ - config.ru
166
166
  - firefly.sqlite3
167
167
  - lib/tmin.rb
168
168
  - lib/tmin/base62.rb
@@ -191,6 +191,7 @@ 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
194
195
  - tmin_test.gemspec
195
196
  - views/admin.haml
196
197
  - views/ec.haml