Skip to content

Commit 37a77f9

Browse files
committed
Typos
1 parent 0d2b7b2 commit 37a77f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
request.js-rails (0.0.5)
4+
requestjs-rails (0.0.5)
55
rails (>= 6.0.0)
66

77
GEM
@@ -137,7 +137,7 @@ PLATFORMS
137137

138138
DEPENDENCIES
139139
rails (~> 6.1.0)
140-
request.js-rails!
140+
requestjs-rails!
141141

142142
BUNDLED WITH
143143
2.2.19

requestjs-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.authors = ["Marcelo Lauxen"]
77
s.email = "[email protected]"
88
s.summary = "A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request"
9-
s.homepage = "https://github.com/marcelolx/request.js-rails"
9+
s.homepage = "https://github.com/marcelolx/requestjs-rails"
1010
s.license = "MIT"
1111

1212
s.add_dependency "rails", ">= 6.0.0"

0 commit comments

Comments
 (0)