bard-rake 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bard-rake}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Micah Geisel"]
12
- s.date = %q{2010-11-14}
12
+ s.date = %q{2010-12-06}
13
13
  s.description = %q{Rake tasks for all bard projects.
14
14
  * Bootstrap projects
15
15
  * Database backup}
@@ -14,7 +14,7 @@ namespace :bootstrap do
14
14
 
15
15
  desc "Bootstrap project to run in production"
16
16
  task :production => :bootstrap do
17
- if File.exist?("public/stylesheets/sass") or File.exist?("app/sass")
17
+ if %w(app/stylesheets app/sass public/stylesheets/sass).any? { |file| File.exist?(file) }
18
18
  Sass::Plugin.options[:always_update] = true;
19
19
  Sass::Plugin.update_stylesheets
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard-rake
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Micah Geisel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-14 00:00:00 -08:00
18
+ date: 2010-12-06 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency