Sha256: 3119077a81175c2f1316dae1f44ec3ebcf94d283b58ef93e06e889c28d7f87ea

Contents?: true

Size: 760 Bytes

Versions: 10

Compression:

Stored size: 760 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/inossidabile/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.post_install_message = <<-EOS
    Please replace `include WashOut::SOAP` with `soap_service`
    in your controllers if you are upgrading from a version before 0.8.5.
  EOS
  s.add_dependency("nori", ">= 2.0.0")
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wash_out-0.12.0 wash_out.gemspec
wash_out-0.11.0 wash_out.gemspec
wash_out-0.11.0.beta.2 wash_out.gemspec
wash_out-0.11.0.beta.1 wash_out.gemspec
wash_out-0.10.0 wash_out.gemspec
wash_out-0.9.2 wash_out.gemspec
wash_out-0.10.0.beta.1 wash_out.gemspec
wash_out-0.9.0 wash_out.gemspec
wash_out-0.9.0.beta.2 wash_out.gemspec
wash_out-0.9.0.beta.1 wash_out.gemspec