File tree Expand file tree Collapse file tree 3 files changed +7
-30
lines changed
Expand file tree Collapse file tree 3 files changed +7
-30
lines changed Original file line number Diff line number Diff line change 1+ pkg /
2+ * .gemspec
Original file line number Diff line number Diff 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" ]
4242end
4343
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments