Skip to content

Commit

Permalink
Updated Gemspec for v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chernesk committed Aug 5, 2016
1 parent e359595 commit f72d3cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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 = '1.7.7'
spec.version = '2.0.0'
spec.license = 'Artistic 2.0'
spec.author = 'Chris Chernesky'
spec.email = '[email protected]'
Expand All @@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
# The TCP Ping class requires this for non-blocking sockets.
spec.required_ruby_version = ">= 1.9.3"

spec.add_development_dependency('test-unit')
spec.add_development_dependency('fakeweb')
spec.add_development_dependency('rake')
spec.add_development_dependency('test-unit', '~> 0')
spec.add_development_dependency 'fakeweb~> 0', '~> 0'
spec.add_development_dependency('rake', '~> 0')

if File::ALT_SEPARATOR
require 'rbconfig'
Expand Down

0 comments on commit f72d3cf

Please sign in to comment.