window_rails 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == v0.2.10
2
+ * Fixes close window bug
3
+
1
4
  == v0.2.9
2
5
  * Let #window return raw string when passed :raw argument
3
6
  * Check for window before attempting to close a window
@@ -13,5 +13,5 @@ module WindowRails
13
13
  end
14
14
  end
15
15
 
16
- VERSION = Version.new('0.2.9')
16
+ VERSION = Version.new('0.2.10')
17
17
  end
@@ -381,7 +381,7 @@ module WindowRailsGenerators
381
381
  [options.to_s]
382
382
  end
383
383
  win_name.each do |win|
384
- self << check_for_window(win, false){ "#{window(win, :raw)}.dialog('close');"}
384
+ self << check_for_window(win, false){ self << "#{window(win, :raw)}.dialog('close');"}
385
385
  end
386
386
  end
387
387
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: window_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 9
10
- version: 0.2.9
9
+ - 10
10
+ version: 0.2.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Roberts
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-21 00:00:00 -08:00
18
+ date: 2011-12-22 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency