nesquena-cap-recipes 0.3.12 → 0.3.13

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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 12
4
+ :patch: 13
data/cap-recipes.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cap-recipes}
5
- s.version = "0.3.12"
5
+ s.version = "0.3.13"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nathan Esquenazi"]
@@ -3,14 +3,6 @@ require 'cap_recipes/tasks/with_scope.rb'
3
3
  Capistrano::Configuration.instance(true).load do
4
4
  namespace :deploy do
5
5
 
6
- desc "Default deploy action"
7
- task :default, :roles => :web do
8
- with_role(:web) do
9
- update
10
- restart
11
- end
12
- end
13
-
14
6
  desc "Stops the phusion passenger server"
15
7
  task :stop, :roles => :web do
16
8
  puts "Stopping rails web server"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesquena-cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi