ucf.gemspec in ucf-2.0.0 vs ucf.gemspec in ucf-2.0.1

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2013-2015 The University of Manchester, UK. +# Copyright (c) 2013-2018 The University of Manchester, UK. # # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -35,11 +35,11 @@ require "ucf/version" Gem::Specification.new do |s| s.name = "ucf" s.version = UCF::Version::STRING - s.authors = ["Robert Haines"] + s.authors = ["Robert Haines", "Finn Bacall"] s.email = ["support@mygrid.org.uk"] s.homepage = "http://mygrid.github.io/ruby-ucf/" s.platform = Gem::Platform::RUBY s.summary = "Universal Container Format (UCF) Ruby Library" s.description = "A Ruby library for working with Universal Container "\ @@ -60,7 +60,7 @@ s.add_development_dependency "bundler", "~> 1.5" s.add_development_dependency "rdoc", "~> 4.1" s.add_development_dependency "test-unit", "~> 3.0" s.add_development_dependency "coveralls" s.add_development_dependency "nokogiri", "~> 1.6" - s.add_runtime_dependency "zip-container", "~> 3.0.1" + s.add_runtime_dependency "zip-container", "~> 3.0.2" end