ninja-deploy 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -164,11 +164,11 @@ Stops Sphinx, if running, then starts Sphinx.
164
164
 
165
165
  From Command-Line:
166
166
 
167
- cap production thinking_sphinx:run
167
+ cap production thinking_sphinx:ts_run
168
168
 
169
169
  As Callback:
170
170
 
171
- after "deploy:update_code", "thinking_sphinx:run"
171
+ after "deploy:update_code", "thinking_sphinx:ts_run"
172
172
 
173
173
  === start
174
174
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.1
1
+ 1.3.2
@@ -12,7 +12,7 @@ Capistrano::Configuration.instance( :must_exist ).load do
12
12
 
13
13
  desc "Run the Sphinx daemon"
14
14
  task :ts_run do
15
- rake "thinking_sphinx:run"
15
+ rake "ts:run"
16
16
  end
17
17
 
18
18
  desc "Start the Sphinx daemon"
data/ninja-deploy.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ninja-deploy}
8
- s.version = "1.3.1"
8
+ s.version = "1.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ninja Loss"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ninja-deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ninja Loss