Rakefile in pelle-actionwebservice-2.3.3 vs Rakefile in pelle-actionwebservice-2.3.5
- old
+ new
@@ -60,10 +60,10 @@
# Create compressed packages
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
- s.name = PKG_NAME
+ s.name = "pelle-#{PKG_NAME}"
s.summary = "Web service support for Action Pack."
s.description = %q{Adds WSDL/SOAP and XML-RPC web service support to Action Pack}
s.version = PKG_VERSION
s.author = "Leon Breedt, Kent Sibilev"