stastic 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,6 +54,7 @@ module Stastic::Command
54
54
  def copy_template(src)
55
55
  dest = Dir.pwd
56
56
  Dir.foreach(src) do |file|
57
+ next if ['.','..'].include? file
57
58
  s = File.join(src, file)
58
59
  d = File.join(dest, file)
59
60
 
data/lib/stastic.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Stastic
2
2
 
3
- VERSION = "0.2.4"
3
+ VERSION = "0.2.5"
4
4
 
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 4
9
- version: 0.2.4
8
+ - 5
9
+ version: 0.2.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Smith