iron-spect 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/iron-spect.gemspec +1 -1
- data/lib/iron-spect/version.rb +1 -1
- metadata +4 -4
data/iron-spect.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = %w(Nicholas Terry)
|
11
11
|
gem.description = %q{C# project file parser and inspector}
|
12
12
|
gem.summary = %q{C# project file parser and inspector}
|
13
|
-
gem.homepage = ''
|
13
|
+
gem.homepage = 'https://github.com/nterry/iron-spect'
|
14
14
|
gem.license = 'Apache2'
|
15
15
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
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: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -125,7 +125,7 @@ files:
|
|
125
125
|
- lib/iron-spect/parsers/project_file_parser.rb
|
126
126
|
- lib/iron-spect/parsers/solution_file_parser.rb
|
127
127
|
- lib/iron-spect/version.rb
|
128
|
-
homepage:
|
128
|
+
homepage: https://github.com/nterry/iron-spect
|
129
129
|
licenses:
|
130
130
|
- Apache2
|
131
131
|
post_install_message:
|
@@ -140,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
segments:
|
142
142
|
- 0
|
143
|
-
hash: -
|
143
|
+
hash: -3644515169702679292
|
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: -
|
152
|
+
hash: -3644515169702679292
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
155
|
rubygems_version: 1.8.25
|