Sha256: 641507f39004f6e6ffb59893362a76b7d2a7582522c52bde7abc9313590bfc1e

Contents?: true

Size: 959 Bytes

Versions: 3

Compression:

Stored size: 959 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "washout_builder"
  s.version     = WashoutBuilder.gem_version
  s.platform    = Gem::Platform::RUBY
  s.summary     = "WashOut Soap Service HTML-Documentation generator (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 HTML-Documentation generator (extends WashOut https://github.com/inossidabile/wash_out/) "
  s.authors     = ["bogdanRada"]
  s.date =  Date.today

  s.licenses = ["MIT"]
  s.files = `git ls-files`.split("\n")
  s.test_files = s.files.grep(/^(spec)/)
  s.require_paths = ["lib"]

  s.required_ruby_version = '>= 2.2.2'

  s.add_runtime_dependency 'wash_out', '>= 0.9.1', '>= 0.9.1'
  s.add_runtime_dependency 'activesupport', '>= 4.0', '>= 4.0'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
washout_builder-2.0.2 washout_builder.gemspec
washout_builder-2.0.0 washout_builder.gemspec
washout_builder-1.7.5 washout_builder.gemspec