crushserver 0.2.0 → 0.2.1

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 ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ :patch: 1
3
+ :major: 0
4
+ :minor: 2
@@ -13,7 +13,7 @@ Capistrano::Configuration.instance(:must_exist).load do
13
13
  end
14
14
 
15
15
  desc "Copy attachments from staging server."
16
- task :attachments do
16
+ task :attachments, :roles => :app, :only => { :primary => true } do
17
17
  FileUtils.mkdir_p "public/system"
18
18
  # While we could use the following command...
19
19
  # download("#{shared_path}/system", "public/system", :recursive => true)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crushserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PJ Kelly
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-22 00:00:00 -07:00
13
+ date: 2009-12-03 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -24,13 +24,11 @@ extra_rdoc_files:
24
24
  - LICENSE
25
25
  - README
26
26
  files:
27
- - .gitignore
28
27
  - LICENSE
29
- - README
30
28
  - Rakefile
31
- - VERSION
32
- - crushserver.gemspec
29
+ - VERSION.yml
33
30
  - lib/crushserver/recipes.rb
31
+ - README
34
32
  has_rdoc: true
35
33
  homepage: http://github.com/crushlovely/crushserver
36
34
  licenses: []
data/.gitignore DELETED
@@ -1,2 +0,0 @@
1
- *.gem
2
- pkg
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.2.0
data/crushserver.gemspec DELETED
@@ -1,43 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{crushserver}
8
- s.version = "0.2.0"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["PJ Kelly", "Mason Browne"]
12
- s.date = %q{2009-10-22}
13
- s.description = %q{A collection of capistrano tasks frequently used at Crush + Lovely.}
14
- s.email = %q{pj@crushlovely.com}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README"
18
- ]
19
- s.files = [
20
- ".gitignore",
21
- "LICENSE",
22
- "README",
23
- "Rakefile",
24
- "VERSION",
25
- "crushserver.gemspec",
26
- "lib/crushserver/recipes.rb"
27
- ]
28
- s.homepage = %q{http://github.com/crushlovely/crushserver}
29
- s.rdoc_options = ["--charset=UTF-8"]
30
- s.require_paths = ["lib"]
31
- s.rubygems_version = %q{1.3.5}
32
- s.summary = %q{A collection of capistrano tasks frequently used at Crush + Lovely.}
33
-
34
- if s.respond_to? :specification_version then
35
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
36
- s.specification_version = 3
37
-
38
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
39
- else
40
- end
41
- else
42
- end
43
- end