demrec 0.0.5 → 0.0.6

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.
@@ -1,10 +1,12 @@
1
- namespace :demrec do
2
- namespace :db do
1
+ Capistrano::Configuration.instance(:must_exist).load do
2
+ namespace :demrec do
3
+ namespace :db do
3
4
 
4
- desc "Backup the database"
5
- task :backup do
6
- puts "Capistrano is backing up db"
7
- end
5
+ desc "Backup the database"
6
+ task :backup do
7
+ puts "Capistrano is backing up db"
8
+ end
8
9
 
10
+ end
9
11
  end
10
12
  end
@@ -1,3 +1,3 @@
1
1
  module Demrec
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: demrec
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey