pmux-gw 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,7 +53,7 @@ module Pmux
53
53
  end
54
54
  new_last_rotate = Date.today()
55
55
  if new_last_rotate.day != @last_rotate.day || @reset
56
- @file_path = build_file_path(@last_rotate)
56
+ @file_path = build_file_path(@new_last_rotate)
57
57
  if !@fp.nil?
58
58
  @fp.close()
59
59
  @fp = nil
@@ -12,7 +12,12 @@
12
12
  <script type="text/javascript" src="/js/jquery-ui-1.9.2.custom.js"></script>
13
13
  <script type="text/javascript">
14
14
  $(document).ready(function() {
15
- var dialog_selector = $("#dialog").dialog({ autoOpen: false, width: "90%", modal: true, title: "Detail" });
15
+ var dialog_selector = $("#dialog").dialog({ autoOpen: false,
16
+ width: "94%",
17
+ title: "Detail",
18
+ resizable: false,
19
+ position: {my: "center top+10", at: "center top+10", of: window },
20
+ buttons: [{text: "close", click: function() { $(this).dialog("close"); }}] });
16
21
  $(".detail").click(function() {
17
22
  var target_selector = $(this);
18
23
  var req_params = {
@@ -1,5 +1,5 @@
1
1
  module Pmux
2
2
  module Gateway
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pmux-gw
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Hiroyuki Kakine
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-12-20 00:00:00 +09:00
18
+ date: 2013-01-11 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency