@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
77 s . name = 'annotate'
88 s . version = Annotate . version
99
10- s . required_ruby_version = '>= 2.4.0'
10+ s . required_ruby_version = '>= 2.4.0' , '<= 3.3.5'
1111 s . required_rubygems_version = Gem ::Requirement . new ( '>= 0' ) if s . respond_to? :required_rubygems_version=
12- s . authors = [ 'Alex Chaffee' , 'Cuong Tran' , 'Marcos Piccinini' , 'Turadg Aleahmad' , 'Jon Frisby' ]
12+ s . authors = [ 'Alex Chaffee' , 'Cuong Tran' , 'Marcos Piccinini' , 'Turadg Aleahmad' , 'Jon Frisby' , 'RToledo Dev' ]
1313 s . description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.'
14- 14+ 1515 s . executables = [ 'annotate' ]
1616 s . extra_rdoc_files = [ 'README.md' , 'CHANGELOG.md' ]
1717 s . files = `git ls-files -z LICENSE.txt *.md *.gemspec bin lib` . split ( "\x0 " )
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
2424 s . specification_version = 4 if s . respond_to? :specification_version
2525 s . add_runtime_dependency ( %q<rake> , '>= 10.4' , '< 14.0' )
26- s . add_runtime_dependency ( %q<activerecord> , [ '>= 3.2' , '< 8 .0' ] )
26+ s . add_runtime_dependency ( %q<activerecord> , [ '>= 3.2' , '<= 8.0 .0' ] )
2727
2828 s . metadata = {
2929 "bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/" ,
0 commit comments