-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dont interrupt deploy if nothing changed
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# coding: utf-8 | ||
# encoding: utf-8 | ||
lib = File.expand_path('../lib', __FILE__) | ||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | ||
require 'capistrano-chewy/version' | ||
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec| | |
spec.name = 'capistrano-chewy' | ||
spec.version = CapistranoChewy.gem_version | ||
spec.authors = ['Nikita Bulai'] | ||
spec.date = '2016-10-19' | ||
spec.date = '2016-10-20' | ||
spec.email = ['[email protected]'] | ||
spec.summary = 'Manage and continuously rebuild your ElasticSearch indexes with Chewy and Capistrano' | ||
spec.description = 'Manage and continuously rebuild your ElasticSearch indexes with Chewy and Capistrano v3.' | ||
|
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec| | |
spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) | ||
spec.require_paths = ['lib'] | ||
|
||
spec.required_ruby_version = '>= 1.9.3' | ||
|
||
spec.add_dependency 'capistrano', '~> 3.0' | ||
spec.add_dependency 'chewy', '~> 0.4' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters