Sha256: fffa2e15a84ea802b4edd0953d03c7d6ee5483ca6c78643cd856a6992872eb67
Contents?: true
Size: 555 Bytes
Versions: 1
Compression:
Stored size: 555 Bytes
Contents
SPEC = Gem::Specification.new do |s| s.name = "wash_out" s.version = "0.1" 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'] s.add_dependency "crack" s.has_rdoc = false # disable rdoc generation until we've got more s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wash_out-0.1 | wash_out.gemspec |