factorylabs-fdlcap 0.3.19 → 0.3.20

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 CHANGED
@@ -1 +1 @@
1
- 0.3.19
1
+ 0.3.20
data/fdlcap.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.3.19"
8
+ s.version = "0.3.20"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Factory Design Labs"]
12
- s.date = %q{2009-09-09}
12
+ s.date = %q{2009-09-16}
13
13
  s.default_executable = %q{fdlcap}
14
14
  s.email = %q{interactive@factorylabs.com}
15
15
  s.executables = ["fdlcap"]
@@ -5,7 +5,7 @@ Capistrano::Configuration.instance(:must_exist).load do
5
5
  #
6
6
  namespace :sass do
7
7
  desc 'Updates the stylesheets generated by Sass'
8
- task :update, :roles => :app do
8
+ task :update, :roles => :app, :except => { :no_release => true } do
9
9
  invoke_command "cd #{latest_release}; RAILS_ENV=#{rails_env} rake sass:update"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: factorylabs-fdlcap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Factory Design Labs
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-09 00:00:00 -07:00
12
+ date: 2009-09-16 00:00:00 -07:00
13
13
  default_executable: fdlcap
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -109,6 +109,7 @@ files:
109
109
  - test/test_helper.rb
110
110
  has_rdoc: false
111
111
  homepage: http://github.com/factorylabs/fdlcap
112
+ licenses:
112
113
  post_install_message:
113
114
  rdoc_options:
114
115
  - --charset=UTF-8
@@ -129,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
130
  requirements: []
130
131
 
131
132
  rubyforge_project:
132
- rubygems_version: 1.2.0
133
+ rubygems_version: 1.3.5
133
134
  signing_key:
134
135
  specification_version: 3
135
136
  summary: a set of capistrano recipies we use regularly at Factory Design Labs