Sha256: 26a4ebb5fe70f93d17b7a327e89a1bb11d953c61f3fe7d9644f35eb284843d97

Contents?: true

Size: 739 Bytes

Versions: 8

Compression:

Stored size: 739 Bytes

Contents

require File.expand_path("../lib/wash_out/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "wash_out"
  s.version     = WashOut::VERSION
  s.platform    = Gem::Platform::RUBY
  s.summary     = "Dead simple Rails 3 SOAP server library"
  s.email       = "boris@roundlake.ru"
  s.homepage    = "http://github.com/roundlake/wash_out"
  s.description = "Dead simple Rails 3 SOAP server library"
  s.authors     = ['Boris Staal', 'Peter Zotov']

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ["lib"]

  s.add_dependency("nori")
  s.add_development_dependency("rspec-rails")
  s.add_development_dependency("appraisal")
  s.add_development_dependency("tzinfo")
  s.add_development_dependency("savon")
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wash_out-0.3.1 wash_out.gemspec
wash_out-0.3.0 wash_out.gemspec
wash_out-0.2.6 wash_out.gemspec
wash_out-0.2.5 wash_out.gemspec
wash_out-0.2.4 wash_out.gemspec
wash_out-0.2.3 wash_out.gemspec
wash_out-0.2.2 wash_out.gemspec
wash_out-0.2.1 wash_out.gemspec