ostruct.gemspec in ostruct-0.6.0 vs ostruct.gemspec in ostruct-0.6.1

- old
+ new

@@ -17,8 +17,8 @@ spec.description = %q{Class to build custom data structures, similar to a Hash.} spec.homepage = "https://github.com/ruby/ostruct" spec.licenses = ["Ruby", "BSD-2-Clause"] spec.required_ruby_version = ">= 2.5.0" - spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"] + spec.files = [".gitignore", "Gemfile", "COPYING", "BSDL", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "ostruct.gemspec"] spec.require_paths = ["lib"] end