Skip to content

Commit

Permalink
Master will be 4.0.0. Ensure rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jul 16, 2024
1 parent 427b656 commit 13ef273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default_value_for.gemspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Gem::Specification.new do |s|
s.name = %q{default_value_for}
s.version = "3.6.0"
s.version = "4.0.0"
s.summary = %q{Provides a way to specify default values for ActiveRecord models}
s.description = %q{The default_value_for plugin allows one to define default values for ActiveRecord models in a declarative manner}
s.email = %q{[email protected]}
s.homepage = %q{https://github.com/FooBarWidget/default_value_for}
s.authors = ["Hongli Lai"]
s.license = 'MIT'
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 3.0.0'
s.files = ['default_value_for.gemspec',
'LICENSE.TXT', 'Rakefile', 'README.md', 'test.rb',
'init.rb',
Expand Down

0 comments on commit 13ef273

Please sign in to comment.