iron-spect 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module IronSpect
|
|
7
7
|
@solution = {}
|
8
8
|
if File.directory?(solution_file_path)
|
9
9
|
sln_file = Dir["#{solution_file_path}/*.sln"]
|
10
|
-
raise "Solution file not present in directory #{solution_file_path}" if sln_file.
|
10
|
+
raise "Solution file not present in directory #{solution_file_path}" if sln_file.empty?
|
11
11
|
puts "Multiple solution files found in directory #{solution_file_path}. Accepting the first." if sln_file.count > 1
|
12
12
|
@solution_file = File.open(sln_file[0], 'r+')
|
13
13
|
elsif File.file?(solution_file_path)
|
data/lib/iron-spect/version.rb
CHANGED
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: 1.0.
|
4
|
+
version: 1.0.1
|
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-08-
|
12
|
+
date: 2013-08-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: xml-simple
|
@@ -141,7 +141,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
141
141
|
version: '0'
|
142
142
|
segments:
|
143
143
|
- 0
|
144
|
-
hash:
|
144
|
+
hash: -2031665964548247241
|
145
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
146
146
|
none: false
|
147
147
|
requirements:
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
version: '0'
|
151
151
|
segments:
|
152
152
|
- 0
|
153
|
-
hash:
|
153
|
+
hash: -2031665964548247241
|
154
154
|
requirements: []
|
155
155
|
rubyforge_project:
|
156
156
|
rubygems_version: 1.8.25
|