ohloh_scm.gemspec in ohloh_scm-2.4.4 vs ohloh_scm.gemspec in ohloh_scm-2.4.5

- old
+ new

@@ -1,6 +1,5 @@ -# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'ohloh_scm/version' Gem::Specification.new do |gem| gem.name = 'ohloh_scm' @@ -10,10 +9,10 @@ gem.summary = %[Source Control Management] gem.description = %[The Ohloh source control management library for interacting with Git, SVN, CVS, Hg and Bzr repositories.] gem.homepage = %[https://github.com/blackducksw/ohloh_scm/] gem.license = %[GPL v2.0] - gem.files = `git ls-files -z`.split("\x0") + gem.files = `git ls-files -z`.force_encoding('utf-8').split("\x0") gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = %w(lib) gem.add_runtime_dependency 'posix-spawn', '~> 0.3'