boost_info 0.2.3 → 0.2.4

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: 8afc1f0ed49bd7e7e1e5039c47c7e777229799c6
4
- data.tar.gz: 5eb89758a14ad836fb53ae90675f5a1a9e9e9d1b
3
+ metadata.gz: 96f77c7e9ef37ef3d56d46c0fb4ccad0efd6b458
4
+ data.tar.gz: 3144dc183c22bb0adcee478d37fbab3c464a5c79
5
5
  SHA512:
6
- metadata.gz: c1d5f7a480ed3443ca99db81eabb3d63293656fa634e18084d214622b20f49da3473915db39bdc8eff5c0000fb04c1ca224f9a9187554f845baa68d1ec5566f1
7
- data.tar.gz: 1f55465d5f092a97c697234bbd0f1cc06e2aa06224d1d760bd5a88ef09c6aff73ca4e95569835ece6ad201c7b7ae2f1b93c7faef6b449db914b8dc8b7d7d68da
6
+ metadata.gz: 35b355d5c829b6a524f1e1189f6f54d825b531c7b913ea11c28286f0c5b32e2b5151cce7e4cf170e5f29a1c713b41f0037b83bfa1bfb024d92660a32b8e008a4
7
+ data.tar.gz: 24338bb34f8e00a717099c66cc6b1bbd80c9ddfa7de255bf73b52f9aa4c280b8d83a97376f7d0c28a02324b829361a5612a4357cb83f4228920ff6407b8531f0
@@ -34,7 +34,7 @@ module BoostInfo
34
34
  node = get(next_node_key).first
35
35
  node.find_by_path(path) if node
36
36
  elsif path.size == 1
37
- last_key = path.last.to_s
37
+ last_key = path.last
38
38
  get(last_key).first
39
39
  end
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module BoostInfo
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boost_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Vetrov
@@ -95,9 +95,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.4.6
98
+ rubygems_version: 2.4.8
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Simple parser for Boost INFO format
102
102
  test_files: []
103
- has_rdoc: