We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2b7b2 commit 37a77f9Copy full SHA for 37a77f9
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- request.js-rails (0.0.5)
+ requestjs-rails (0.0.5)
5
rails (>= 6.0.0)
6
7
GEM
@@ -137,7 +137,7 @@ PLATFORMS
137
138
DEPENDENCIES
139
rails (~> 6.1.0)
140
- request.js-rails!
+ requestjs-rails!
141
142
BUNDLED WITH
143
2.2.19
requestjs-rails.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.authors = ["Marcelo Lauxen"]
s.email = "[email protected]"
8
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"
+ s.homepage = "https://github.com/marcelolx/requestjs-rails"
10
s.license = "MIT"
11
12
s.add_dependency "rails", ">= 6.0.0"
0 commit comments