fossyl.gemspec in fossyl-0.6.0 vs fossyl.gemspec in fossyl-0.6.1

- old
+ new

@@ -2,15 +2,16 @@ 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.6.0" + gem.version = "0.6.1" 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.license = "MIT" 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{^spec/}) gem.require_paths = ["lib"]