iron-spect 0.0.2 → 0.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.
@@ -44,8 +44,8 @@ module IronSpect
44
44
  first_split = project.split('=').each { |x| x.strip }
45
45
  guid = first_split[0].scan(/.*(\"\{.*\}\").*/)[0][0]
46
46
  pre_value = first_split[1].split(',').each { |x| x.strip }
47
- value = {:name => pre_value[0].strip, :path => pre_value[1].strip, :guid => pre_value[2].strip }
48
- { :guid => guid.strip, :assembly_info => value }
47
+ value = {:name => pre_value[0].strip.gsub("\"", ''), :path => pre_value[1].strip.gsub("\\", '/').gsub("\"", ''), :guid => pre_value[2].strip.gsub("\"", '') }
48
+ { :guid => guid.strip.gsub("\"", ''), :assembly_info => value }
49
49
  end
50
50
 
51
51
  def parse_global_section(global_section)
@@ -1,3 +1,3 @@
1
1
  module IronSpect
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron-spect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-19 00:00:00.000000000 Z
12
+ date: 2013-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-simple
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  segments:
142
142
  - 0
143
- hash: -3644515169702679292
143
+ hash: -942102175879302556
144
144
  required_rubygems_version: !ruby/object:Gem::Requirement
145
145
  none: false
146
146
  requirements:
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  version: '0'
150
150
  segments:
151
151
  - 0
152
- hash: -3644515169702679292
152
+ hash: -942102175879302556
153
153
  requirements: []
154
154
  rubyforge_project:
155
155
  rubygems_version: 1.8.25