gemspec.mustache #1

  • //
  • guest/
  • paul_allen/
  • hws/
  • dev/
  • plugins/
  • perforce/
  • swagger/
  • templates/
  • ruby/
  • gemspec.mustache
  • View
  • Commits
  • Open Download .zip Download (1013 B)
# -*- encoding: utf-8 -*-

#
# -------- -------- -------- GENERATED by Swagger -------- -------- --------
#

$:.push File.expand_path("../lib", __FILE__)
require "helix_web_services_client/version"

Gem::Specification.new do |s|
s.name        = "helix_web_services_client"
s.version     = HelixWebServices::VERSION
s.platform    = Gem::Platform::RUBY
s.authors     = ['Perforce Software, Inc.']
s.email       = ['[email protected]']
s.homepage    = 'http://perforce.com'
s.summary     = %q{Ruby client SDK for Helix Web Services}
s.description = %q{Helix Web Services is a platform for interacting with various server-related services.}
s.license     = 'Apache-2.0'

s.add_runtime_dependency 'typhoeus', '~> 0.2', '>= 0.2.1'
s.add_runtime_dependency 'json', '~> 1.4', '>= 1.4.6'

s.files         = `find *`.split("\n")
.uniq.sort.select{|f| !f.empty? && f != 'doc' && f != 'helix_web_services_client-2016.1.0.gem' }
s.test_files    = `find test/*`.split("\n")
s.executables   = []
s.require_paths = ["lib"]
end
# Change User Description Committed
#1 20014 Paul Allen Moved swagger gneration inside project.
//guest/paul_allen/hws/dev/swagger/templates/ruby/gemspec.mustache
#2 19982 Paul Allen Update java-SDK to use 'collectionFormat: multi' for GET/POST on /p4d/v16.1/{server}/commands/{command} to generate List<String> and not CSVParams.
#1 19981 Paul Allen Ported templates for SDKs and updated gradle build rules.