Skip to content

Commit

Permalink
Correct the gem version...
Browse files Browse the repository at this point in the history
  • Loading branch information
chernesk committed Oct 17, 2017
1 parent 96147bb commit 082f5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-ping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rbconfig'

Gem::Specification.new do |spec|
spec.name = 'net-ping'
spec.version = '2.0.1'
spec.version = '2.0.2'
spec.license = 'Artistic 2.0'
spec.author = 'Chris Chernesky'
spec.email = '[email protected]'
Expand Down

1 comment on commit 082f5cf

@EmmaTarget
Copy link

@EmmaTarget EmmaTarget commented on 082f5cf Oct 17, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to add a tag/release as 2.0.2 as well. So that the release is listed on the release tab on GitHub. But the gem that is on Rubygems appears correct.

I didn't notice there was a 2.0.1 tag already in the repo when I bumped the version. I just looked at what the version number was in the gemspec and then bumped it by one. Sorry about that.

Thanks for getting this released for me!

Please sign in to comment.