nesquena-cap-recipes 0.3.3 → 0.3.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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 3
4
+ :patch: 4
@@ -17,7 +17,7 @@ Capistrano::Configuration.instance(true).load do
17
17
  desc "Starts the memcache server"
18
18
  task :start, :roles => :app do
19
19
  puts "Starting the memcache server"
20
- try_sudo "memcached -m #{memcache_size} -p #{memcache_port} -l #{memcache_host} -u #{memcache_user}"
20
+ try_sudo "memcached -d -m #{memcache_size} -p #{memcache_port} -l #{memcache_host} -u #{memcache_user}"
21
21
  end
22
22
 
23
23
  desc "Restarts the memcache 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.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi