Skip to content

Commit

Permalink
Refactoring gemspec - Better description, removed redundant SPEC assi…
Browse files Browse the repository at this point in the history
…gnment.
  • Loading branch information
rubyjedi committed Jun 25, 2015
1 parent eeaffe7 commit 33f4c2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions soap4r-ng.gemspec
@@ -1,14 +1,17 @@
$:.unshift File.expand_path("../lib", __FILE__)
require 'soap/version'

SPEC = Gem::Specification.new do |s|
Gem::Specification.new do |s|
s.name = 'soap4r-ng'
s.version = SOAP::VERSION::STRING
s.summary = "Soap4R-ng - Soap4R (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and beyond"

s.authors = "Laurence A. Lee, Hiroshi NAKAMURA"
s.email = "rubyjedi@gmail.com, nahi@ruby-lang.org"
s.homepage = "http://rubyjedi.github.io/soap4r/"
s.license = "Ruby"

s.summary = "Soap4R-ng - Soap4R (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and beyond"
s.description = "Soap4R NextGen (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and beyond"

s.add_dependency("httpclient", "~> 2.6")
s.add_dependency("logger-application", "~> 0.0.2")
Expand Down

0 comments on commit 33f4c2c

Please sign in to comment.