Sha256: 8370200fd16ce0118d77fc04c352e5f920b2cac1d0f3228b274b39e8ba585fb2

Contents?: true

Size: 856 Bytes

Versions: 9

Compression:

Stored size: 856 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "washout_builder"
  s.version     = WashoutBuilder::VERSION
  s.platform    = Gem::Platform::RUBY
  s.summary     = "WashOut Soap Service Documentation builder (extends WashOut https://github.com/inossidabile/wash_out/)"
  s.email       = "raoul_ice@yahoo.com"
  s.homepage    = "http://github.com/bogdanRada/washout_builder/"
  s.description = "WashOut Soap Service Documentation builder (extends WashOut https://github.com/inossidabile/wash_out/) "
  s.authors     = ["bogdanRada"]
  s.date = "2013-11-20"
  
  s.licenses = ["MIT"]
  s.files = `git ls-files`.split("\n")
  s.test_files = s.files.grep(/^(spec)/)
  s.require_paths = ["lib"]
  s.add_dependency("wash_out", ">= 0.10.0.beta.1")
  s.add_dependency("virtus", ">= 1.0.0")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
washout_builder-0.10.3 washout_builder.gemspec
washout_builder-0.10.2 washout_builder.gemspec
washout_builder-0.10.1 washout_builder.gemspec
washout_builder-0.9.12 washout_builder.gemspec
washout_builder-0.9.10 washout_builder.gemspec
washout_builder-0.9.9 washout_builder.gemspec
washout_builder-0.9.8 washout_builder.gemspec
washout_builder-0.9.7 washout_builder.gemspec
washout_builder-0.9.6 washout_builder.gemspec