siriproxypm-clientstatecache 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -211,8 +211,8 @@ class SiriProxy::PluginManager::ClientStateCache < SiriProxy::PluginManager
211
211
  def get_app_config(*args)
212
212
  result = $APP_CONFIG
213
213
  if args != nil \
214
- && (first_arg = args.unshift) != nil
215
- result = result.const_get(first_arg)
214
+ && (first_arg = args.unshift) != nil \
215
+ && (result = result.first_arg) != nil
216
216
  args.each do |arg|
217
217
  if arg == nil \
218
218
  ||config_data == nil \
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "siriproxypm-clientstatecache"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["litlfred"]
8
8
  s.email = [""]
9
9
  s.homepage = ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siriproxypm-clientstatecache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: