Skip to content
This repository was archived by the owner on Dec 2, 2018. It is now read-only.

Commit bcb31d4

Browse files
committed
Bump version
1 parent d7bbaca commit bcb31d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rack-legacy.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'rack-legacy'
3-
s.version = '0.4.0'
3+
s.version = '0.6.0'
44
s.homepage = 'https://github.com/eric1234/rack-legacy'
55
s.author = 'Eric Anderson'
66
s.email = '[email protected]'
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.add_development_dependency 'nokogiri'
1414
s.add_development_dependency 'mechanize', '>= 2.0'
1515
s.files = Dir['lib/**/*.rb'] + Dir['bin/*'] + Dir['share/*']
16-
s.extra_rdoc_files << 'README.rdoc' << 'WISHLIST.rdoc'
16+
s.extra_rdoc_files << 'README.rdoc'
1717
s.rdoc_options << '--main' << 'README.rdoc'
1818
s.summary = 'Rack-based handler for legacy CGI and PHP'
1919
s.description = <<-DESCRIPTION

0 commit comments

Comments
 (0)