FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stackmate/stackmate.gemspec at master · stackmate/stackmate · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 6, 2020. It is now read-only.
stackmate
/
stackmate
Public archive
Notifications
You must be signed in to change notification settings
Fork
12
Star
21
Code
Issues
2
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stackmate
/
stackmate.gemspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (27 loc) · 1019 Bytes
Breadcrumbs
stackmate
/
stackmate.gemspec
Copy path
File metadata and controls
30 lines (27 loc) · 1019 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# -*- encoding: utf-8 -*-
lib
=
File
.
expand_path
(
'../lib'
,
__FILE__
)
$LOAD_PATH
.
unshift
(
lib
)
unless
$LOAD_PATH
.
include?
(
lib
)
require
'stackmate/version'
Gem
::
Specification
.
new
do
|
s
|
s
.
name
=
'stackmate'
s
.
version
=
StackMate
::
VERSION
s
.
summary
=
"Execute CloudFormation templates on CloudStack"
s
.
description
=
"Parse and execute CloudFormation templates on CloudStack and other clouds"
s
.
authors
=
[
"Chiradeep Vittal"
]
s
.
email
=
'chiradeepv@gmail.com'
s
.
files
=
Dir
[
'lib/**/*.rb'
,
'test/**/*.rb'
,
'bin/**'
,
'*.gemspec'
,
'*.txt'
,
'*.rdoc'
,
'*.md'
]
s
.
executables
<<
'stackmate'
s
.
homepage
=
'https://github.com/chiradeep/stackmate'
s
.
platform
=
Gem
::
Platform
::
RUBY
s
.
add_runtime_dependency
'json'
s
.
add_runtime_dependency
'ruote'
,
'>= 2.3.0'
s
.
add_runtime_dependency
'sinatra'
,
'~> 1.3.6'
s
.
add_runtime_dependency
'yajl-ruby'
,
'= 1.1.0'
s
.
add_runtime_dependency
'netaddr'
s
.
add_development_dependency
'rspec'
s
.
require_path
=
'lib'
end
Back
|
FazBrowse Home
|
New Git URL