@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
7
7
s . name = 'annotate'
8
8
s . version = Annotate . version
9
9
10
- s . required_ruby_version = '>= 2.4.0'
10
+ s . required_ruby_version = '>= 2.4.0' , '<= 3.3.5'
11
11
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' ]
13
13
s . description = 'Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.'
14
- s . email = [ 'alex@stinky.com' , 'cuong.tran@gmail.com' , 'x@nofxx.com' , 'turadg@aleahmad.net' , 'jon@cloudability.com' ]
14
+ s . email = [ 'alex@stinky.com' , 'cuong.tran@gmail.com' , 'x@nofxx.com' , 'turadg@aleahmad.net' , 'jon@cloudability.com' , 'rodrigo@rtoledo.inf.br' ]
15
15
s . executables = [ 'annotate' ]
16
16
s . extra_rdoc_files = [ 'README.md' , 'CHANGELOG.md' ]
17
17
s . files = `git ls-files -z LICENSE.txt *.md *.gemspec bin lib` . split ( "\x0 " )
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
24
24
s . specification_version = 4 if s . respond_to? :specification_version
25
25
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' ] )
27
27
28
28
s . metadata = {
29
29
"bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/" ,
0 commit comments