Skip to content

Commit 5c525be

Browse files
committed
Fix source location
1 parent fe318b3 commit 5c525be

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PATH
22
remote: .
33
specs:
4-
restomatic (1.0.0)
4+
restomatic (1.0.1)
55
rails (>= 7.0)
66

77
GEM
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)
@@ -115,7 +115,7 @@ GEM
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)
@@ -203,7 +203,7 @@ GEM
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)

lib/restomatic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Restomatic
2-
VERSION = "1.0.0"
2+
VERSION = "1.0.1"
33
end

restomatic.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)