inertia_rails 1.2.2 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/inertia_rails/version.rb +1 -1
- data/lib/inertia_rails.rb +1 -0
- data/lib/patches/request.rb +5 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 684a3d8e7aa84b71947e75e79b991c9321a1b7dc86b57b3fae25cc1845518d03
|
4
|
+
data.tar.gz: 82d04030486998787f63d998a58ee4b6c3720c2e3424e9b76d937bb26a438f33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9fd1e10102a1ab46234b855308c5d7dcb1cf04e956b972760a741b609de9e473a6a56815580ec1c059cc1f13c1b7d65950ca73d707599e5a5e28c6905000f82
|
7
|
+
data.tar.gz: e6fe87e5459eaa6e4309d165b665170ea4bcda4f7d3b4ce8c52ac7a9424d116d1672f2c2033c6ba927edaf9b40dcb5b9c6b84c5eeff64545c89a6ca48fddab93
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [1.3.0] - 2020-01-28
|
8
|
+
|
9
|
+
### Added
|
10
|
+
|
11
|
+
* Added request.inertia? method
|
12
|
+
|
7
13
|
## [1.2.2] - 2020-01-21
|
8
14
|
|
9
15
|
### Fixed
|
data/lib/inertia_rails.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inertia_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Knoles
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2020-01-
|
13
|
+
date: 2020-01-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -132,6 +132,7 @@ files:
|
|
132
132
|
- lib/patches/debug_exceptions/patch-4-2.rb
|
133
133
|
- lib/patches/debug_exceptions/patch-5-0.rb
|
134
134
|
- lib/patches/debug_exceptions/patch-5-1.rb
|
135
|
+
- lib/patches/request.rb
|
135
136
|
homepage: https://github.com/inertiajs/inertia-rails/
|
136
137
|
licenses:
|
137
138
|
- MIT
|