rails_core_extensions 0.14.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abf2a60c82dfb1b0eab8b44ce552adc6541a2cde2b02749e6e3fabcf1781ac71
4
- data.tar.gz: 1b453d160782af795a187f15004c874b7794092396daec131e9e3f1c06f98ebf
3
+ metadata.gz: dbfd55f440894bc4d7f2a50652fa3e184f37aaa55b15c5c6bd28244f8ef6cde5
4
+ data.tar.gz: cabe588cad7d8acbadc17ef9ae0c72c0d4d8255542a3d10a7e4aa4bb9f2ffc43
5
5
  SHA512:
6
- metadata.gz: 965728be60a5bd63fe324c32a2e72c487c9871a0d71778dca58bae6588dc1bbf33ff9beb1c9de6899fde75b3ec1d6bad1a0a9c61de384f25bb8c55cda7ca0224
7
- data.tar.gz: 6dca302b72068a256a70c4b61bc0498b532c67348af7df9585aaa7781ff0809fea5b76a0224d2042916422df042c60136b10699f6a583ccfdcaf9500b6ec0635
6
+ metadata.gz: d73f4aa53361a19b9a7b422fbf1db78590dd5e16a526ecf24a131da6d5d859f8f72cc05dbcf9eab9194e64cf1ea378b3c6fa0919c0ade8993ac59ba56159e430
7
+ data.tar.gz: 45d5a3ddf135577f169d841ec246b2f6a310d631d0c594788098688c55fa65001920b817d031af88e17969dc1f2914c6b87eba92fb7acdb336836d63425e179e
@@ -0,0 +1,12 @@
1
+ # The commits that did automated reformatting. You can ignore them
2
+ # during git-blame with `--ignore-rev` or `--ignore-revs-file`.
3
+ # You can also globally configure GIT with the following command
4
+ #
5
+ # $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs'
6
+ #
7
+ # Example entries:
8
+ #
9
+ # <full commit hash> # initial black-format
10
+ # <full commit hash> # rename something internal
11
+
12
+ 043b2db647926c048202b037f87e5e2396f830e1 # Pretty CHANGELOG.md
@@ -6,7 +6,7 @@ jobs:
6
6
  fail-fast: false
7
7
  matrix:
8
8
  gemfile: [rails60, rails61, rails70]
9
- ruby: ["2.7", "3.0", "3.1"]
9
+ ruby: ["3.0", "3.1", "3.2"]
10
10
  runs-on: ubuntu-latest
11
11
  env:
12
12
  BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.0
1
+ 3.2.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.15.0
4
+
5
+ - [PLAT-1175] Update to Ruby 3.2
6
+
3
7
  ## 0.14.0
4
8
 
5
9
  - [PLAT-1135] Remove `enum_int` as we have now fully migrated to rails native `enum`
@@ -26,74 +30,74 @@
26
30
 
27
31
  ## 0.11.2
28
32
 
29
- * [TT-8640] Add dependabot config
33
+ - [TT-8640] Add dependabot config
30
34
 
31
35
  ## 0.11.1
32
36
 
33
- * [TT-8608] Fix broken rake command in the gem publish stage
37
+ - [TT-8608] Fix broken rake command in the gem publish stage
34
38
 
35
39
  ## 0.11.0
36
40
 
37
- * [TT-8608] Switch from travis to gihthub actions
38
- * [TT-8608] Add support for Rails 6.1 / Ruby 3
41
+ - [TT-8608] Switch from travis to gihthub actions
42
+ - [TT-8608] Add support for Rails 6.1 / Ruby 3
39
43
 
40
44
  ## 0.10.0
41
45
 
42
- * [TT-8507] Sortable will now fire callbacks to ensure we audit these changes
46
+ - [TT-8507] Sortable will now fire callbacks to ensure we audit these changes
43
47
 
44
48
  ## 0.9.0
45
49
 
46
- * [TT-6727] Fix usage of symbolize_keys in sortable
50
+ - [TT-6727] Fix usage of symbolize_keys in sortable
47
51
 
48
52
  ## 0.8.0
49
53
 
50
- * [TT-6539] Remove cache_all_attributes and other unused methods
51
- * [TT-5384] Remove validates_presence_of_parent method (Use rails optional flag instead)
52
- * [TT-6293] Drop breadcrumbs / cache without host and some unused view helpers
54
+ - [TT-6539] Remove cache_all_attributes and other unused methods
55
+ - [TT-5384] Remove validates_presence_of_parent method (Use rails optional flag instead)
56
+ - [TT-6293] Drop breadcrumbs / cache without host and some unused view helpers
53
57
 
54
58
  ## 0.7.1
55
59
 
56
- * [TT-5745] Fix passing of symbol to liquid template parse
60
+ - [TT-5745] Fix passing of symbol to liquid template parse
57
61
 
58
62
  ## 0.7.0
59
63
 
60
- * [TT-5745] Update Liquid validate to be v4 compatible
64
+ - [TT-5745] Update Liquid validate to be v4 compatible
61
65
 
62
66
  ## 0.6.1
63
67
 
64
- * [TT-5671] More fixes to sortable
68
+ - [TT-5671] More fixes to sortable
65
69
 
66
70
  ## 0.6.0
67
71
 
68
- * [TT-5542] Remove Rails 4 support
69
- * [TT-5642] Fixed sortable so it can sort on empty scopes
72
+ - [TT-5542] Remove Rails 4 support
73
+ - [TT-5642] Fixed sortable so it can sort on empty scopes
70
74
 
71
75
  ## 0.5.0
72
76
 
73
- * Support include_blank properly (was broken)
77
+ - Support include_blank properly (was broken)
74
78
 
75
79
  ## 0.4.0 (Removes Rails3 Support)
76
80
 
77
- * [TT-3778] Store the cacheable attributes in memory for the duration of the request
81
+ - [TT-3778] Store the cacheable attributes in memory for the duration of the request
78
82
 
79
83
  ## 0.3.0
80
84
 
81
- * Use coverage kit to enforce maximum coverage
82
- * [ROT-73] Always cache cacheable attributes
83
- * [RU-133] Replace alias_method_chain with alias_method
85
+ - Use coverage kit to enforce maximum coverage
86
+ - [ROT-73] Always cache cacheable attributes
87
+ - [RU-133] Replace alias_method_chain with alias_method
84
88
 
85
89
  ## 0.2.0
86
90
 
87
- * Extract and test translations
91
+ - Extract and test translations
88
92
 
89
93
  ## 0.1.1
90
94
 
91
- * Fixes issue with sortable controllers
95
+ - Fixes issue with sortable controllers
92
96
  implicitly depending on prototype based template rendering
93
97
 
94
98
  ## 0.1.0
95
99
 
96
- * Add rails 5 support
97
- * Refactor clone_excluding to enable rails 5 support
98
- * Extract transfer_records to class
99
- * Rename enum to enum_int to be rails 4/5 compatible
100
+ - Add rails 5 support
101
+ - Refactor clone_excluding to enable rails 5 support
102
+ - Extract transfer_records to class
103
+ - Rename enum to enum_int to be rails 4/5 compatible
@@ -1,3 +1,3 @@
1
1
  module RailsCoreExtensions
2
- VERSION = '0.14.0'
2
+ VERSION = '0.15.0'
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
20
20
  spec.require_paths = ['lib']
21
- spec.required_ruby_version = '>= 2.7'
21
+ spec.required_ruby_version = '>= 3.0'
22
22
 
23
23
  spec.add_dependency 'activerecord', ['>= 6.0.0']
24
24
  spec.add_dependency 'actionpack', ['>= 6.0.0']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_core_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Noack
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-12-22 00:00:00.000000000 Z
12
+ date: 2023-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -144,6 +144,7 @@ executables: []
144
144
  extensions: []
145
145
  extra_rdoc_files: []
146
146
  files:
147
+ - ".git-blame-ignore-revs"
147
148
  - ".github/dependabot.yml"
148
149
  - ".github/workflows/release.yml"
149
150
  - ".github/workflows/ruby.yml"
@@ -201,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
201
202
  requirements:
202
203
  - - ">="
203
204
  - !ruby/object:Gem::Version
204
- version: '2.7'
205
+ version: '3.0'
205
206
  required_rubygems_version: !ruby/object:Gem::Requirement
206
207
  requirements:
207
208
  - - ">="
208
209
  - !ruby/object:Gem::Version
209
210
  version: '0'
210
211
  requirements: []
211
- rubygems_version: 3.3.3
212
+ rubygems_version: 3.4.1
212
213
  signing_key:
213
214
  specification_version: 4
214
215
  summary: Set of extensions to core rails libraries.