Rakefile in travis-1.2.3 vs Rakefile in travis-1.2.4
- old
+ new
@@ -10,12 +10,12 @@
require 'travis/version'
content = File.read('travis.gemspec')
# fetch data
fields = {
- :authors => `git shortlog -sn`.scan(/[^\d\s].*/),
- :email => `git shortlog -sne`.scan(/[^<]+@[^>]+/),
- :files => `git ls-files`.split("\n").reject { |f| f =~ /^(\.|Gemfile)/ }
+ :authors => `git shortlog -sn`.b.scan(/[^\d\s].*/),
+ :email => `git shortlog -sne`.b.scan(/[^<]+@[^>]+/),
+ :files => `git ls-files`.b.split("\n").reject { |f| f =~ /^(\.|Gemfile)/ }
}
# :(
fields[:email].delete("konstantin.haase@gmail.com")
\ No newline at end of file