phrase_assembler 1.3.9 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,9 @@ class PAAutomateProxy < PAAssembleProxy
18
18
  else
19
19
  proxy = self.send(automate_data[0])
20
20
  for i in 1...automate_data.length
21
- proxy = proxy.send(p_params[automate_data[i]].to_sym)
21
+ p_params[automate_data[i]].split('/').each{|p_param|
22
+ proxy = proxy.send(p_param.to_sym)
23
+ }
22
24
  end
23
25
  return proxy
24
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phrase_assembler
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 3
9
- - 9
10
- version: 1.3.9
8
+ - 4
9
+ - 0
10
+ version: 1.4.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Lovro \xC5\xBDmak, Radan Skori\xC4\x87, Drap"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-20 00:00:00 +02:00
18
+ date: 2011-07-15 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency