shoestrap 0.3.0.pre1 → 0.3.0.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,10 @@ require 'airbrake/tasks'
7
7
  desc 'Build the project'
8
8
  task :build do
9
9
  puts 'RUNNING MIDDLEMAN BUILD'
10
- `rm public && bundle exec middleman build && ln -s build public`
10
+ if File.symlink? 'public'
11
+ File.rm 'public'
12
+ end
13
+ `bundle exec middleman build && ln -s build public`
11
14
  end
12
15
 
13
16
  desc 'Post Deployment Task for blazing'
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "shoestrap"
6
- s.version = '0.3.0.pre1'
6
+ s.version = '0.3.0.pre2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Immanuel Häussermann", "Felipe Kaufmann", "Phil Schilter", "Noëlle Rosenberg"]
9
9
  s.email = "info@screenconcept.ch"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoestrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre1
4
+ version: 0.3.0.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: