forked from threetee/scalr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscalr.gemspec
31 lines (25 loc) · 1.09 KB
/
scalr.gemspec
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
26
27
28
29
30
31
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require "scalr/version"
Gem::Specification.new do |s|
s.name = "scalr"
s.version = Scalr::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Matt Hodgson"]
s.email = ["mhodgson@redbeard-tech.com"]
s.homepage = "http://github.com/redbeard-tech/mongoid-sphinx"
s.summary = "A Scalr API wrapper gem"
s.description = "Scalr is a cloud infrastructure management provider. This gem is for interfacing with the Scalr.net API to obtain information about your instances and farms."
s.required_rubygems_version = ">= 1.3.7"
s.executables = ["ttmscalr"]
s.add_dependency("activesupport", [">= 0"])
s.add_dependency('main', ['>= 5.2.0'])
s.add_dependency('ruby-hmac', ['>= 0'])
s.files = Dir.glob("bin/**/*") + Dir.glob("lib/**/*") + %w(README.markdown)
s.require_path = 'lib'
end