badger-rails 1.0.3 → 1.0.4

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/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('badger-rails', '1.0.3') do |p|
5
+ Echoe.new('badger-rails', '1.0.4') do |p|
6
6
  p.description = "Badger-Rails makes use of Capistrano and Badger to create a configuration for easy deployment to a remote server.\nBadger-Rails deploys to CentOs 6+ automatically building nginx, mysql, and of course ruby."
7
7
  p.summary = "Configuration for using Badger with Rails deployment."
8
8
  p.url = "http://curiousminds.github.com/badger-rails"
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "badger-rails"
5
- s.version = "1.0.3"
5
+ s.version = "1.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nathan Kelley"]
9
- s.date = "2012-12-20"
9
+ s.date = "2013-01-18"
10
10
  s.description = "Badger-Rails makes use of Capistrano and Badger to create a configuration for easy deployment to a remote server.\nBadger-Rails deploys to CentOs 6+ automatically building nginx, mysql, and of course ruby."
11
11
  s.email = "nathan@curiousminds.com"
12
12
  s.executables = ["badger"]
@@ -120,7 +120,7 @@ namespace :deploy do
120
120
  task :restart, :roles => :app, :except => { :no_release => true } do
121
121
  resque.prepare_resque
122
122
  resque.load_config
123
- #resque.restart
123
+ resque.restart
124
124
  end
125
125
 
126
126
  [:start, :stop].each do |t|
@@ -120,7 +120,7 @@ namespace :deploy do
120
120
  task :restart, :roles => :app, :except => { :no_release => true } do
121
121
  resque.prepare_resque
122
122
  resque.load_config
123
- #resque.restart
123
+ resque.restart
124
124
  end
125
125
 
126
126
  [:start, :stop].each do |t|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: badger-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-20 00:00:00.000000000 Z
12
+ date: 2013-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano