jstp 0.5.1 → 0.5.2

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.
Files changed (3) hide show
  1. data/lib/jstp/engine.rb +2 -2
  2. data/lib/jstp/version.rb +1 -1
  3. metadata +1 -1
@@ -26,8 +26,8 @@ module JSTP
26
26
  query = []
27
27
  resource_stack.each do |item|
28
28
  begin
29
- eval(class_stack + item)
30
- class_stack += "#{item}::"
29
+ eval(class_stack + item.to_s.capitalize)
30
+ class_stack += "#{item.capitalize}::"
31
31
  rescue NameError, SyntaxError
32
32
  query << item
33
33
  end
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module JSTP
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jstp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: