-
Notifications
You must be signed in to change notification settings - Fork 59
/
railsless-deploy.gemspec
35 lines (33 loc) · 1.31 KB
/
railsless-deploy.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
32
33
34
35
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
# stub: railsless-deploy 1.1.3 ruby lib
Gem::Specification.new do |s|
s.name = "railsless-deploy"
s.version = "1.1.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Lee Hambley"]
s.date = "2013-12-13"
s.description = "Replacement for the rails deploy strategy which ships with Capistrano, allows you to deploy any platform with ease; some people have had huge success with this deploying rails projects where they needed to customise their deploy strategy beyond the code which ships with the Capistrano gem."
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.markdown",
"README.markdown"
]
s.files = [
".gitignore",
"CHANGELOG.markdown",
"LICENSE.markdown",
"README.markdown",
"Rakefile",
"VERSION",
"lib/railsless-deploy.rb",
"railsless-deploy.gemspec"
]
s.homepage = "https://github.com/leehambley/railsless-deploy/"
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = "2.1.10"
s.summary = "Replacement for the default Capistrano tasks, designed to make life easier for PHP/Perl/Python developers"
end