ae_active_job_state 1.6.0 → 1.7.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 +4 -4
- data/LICENSE.txt +1 -1
- data/ae_active_job_state.gemspec +2 -2
- data/lib/ae_active_job_state/job_state.rb +1 -0
- data/lib/ae_active_job_state/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c29b4be897ca9f4276f8ba40e3230519aa10a3a3eef7391aa1a519127a0c8fee
|
|
4
|
+
data.tar.gz: db1ef858d0e8e63689189b33067cd029a5bb6f374f4cb04f2a00e7f7f5075fac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dace0f103100b6a9d4f6a0c997e0b556805d08db124257c201a5d492805b1abeadc6796d8e697e96a89f5cbf53dda844f7ec6f3fb99b005cde99999337117884
|
|
7
|
+
data.tar.gz: 90ae5d47af84244347dc9ddd66fc28ca197d616a6e18aee90c4b34b49c16fb93975459feb8529e11440429479357003c62a90a308a38e619d30b98029887a670
|
data/LICENSE.txt
CHANGED
data/ae_active_job_state.gemspec
CHANGED
|
@@ -12,10 +12,10 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = spec.description
|
|
13
13
|
spec.homepage = 'https://github.com/appfolio/ae_active_job_state'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
|
-
spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt
|
|
15
|
+
spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_active_job_state\.gemspec)}] }
|
|
16
16
|
spec.require_paths = ['lib']
|
|
17
17
|
|
|
18
|
-
spec.required_ruby_version = Gem::Requirement.new('<
|
|
18
|
+
spec.required_ruby_version = Gem::Requirement.new('< 4.1')
|
|
19
19
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
|
20
20
|
|
|
21
21
|
spec.add_dependency('aasm', ['>= 5.1', '< 6'])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ae_active_job_state
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- AppFolio
|
|
@@ -117,14 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
requirements:
|
|
118
118
|
- - "<"
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: '
|
|
120
|
+
version: '4.1'
|
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
requirements:
|
|
123
123
|
- - ">="
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '0'
|
|
126
126
|
requirements: []
|
|
127
|
-
rubygems_version:
|
|
127
|
+
rubygems_version: 4.0.7
|
|
128
128
|
specification_version: 4
|
|
129
129
|
summary: Store ActiveJob status in ActiveRecord
|
|
130
130
|
test_files: []
|