Sha256: 6eb51c3e146363903baebbe46e23969d316586f7c716c21b7f28135155fc069f

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 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://roundlake.github.com/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")
  %w(
    savon
    rspec-rails guard guard-rspec rb-inotify rb-fsevent
    appraisal
    tzinfo
    pry
  ).each do |dep|
    s.add_development_dependency(dep)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wash_out-0.5.4 wash_out.gemspec
wash_out-0.5.3 wash_out.gemspec