workflow-activerecord 4.1.9 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -35
- data/lib/workflow-activerecord/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13ca95d8527ee9aed041301018b24b7ad0b94aa9ceb18b8c8344b85bcea30c17
|
4
|
+
data.tar.gz: 26f9d39af2dfc6431a9b87086f04bc065348b0404d955d13fb6ab54c88f25298
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7417e0389ca9cb990f574e5e9265252461b10bcb127c1b144b899eb2f7d283b91cb335e106c57fed0471fcdfe3bc1b1fd8a828f92c36396ffb38fecd7d688215
|
7
|
+
data.tar.gz: 63aa64aceaf356e8192d4c0d752383b2747670ef34f37d8c17780367367824cea08320d4fabb2862735876834e182456f46a331e23e4885404201d81d007da5c
|
data/README.md
CHANGED
@@ -9,9 +9,9 @@
|
|
9
9
|
|
10
10
|
Major+minor versions of workflow-activerecord are based on the oldest
|
11
11
|
compatible ActiveRecord API. To use [`workflow`][workflow] with
|
12
|
-
Rails/ActiveRecord
|
12
|
+
Rails/ActiveRecord 6.0, 6.1, 7.0 please use:
|
13
13
|
|
14
|
-
gem 'workflow-activerecord', '~>
|
14
|
+
gem 'workflow-activerecord', '~> 6.0'
|
15
15
|
|
16
16
|
This will also automatically include the newest compatible version of
|
17
17
|
the core 'workflow' gem. But you can also choose a specific version:
|
@@ -188,42 +188,17 @@ You can have a look at an advanced [`on_transition`][] example in
|
|
188
188
|
Changelog
|
189
189
|
---------
|
190
190
|
|
191
|
-
### New in the version
|
192
|
-
|
193
|
-
* gh-13 Switch CI (continuous integration) from travis-CI to GitHub
|
194
|
-
* Tested Rails 7.0 support
|
195
|
-
|
196
|
-
### New in the version 4.1.8
|
197
|
-
|
198
|
-
* gh-11 Rails 6.1 support
|
199
|
-
|
200
|
-
### New in the version 4.1.7
|
201
|
-
|
202
|
-
* gh-9 refactor the implementation to a single file, deprecate `require
|
203
|
-
'workflow_activerecord'` (with the underscore)
|
191
|
+
### New in the version 6.0.0
|
204
192
|
|
205
|
-
|
193
|
+
* GH-14 retire Ruby 2.6 and Rails 5.* and older since they have reached end of
|
194
|
+
live; please use workflow-activerecord 4.1.9, if you still depend on
|
195
|
+
those versions
|
206
196
|
|
207
|
-
|
208
|
-
|
209
|
-
### New in the version 4.1.5
|
210
|
-
|
211
|
-
* gh-2 Show code coverage on codeclimate
|
212
|
-
* gh-7 Improve require for base `workflow`
|
213
|
-
|
214
|
-
### New in the version 4.1.3
|
215
|
-
|
216
|
-
* retire Ruby 2.3 and Rails 4.1 since this Ruby version has reached end of life
|
217
|
-
* add build for Rails 6.0 beta, Ruby 2.6
|
218
|
-
* fix #4 ruby-graphiz warnings
|
219
|
-
|
220
|
-
### New in the version 4.1.0
|
197
|
+
### New in the version 4.1.9
|
221
198
|
|
222
|
-
|
223
|
-
|
224
|
-
and helping to revive `workflow`!
|
199
|
+
* GH-13 Switch CI (continuous integration) from travis-CI to GitHub
|
200
|
+
* Tested Rails 7.0 support
|
225
201
|
|
226
|
-
[@voltechs]: https://github.com/voltechs
|
227
202
|
|
228
203
|
Support
|
229
204
|
-------
|
@@ -238,7 +213,7 @@ About
|
|
238
213
|
|
239
214
|
Author: Vladimir Dobriakov, <https://infrastructure-as-code.de>
|
240
215
|
|
241
|
-
Copyright (c) 2010-
|
216
|
+
Copyright (c) 2010-2022 Vladimir Dobriakov and Contributors
|
242
217
|
|
243
218
|
Copyright (c) 2008-2009 Vodafone
|
244
219
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workflow-activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vladimir Dobriakov
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workflow
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '3.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: activerecord
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '6.0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '6.0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rdoc
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,7 +142,7 @@ homepage: https://github.com/geekq/workflow-activerecord
|
|
142
142
|
licenses:
|
143
143
|
- MIT
|
144
144
|
metadata: {}
|
145
|
-
post_install_message:
|
145
|
+
post_install_message:
|
146
146
|
rdoc_options: []
|
147
147
|
require_paths:
|
148
148
|
- lib
|
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
150
150
|
requirements:
|
151
151
|
- - ">="
|
152
152
|
- !ruby/object:Gem::Version
|
153
|
-
version: '2.
|
153
|
+
version: '2.7'
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
155
|
requirements:
|
156
156
|
- - ">="
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
version: '0'
|
159
159
|
requirements: []
|
160
160
|
rubygems_version: 3.1.2
|
161
|
-
signing_key:
|
161
|
+
signing_key:
|
162
162
|
specification_version: 4
|
163
163
|
summary: ActiveRecord/Rails Integration for the Workflow library.
|
164
164
|
test_files: []
|