Skip to content

Commit 9b614be

Browse files
committed
. fixes the Rakefile to generate a real package
1 parent b849681 commit 9b614be

File tree

3 files changed

+7
-30
lines changed

3 files changed

+7
-30
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pkg/
2+
*.gemspec

Rakefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ spec = Gem::Specification.new do |s|
2525
s.name = "net-ldap"
2626
s.version = "0.1.0"
2727
s.summary = "What this thing does"
28-
s.author = "Francis Cianfrocca", 'garbagecat10@gmail.com'
29-
s.author = 'Emiel van de Laar', 'gemiel@gmail.com'
30-
s.author = "Rory O'Connell", 'rory.ocon@gmail.com'
31-
s.author = "Kaspar Schiess", 'kaspar.schiess@absurd.li'
28+
s.author = "Francis Cianfrocca"
29+
s.author = 'Emiel van de Laar'
30+
s.author = "Rory O'Connell"
31+
s.author = "Kaspar Schiess"
3232

3333
s.description = "Pure Ruby LDAP library"
3434

@@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s|
3737
# s.rdoc_options = %w(--main README.txt)
3838

3939
# Add any extra files to include in the gem
40-
s.files = %w(COPYING History.txt LICENSE Manifest.txt pre-setup.rb Rakefile README.txt Release-Announcement setup.rb) + Dir.glob("{test,lib/**/*}")
40+
s.files = %w(COPYING History.txt LICENSE Rakefile README.txt) + Dir.glob("{spec,test,lib/**/*}")
4141
s.require_paths = ["lib"]
4242
end
4343

net-ldap.gemspec

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)