forked from Sergyenko/right_support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathright_support.gemspec
More file actions
25 lines (18 loc) · 822 Bytes
/
right_support.gemspec
File metadata and controls
25 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- 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 = '1.1.2'
s.date = '2011-11-17'
s.authors = ['Tony Spataro', 'Sergey Sergyenko', 'Ryan Williamson']
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.}
s.add_dependency('yajl-ruby', ['~> 1.1'])
basedir = File.dirname(__FILE__)
candidates = ['right_support.gemspec', 'LICENSE', 'README.rdoc'] + Dir['lib/**/*']
s.files = candidates.sort
end