summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:47:22 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-11-17 20:47:22 +0000
commita4e1f43b715d11cab4a3f35977caa2f79525aace (patch)
tree044480a4c0023dbca6a69787451030d89fe313af
parentefab35e53360cf911a322e15ab690f75878682ed (diff)
downloadnet-dhcp-ruby-a4e1f43b715d11cab4a3f35977caa2f79525aace.tar.gz
Version bump to 1.0.1v1.0.1
-rw-r--r--lib/net-dhcp/version.rb2
-rw-r--r--net-dhcp.gemspec3
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/net-dhcp/version.rb b/lib/net-dhcp/version.rb
index 350ffc6..40851c0 100644
--- a/lib/net-dhcp/version.rb
+++ b/lib/net-dhcp/version.rb
@@ -1,5 +1,5 @@
module Net
module Dhcp
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
end
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index 640a191..8695396 100644
--- a/net-dhcp.gemspec
+++ b/net-dhcp.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'net-dhcp'
s.version = Net::Dhcp::VERSION
s.platform = Gem::Platform::RUBY
- s.date = '2011-11-17'
+ s.date = "2011-11-17"
s.authors = ['daniel martin gomez (etd)', 'syonbori', 'Mark J. Titorenko']
s.email = 'mark.titorenko@alces-software.com'
s.homepage = 'http://github.com/mjtko/net-dhcp'
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']
- s.add_runtime_dependency 'pcap', '~> 0.7.0'
s.add_development_dependency 'rspec'
s.add_development_dependency 'bundler'
s.add_development_dependency 'bueller'