youthtree-capistrano 0.0.3 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module YouthTree
2
2
  module Capistrano
3
- VERSION = "0.0.3".freeze
3
+ VERSION = "0.0.5".freeze
4
4
 
5
5
  def self.load(&blk)
6
6
  ::Capistrano::Configuration.instance(:must_exist).load(&blk)
@@ -1,3 +1,4 @@
1
1
  YouthTree::Capistrano.load do
2
2
  require 'bundler/capistrano'
3
+ set :bundle_dir, '"$GEM_HOME"'
3
4
  end
@@ -4,7 +4,7 @@ YouthTree::Capistrano.load do
4
4
 
5
5
  desc "Forces compass to compile the current stylesheets"
6
6
  task :update do
7
- bundle_exec "compass compile . --force"
7
+ bundle_exec "compass compile . --force --quiet"
8
8
  end
9
9
 
10
10
  end
@@ -4,7 +4,7 @@ YouthTree::Capistrano.load do
4
4
 
5
5
  desc "Forces jammit to compress / package everything"
6
6
  task :update do
7
- bundle_exec "jammit -f"
7
+ bundle_exec "jammit --force"
8
8
  end
9
9
 
10
10
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{youthtree-capistrano}
8
- s.version = "0.0.3"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Darcy Laycock"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: youthtree-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darcy Laycock