iron-spect 0.0.1 → 0.0.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.
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($/)
@@ -1,3 +1,3 @@
1
1
  module IronSpect
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
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.1
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: -716888684592551723
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: -716888684592551723
152
+ hash: -3644515169702679292
153
153
  requirements: []
154
154
  rubyforge_project:
155
155
  rubygems_version: 1.8.25