crushserver 0.3.1 → 0.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/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :build:
4
4
  :minor: 3
5
- :patch: 1
5
+ :patch: 2
data/crushserver.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{crushserver}
8
- s.version = "0.3.1"
8
+ s.version = "0.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 = ["PJ Kelly", "Mason Browne"]
12
- s.date = %q{2010-06-23}
12
+ s.date = %q{2010-07-08}
13
13
  s.description = %q{A collection of capistrano tasks frequently used at Crush + Lovely.}
14
14
  s.email = %q{pj@crushlovely.com}
15
15
  s.extra_rdoc_files = [
@@ -1,4 +1,10 @@
1
+ begin
2
+ require 'fileutils'
3
+ rescue
4
+ end
5
+
1
6
  require 'tinder'
7
+
2
8
  Capistrano::Configuration.instance(:must_exist).load do
3
9
  namespace :sync do
4
10
  desc "Sync both database and attachments to local machine. Requires awesome-backup plugin."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - PJ Kelly
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-23 00:00:00 -07:00
18
+ date: 2010-07-08 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency