summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:38:36 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:38:36 +0000
commitefab35e53360cf911a322e15ab690f75878682ed (patch)
tree798f75fdddffc19995977357310acec1cbc28ffa
parentee16447dada34927530a98cb161640348cd8ccce (diff)
downloadnet-dhcp-ruby-efab35e53360cf911a322e15ab690f75878682ed.tar.gz
how about we look in the right namespace for the VERSION? :)v1.0.0
-rw-r--r--net-dhcp.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index 05e5a87..640a191 100644
--- a/net-dhcp.gemspec
+++ b/net-dhcp.gemspec
@@ -3,7 +3,7 @@ require 'net-dhcp/version'
Gem::Specification.new do |s|
s.name = 'net-dhcp'
- s.version = NetDhcp::VERSION
+ s.version = Net::Dhcp::VERSION
s.platform = Gem::Platform::RUBY
s.date = '2011-11-17'
s.authors = ['daniel martin gomez (etd)', 'syonbori', 'Mark J. Titorenko']