fileutils.gemspec in fileutils-1.0.1 vs fileutils.gemspec in fileutils-1.0.2

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = "fileutils" - s.version = '1.0.1' - s.date = '2017-12-12' + s.version = '1.0.2' + s.date = '2017-12-22' s.summary = "Several file utility methods for copying, moving, removing, etc." s.description = "Several file utility methods for copying, moving, removing, etc." s.require_path = %w{lib} s.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "fileutils.gemspec", "lib/fileutils.rb"]