Sha256: 380ca3a157830239dd00a480949c87544a192fe3b0f703f8ca4916c68c153028

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

Contents

# -*- mode: ruby; encoding: utf-8 -*-

require 'rubygems'

spec = Gem::Specification.new do |s|
  s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version=
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")

  s.name    = 'right_support'
  s.version = '2.6.10'
  s.date    = '2013-01-01'

  s.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson', 'Lee Kirchhoff', 'Sergey Enin', 'Alexey Karpik', 'Scott Messier']
  s.email   = 'support@rightscale.com'
  s.homepage= 'https://github.com/rightscale/right_support'

  s.summary = %q{Reusable foundation code.}
  s.description = %q{A toolkit of useful, reusable foundation code created by RightScale.}

  basedir = File.dirname(__FILE__)
  candidates = ['right_support.gemspec', 'LICENSE', 'README.rdoc'] + Dir['lib/**/*']
  s.files = candidates.sort
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
right_support-2.6.10 right_support.gemspec