arturo 4.0.1.pre.1 → 4.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/lib/arturo/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2160421d60721a0fb8fc39b31e193e8e51556583aa4341e82dc0e405f8bac22b
4
- data.tar.gz: 1197299acf6e683d51f5a1954bd4aaca239e99f04a25b1c68cee04ad430f6156
3
+ metadata.gz: 6138f865d2ad2920842d7f713a0fbaa324ee411c432e38a6899182efab5d84a4
4
+ data.tar.gz: f0900376dac8609f086d53cf20f4cd764d0ea0905e23b5398be011d3a18d81f2
5
5
  SHA512:
6
- metadata.gz: 3c8d7f4a91e9992c459349882106f6bdd80af29f8673304213271ec67ce39251501687914f11e75bf0f4815b29001eb27ed293f150456093d7bb1bf0d1d1f32e
7
- data.tar.gz: d4608e30f757160d31c7622b3b8018acfdf19899beddc88883ba3c0e5b14de08e0bb0a27295beadbdaf90a56408409ecab81703f0749ded5bcd46081c45cb29d
6
+ metadata.gz: f663092021badfa29ae7d18872a6b6c99831aaa6c824093758b94f99aafeec8894bb6637a44383f31d10f9d93475d9061466dc00deccbd3da2102b934ed557d2
7
+ data.tar.gz: 506348698d8c25335de9177f5cc8c85abf1de13c573013fd425641e9c20eba52a23149114c21dc85ab6bf9bcb488398e9518157a1d00fce396c64faa72cac1a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Unreleased
2
2
 
3
+ ## v4.0.1
4
+
5
+ Fixes loading issues for apps not using the Rails engine.
6
+
3
7
  ## v4.0.0
4
8
 
5
9
  Stops loading the Rails engine automatically. If you are using the engine, you need to require it explicitly by adding `require 'arturo/engine'` to `application.rb`.
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Arturo
3
- VERSION = '4.0.1.pre.1'
3
+ VERSION = '4.0.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arturo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1.pre.1
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James A. Rosen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-17 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord