lib/tasks/release.rake in typo-5.0 vs lib/tasks/release.rake in typo-5.0.1
- old
+ new
@@ -1,9 +1,9 @@
require 'rake/gempackagetask'
require 'rake/contrib/rubyforgepublisher'
-PKG_VERSION = "5.0"
+PKG_VERSION = "5.0.1"
PKG_NAME = "typo"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
RUBY_FORGE_PROJECT = 'typo'
RUBY_FORGE_USER = 'fdevillamil'
RELEASE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
@@ -13,16 +13,9 @@
s.version = PKG_VERSION
s.summary = "Modern weblog engine."
s.has_rdoc = false
s.files = Dir.glob('**/*', File::FNM_DOTMATCH).reject do |f|
-# [ /\.$/, /config\/database.yml$/, /config\/database.yml-/,
-# /database\.sqlite/,
-# /\.log$/, /^pkg/, /\.svn/,
-# /^public\/(files|xml|articles|pages|index.html)/,
-# /^public\/(stylesheets|javascripts|images)\/theme/, /\~$/,
-# /\/\._/, /\/#/ ].any? {|regex| f =~ regex }
-
[ /\.$/, /config\/database.yml$/, /config\/database.yml-/,
/database\.sqlite/,
/\.log$/, /^pkg/, /\.svn/, /^vendor\/rails\/(?!actionwebservice)/,
/^public\/(files|xml|articles|pages|index.html)/,
/^public\/(stylesheets|javascripts|images)\/theme/, /\~$/,