openteam-capistrano 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/openteam/capistrano/recipes.rb +5 -1
- data/openteam-capistrano.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad1fb7750f8b4179947943c1e4d60b737180d2ba
|
4
|
+
data.tar.gz: e75ad695a417ae7293e67910cf9f07072a52abcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44e52a4c04ec486e73871252272aa350ba2ecea5ca62da624e21dd6a9415b3e69ee56a30032af68bdb0faa5c9183b99c36f9cd6fabc7bff10dcd23ba80aaa3e1
|
7
|
+
data.tar.gz: dff648095a4ee599aa848f67fcfca1f465868050f9ca9b7dd0fbb28371f1b0501dfb750fa85ad3d2c1fdca82cd35b05c92e1c30fcec057595be635b9128db057
|
@@ -8,5 +8,9 @@ require "openteam/capistrano/setup_common"
|
|
8
8
|
require "openteam/capistrano/setup_deploy"
|
9
9
|
require "openteam/capistrano/setup_git"
|
10
10
|
require "openteam/capistrano/subscriber"
|
11
|
-
|
11
|
+
begin
|
12
|
+
require "rsolr"
|
13
|
+
require "openteam/capistrano/sunspot"
|
14
|
+
rescue LoadError
|
15
|
+
end
|
12
16
|
require "openteam/capistrano/tagging"
|
data/openteam-capistrano.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = 'openteam-capistrano'
|
7
|
-
gem.version = '0.0.
|
7
|
+
gem.version = '0.0.14'
|
8
8
|
gem.authors = ["OpenTeam developers"]
|
9
9
|
gem.email = ["developers@openteam.ru"]
|
10
10
|
gem.description = %q{OpenTeam common capistrano recipe}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openteam-capistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenTeam developers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano-db-tasks
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
requirements: []
|
125
125
|
rubyforge_project:
|
126
|
-
rubygems_version: 2.0.
|
126
|
+
rubygems_version: 2.0.5
|
127
127
|
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Adds common use case tasks (import db, reload unicorn, send airbrake notice,
|