summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-06 10:00:27 +0000
committerMark J. Titorenko <mark.titorenko@alces-software.com>2011-12-06 10:00:27 +0000
commitcac9a26f9dba1a136d96768ca4adb0c84f2a47da (patch)
treeeb5a4a2ec646ef403188cf5039438929672dd7b7
parentd3121d577c6f40519b50c13cd0d3e6b325937030 (diff)
downloadnet-dhcp-ruby-cac9a26f9dba1a136d96768ca4adb0c84f2a47da.tar.gz
correct homepage in gemspec; added other files to .document
-rw-r--r--.document2
-rw-r--r--net-dhcp.gemspec3
2 files changed, 4 insertions, 1 deletions
diff --git a/.document b/.document
index 1bd5d94..419ca8f 100644
--- a/.document
+++ b/.document
@@ -9,3 +9,5 @@ bin/*
-
features/**/*.feature
LICENSE
+README
+CHANGELOG
diff --git a/net-dhcp.gemspec b/net-dhcp.gemspec
index f13b714..64614b2 100644
--- a/net-dhcp.gemspec
+++ b/net-dhcp.gemspec
@@ -8,12 +8,13 @@ Gem::Specification.new do |s|
s.date = "2011-12-06"
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'
+ s.homepage = 'http://github.com/mjtko/net-dhcp-ruby'
s.summary = %Q{set of classes to low level handle the DHCP protocol}
s.description = %Q{The aim of Net::DHCP is to provide a set of classes to low level handle the DHCP protocol (rfc2131, rfc2132, etc.). With Net::DHCP you will be able to craft custom DHCP packages and have access to all the fields defined for the protocol.}
s.extra_rdoc_files = [
'LICENSE',
'README',
+ 'CHANGELOG'
]
s.required_rubygems_version = Gem::Requirement.new('>= 1.3.7')