active_saga 0.1.2 → 0.1.3

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: 32ad9e90a9bcff4657a17a66bdeaccdda592f345c5e44bb28eebb37b41fd2529
4
- data.tar.gz: 14d24904a6913ec0df184ce3656857bfce59c2669632baf42e4f50ffee942ae2
3
+ metadata.gz: f22bd87e089cbb7d4ccd08fe763e561743824bb335131d37a41e2b6b78f8da45
4
+ data.tar.gz: 8ba648a0deac1b45cd719fef2c23501d5f5e2ba9f098938ae75f302b6b72b2c8
5
5
  SHA512:
6
- metadata.gz: 419e630cc061d62672ea17b2773b7f36c61c0a0cee81ff01a5c506b1d17b5ae4023b78369caf39d8e22dcd71547e0e993e985dce534af312a2c92bc50f88e133
7
- data.tar.gz: 8fa23fc13dfdf26d7b8cfacdf49509c164b7ec4e3a54b8b51a0362282050f806036c02f94b62f61c5707b4d140c0d33d7fb6cfc0735d9c9e1c2f20ffc91bff99
6
+ metadata.gz: 72361a30caa2c5d3bf49474f10e0cfbf97a926e6280b57429c786e6fd27a801a1541488db02140a274dc425b7941e726145d5e2891123318ed3893b37d81dd96
7
+ data.tar.gz: 88ffd609d73f55490aea49d7d60871697b9e49fad0a8347cb01cc5fb3138cab8bd8635791b569b1bbfa62ccd3809c93c5d19226272e2c0098a0b54950a1c1566
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveSaga
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
@@ -28,16 +28,6 @@ module ActiveSaga
28
28
 
29
29
  template "sample_workflow.rb", "app/workflows/sample_workflow.rb"
30
30
  end
31
-
32
- private
33
-
34
- def self.next_migration_number(dirname)
35
- if ActiveRecord::Base.timestamped_migrations
36
- Time.now.utc.strftime("%Y%m%d%H%M%S")
37
- else
38
- format("%03d", (current_migration_number(dirname) + 1))
39
- end
40
- end
41
31
  end
42
32
  end
43
33
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_saga
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laerti Papa