File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- restomatic (1.0.0 )
4+ restomatic (1.0.1 )
55 rails (>= 7.0 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- action_text-trix (2.1.15 )
10+ action_text-trix (2.1.16 )
1111 railties
1212 actioncable (8.1.1 )
1313 actionpack (= 8.1.1 )
115115 marcel (1.1.0 )
116116 mini_mime (1.1.5 )
117117 minitest (5.26.2 )
118- net-imap (0.5.12 )
118+ net-imap (0.6.2 )
119119 date
120120 net-protocol
121121 net-pop (0.1.2 )
203203 securerandom (0.4.1 )
204204 stringio (3.1.8 )
205205 thor (1.4.0 )
206- timeout (0.4.4 )
206+ timeout (0.6.0 )
207207 tsort (0.2.0 )
208208 tzinfo (2.0.6 )
209209 concurrent-ruby (~> 1.0 )
Original file line number Diff line number Diff line change 11module Restomatic
2- VERSION = "1.0.0 "
2+ VERSION = "1.0.1 "
33end
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Gem::Specification.new do |spec|
55 spec . version = Restomatic ::VERSION
66 spec . authors = [ "Brad Gessler" ]
77 spec . email = [ "bradgessler@gmail.com" ]
8- spec . homepage = "https://github.com/rocketshipio /restomatic"
8+ spec . homepage = "https://github.com/rubymonolith /restomatic"
99 spec . summary = "Better route mappers for Rails applications"
1010 spec . description = "Provides cleaner, more intuitive helpers for defining RESTful routes with proper scoping and namespacing in Rails"
1111 spec . license = "MIT"
12-
12+
1313 spec . metadata [ "allowed_push_host" ] = "https://rubygems.org"
1414 spec . metadata [ "homepage_uri" ] = spec . homepage
1515 spec . metadata [ "source_code_uri" ] = spec . homepage
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020 end
2121
2222 spec . add_dependency "rails" , ">= 7.0"
23-
23+
2424 spec . required_ruby_version = ">= 3.0"
25- end
25+ end
You can’t perform that action at this time.
0 commit comments