fossyl.gemspec in fossyl-0.5.1 vs fossyl.gemspec in fossyl-0.6.0

- old
+ new

@@ -1,20 +1,20 @@ # -*- encoding: utf-8 -*- -lib = File.expand_path('../lib', __FILE__) +lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "fossyl" - gem.version = "0.5.1" + gem.version = "0.6.0" gem.authors = ["Adam Tanner"] gem.email = ["adam@adamtanner.org"] gem.description = %q{Pre-historic Bencoding} gem.summary = %q{Pre-historic Bencoding} gem.homepage = "https://github.com/adamtanner/fossyl" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } - gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) + gem.test_files = gem.files.grep(%r{^spec/}) gem.require_paths = ["lib"] gem.add_development_dependency "rake" end