druzy-mvc 1.4.0.2 → 1.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 72b753a21e247f789e161ba792fa8defae6b80fc
4
- data.tar.gz: 1e7d9dbc8d01801e2ae6b8ae79bd718b7624d717
3
+ metadata.gz: 930edb5df7d628be348bc6030ca2a7a7b132e43e
4
+ data.tar.gz: d2c4b5e9c2365d78187bea7da46e5adf6d4d018a
5
5
  SHA512:
6
- metadata.gz: 05830a2c6fc28e917f20ebe71c0e462d19886c05404f78565cc4488dc3d55bde38c6bdf3a797a45a9cc885f442984fad356c79fa80b460b0eed78e09d65af0e6
7
- data.tar.gz: ed90f907ccec8d4b3a306ed270b70016ee3ef3dff1b55683e6ccbd0c1013cd81d28c4f8a5b304ea0b640684b3d536e96895fd001bd406a91cf5734493566646e
6
+ metadata.gz: cbf63a4180f32efd9b91267ecaa81b2bb83c0b9cf8c3e20042879c7390a29de6b24fb1ff67fde548886b151659056fb9a79d267970d86968514e87e295f7edaf
7
+ data.tar.gz: 8c6ecf8f0e649988df5626ec761e0cbb0af5949102263be701019f6065f4b1dde842be97bbda0eb1b4eaf5a4332d17c98f9bc61cb20880a067be9af96cdec3c8
@@ -21,7 +21,7 @@ module Druzy
21
21
  while hash[:action] != 'exit' do
22
22
  hash[:kwargs] ||= {}
23
23
  Thread.new do
24
- @controller.notify_action(self,hash[:action],hash[:kwargs])
24
+ @controller.notify_action(self,hash[:action].to_sym,hash[:kwargs])
25
25
  end
26
26
  hash = XmlSimple.xml_in(@stdout.gets, :ForceArray => false, :KeyToSymbol => true)
27
27
  end
@@ -1,5 +1,5 @@
1
1
  module Druzy
2
2
  module MVC
3
- VERSION = "1.4.0.2"
3
+ VERSION = "1.4.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: druzy-mvc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.2
4
+ version: 1.4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Le Greneur