echoe 2.6.1 → 2.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/CHANGELOG +1 -1
- data/lib/echoe.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG
CHANGED
data/lib/echoe.rb
CHANGED
@@ -146,7 +146,7 @@ class Echoe
|
|
146
146
|
self.url = ""
|
147
147
|
self.author = ""
|
148
148
|
self.email = ""
|
149
|
-
self.clean_pattern = ["pkg", "doc", 'build/*', '**/*.o', '**/*.so', '**/*.a', 'lib/*-*', '**/*.log', "ext/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/Makefile", "ext/**/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/**/Makefile", "pkg", "
|
149
|
+
self.clean_pattern = ["pkg", "doc", 'build/*', '**/*.o', '**/*.so', '**/*.a', 'lib/*-*', '**/*.log', "{ext,lib}/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/Makefile", "{ext,lib}/**/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/**/Makefile", "pkg", "*.gem", ".config"]
|
150
150
|
self.test_pattern = ['test/**/test_*.rb']
|
151
151
|
|
152
152
|
self.changelog_patterns = {
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|