inertia_rails 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/inertia_rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29a0f3d180ca11e8e729969b8937c4b1192e23c777d79fc4e17ddc0516ba6587
|
|
4
|
+
data.tar.gz: 72fbd3616dc37eae14f19af3bf6177b3a365f35c48148d3e70e4241aa8a0a8bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c850625eeadeb20ce4a8c46cc8c14f82c70c8df04abe28492b2bc23dee6c789c1756fbdc9c3c69e03d36d1f97a6ccf0486807b38844c217a4dd19f416d0e2db8
|
|
7
|
+
data.tar.gz: 8cbeb85fcbf8d5ab2fb29a5fdded69d64e96700e69a8e8812f769d218de42752f2ff9488e411b12247c02343b4872971ee3ef4f55cccfcde54da192ea2e927b3
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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.1] - 2020-02-20
|
|
8
|
+
|
|
9
|
+
* Fix a typo in the README (inertia only has 1 t!)
|
|
10
|
+
|
|
7
11
|
## [1.3.0] - 2020-01-28
|
|
8
12
|
|
|
9
13
|
### Added
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Visit [inertiajs.com](https://inertiajs.com/) to learn more.
|
|
|
6
6
|
|
|
7
7
|
The initial version of the gem was named `inertia`; however, that name was not available on Rubygems.
|
|
8
8
|
|
|
9
|
-
The 1.0.0 version release on Rubygems is `
|
|
9
|
+
The 1.0.0 version release on Rubygems is `inertia_rails`.
|
|
10
10
|
|
|
11
11
|
The changes required are:
|
|
12
12
|
|
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.3.
|
|
4
|
+
version: 1.3.1
|
|
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-
|
|
13
|
+
date: 2020-02-20 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|