Rakefile in thingfish-datastore-filesystem-0.0.1.pre20161103180658 vs Rakefile in thingfish-datastore-filesystem-0.1.1

- old
+ new

@@ -13,16 +13,15 @@ Hoe.plugin :signing Hoe.plugin :deveiate Hoe.plugin :bundler Hoe.plugins.delete :rubyforge -Hoe.plugins.delete :gemcutter hoespec = Hoe.spec 'thingfish-datastore-filesystem' do |spec| spec.readme_file = 'README.rdoc' spec.history_file = 'History.rdoc' spec.extra_rdoc_files = FileList[ '*.rdoc' ] - spec.license 'BSD' + spec.license 'BSD-3-Clause' if File.directory?( '.hg' ) spec.spec_extras[:rdoc_options] = ['-f', 'fivefish', '-t', 'Thingfish-Datastore-FileSystem'] end