Commit 68f0ee33 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Move benchmark scripts to subdir of spec/.

To keep the root dir cleaner.
parent 1a2bfabb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
  s.rubyforge_project = s.name

  s.files = `git ls-files`.split("\n").find_all do |file|
    file !~ /spec.rb$/ && file !~ /benchmark/ && file !~ /template\// && file !~ /opt\//
    file !~ /spec\// && file !~ /template\// && file !~ /opt\//
  end
  # Add files not in git
  s.files += Dir['template-min/**/*']
+0 −0

File moved.

+0 −0

File moved.