Skip to content

Commit 4f837ca

Browse files
author
Michael Schaarschmidt
committed
update url parameter in gemspec file
1 parent 210585e commit 4f837ca

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Rakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ Hoe.spec 'net-ldap' do |spec|
1515
spec.developer("Rory O'Connell", "[email protected]")
1616
spec.developer("Kaspar Schiess", "[email protected]")
1717
spec.developer("Austin Ziegler", "[email protected]")
18+
spec.developer("Michael Schaarschmidt", "[email protected]")
1819

1920
spec.remote_rdoc_dir = ''
2021
spec.rsync_args << ' --exclude=statsvn/'
2122

22-
spec.urls = ['http://rubyldap.com/ https://github.com/ruby-ldap/ruby-net-ldap']
23+
spec.urls = %w(http://rubyldap.com/' 'https://github.com/ruby-ldap/ruby-net-ldap)
2324
spec.licenses = ['MIT']
2425

2526
spec.history_file = 'History.rdoc'
@@ -30,7 +31,7 @@ Hoe.spec 'net-ldap' do |spec|
3031
spec.extra_dev_deps << [ "hoe-git", "~> 1" ]
3132
spec.extra_dev_deps << [ "hoe-gemspec", "~> 1" ]
3233
spec.extra_dev_deps << [ "metaid", "~> 1" ]
33-
spec.extra_dev_deps << [ "flexmock", "~> 1.3.0" ]
34+
spec.extra_dev_deps << [ "flexmock", ">= 1.3.0" ]
3435
spec.extra_dev_deps << [ "rspec", "~> 2.0" ]
3536

3637
spec.clean_globs << "coverage"

net-ldap.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.license = "MIT"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12-
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler"]
12+
s.authors = ["Francis Cianfrocca", "Emiel van de Laar", "Rory O'Connell", "Kaspar Schiess", "Austin Ziegler", "Michael Schaarschmidt"]
1313
s.date = %q{2012-02-28}
1414
s.description = %q{Net::LDAP for Ruby (also called net-ldap) implements client access for the
1515
Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for

0 commit comments

Comments
 (0)