Added version number.

Removed RELEASE_NOTES in favor of ChangeLog.
Removed COPYING in favor of LICENCE.
This commit is contained in:
blackhedd 2006-04-30 11:32:52 +00:00
parent 2faf22a2af
commit 12f7d6efec

View file

@ -1,6 +1,6 @@
spec = Gem::Specification.new {|s| spec = Gem::Specification.new {|s|
s.name = "netldap" s.name = "netldap"
s.version = em_version s.version = "0.0.1"
s.author = "Francis Cianfrocca" s.author = "Francis Cianfrocca"
s.email = "garbagecat10@gmail.com" s.email = "garbagecat10@gmail.com"
s.homepage = "netldap@rubyforge.org" s.homepage = "netldap@rubyforge.org"
@ -9,5 +9,5 @@ spec = Gem::Specification.new {|s|
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.test_file = "tests/testem.rb" s.test_file = "tests/testem.rb"
s.has_rdoc = true s.has_rdoc = true
s.extra_rdoc_files = ["README", "RELEASE_NOTES", "COPYING"] s.extra_rdoc_files = ["README", "ChangeLog", "LICENCE"]
} }