Skip to content

Commit

Permalink
Prepairing rake release for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Jan 4, 2009
1 parent 909e55f commit eb92543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/release.rake
@@ -1,7 +1,7 @@
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'

PKG_VERSION = "5.1.99"
PKG_VERSION = "5.1.98"
PKG_NAME = "typo"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
RUBY_FORGE_PROJECT = 'typo'
Expand All @@ -17,7 +17,7 @@ spec = Gem::Specification.new do |s|
s.files = Dir.glob('**/*', File::FNM_DOTMATCH).reject do |f|
[ /\.$/, /config\/database.yml$/, /config\/database.yml-/,
/database\.sqlite/,
/\.log$/, /^pkg/, /\.svn/, /^vendor\/rails\/(?!actionwebservice)/,
/\.log$/, /^pkg/, /\.git/, /^vendor\/rails/,
/^public\/(files|xml|articles|pages|index.html)/,
/^public\/(stylesheets|javascripts|images)\/theme/, /\~$/,
/\/\._/, /\/#/ ].any? {|regex| f =~ regex }
Expand Down

0 comments on commit eb92543

Please sign in to comment.