gemcompat 0.4.0 → 0.5.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 923bf7abd01800a36c9b1d046e5d448b1b8d8c7735e27537ef5e01cda2eb1160
4
- data.tar.gz: 6ef2491c1776156b331d97a291fd03c85fe1cf03f49c8d5a4831f75c8a5b838e
3
+ metadata.gz: 90e8f29f4a0c0af26dff9c10e7fa29069c87a196484f5ff82e8e006cc0db1878
4
+ data.tar.gz: 688c11482b711de47e24b35fe8de654b11073a496827fe5ec12f29955be3eee1
5
5
  SHA512:
6
- metadata.gz: a5b84972e94dc260510b5849e10f72f4c7f4a749b1b2119843f0e2998c0691130aff71058cef1f0a3ef8d5d194cf40cedf0c7ff5827546de84b8112ee4ed935f
7
- data.tar.gz: baefb9b3d4162b88eb9ba2322ac5499ca7f9a17bf66421113126c886fdd40dc9f961e61b8bbd7ff4d79eef8102dfb0e2c29773e4caaff38413bdc7630d59fe62
6
+ metadata.gz: 14b4c7a6ce967e78519c5a85396cdb52182157417813986bd04f004ed34a2e6835dbd924b3354b8ccbd1b8967c8b64c190d83771962745b0b60f32a8f5049d92
7
+ data.tar.gz: a9fbb13ef7ae331ce1ac42dc9edcb35d5eccc38522f3a2026817dbfe6b71c9cfb87b33194fb0549e0d5487859feb7c62c0a141c7886971ebdefe5d27bf435e84
data/README.md CHANGED
@@ -21,6 +21,7 @@ gemcompat supports checking the following upgrades:
21
21
  |rails|7.0|
22
22
  |rails|6.1|
23
23
  |rails|5.2|
24
+ |rails|5.0|
24
25
 
25
26
  Please contribute to the database to support more packages and targets!
26
27
 
data/data/rails/5_0.yaml CHANGED
@@ -65,10 +65,6 @@ bullet:
65
65
  :first_compatible_version: 5.8.0
66
66
  note: Fix through reflection for rails 5.x
67
67
  source: changelog
68
- cancancan:
69
- :first_compatible_version: 3.0.0
70
- note: Removed automatic eager loading of associations for ActiveRecord >= 5.0.
71
- source: changelog
72
68
  ckeditor:
73
69
  :first_compatible_version: 4.2.0
74
70
  note: Rails 5 support
@@ -138,10 +134,6 @@ flipper-ui:
138
134
  :first_compatible_version: 0.7.5
139
135
  note: support for rails 5 beta/ rack 2 alpha
140
136
  source: changelog
141
- formtastic:
142
- :first_compatible_version: 4.0.0
143
- note: Added support for Rails 5 Attributes API
144
- source: changelog
145
137
  friendly_id:
146
138
  :first_compatible_version: 5.2.4
147
139
  note: Fix compatibility with Rails versions 4.0 -> 5.2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gemcompat
4
- VERSION = '0.4.0'
4
+ VERSION = '0.5.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemcompat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Pike
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-14 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Not all gem incompatibilities get reported in gemspecs. This project
14
14
  documents them so you can check ahead of an upgrade.