Skip to content

Commit

Permalink
[ruby/ostruct] Drop to Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 3, 2020
1 parent 85dc570 commit 9e93596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ostruct/ostruct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Class to build custom data structures, similar to a Hash.}
spec.homepage = "https://github.com/ruby/ostruct"
spec.license = "BSD-2-Clause"
spec.required_ruby_version = ">= 2.5.0"

spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/ostruct.rb", "lib/ostruct/version.rb", "ostruct.gemspec"]
spec.bindir = "exe"
Expand Down

0 comments on commit 9e93596

Please sign in to comment.