Skip to content

Commit 802dc44

Browse files
committed
remove SPEC constant in gemspec
This broke `bundle show` if you tried to show soap4r's location with bundler. I suspect this was an older style of creating gemspec files since that line in particular annotates back to ~2006 Resolves issue #10
1 parent 7912a55 commit 802dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soap4r.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Walter Korman ([email protected])
33

44
require 'rubygems'
5-
SPEC = Gem::Specification.new do |s|
5+
Gem::Specification.new do |s|
66
s.name = "soap4r"
77
s.version = "1.5.8"
88
s.date = "2007-09-24"

0 commit comments

Comments
 (0)