mobile_workflow 0.5.5 → 0.5.6

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: 59a42474dd2320d74da05ae06c5b5b143d7b916bc0be5672d5bbf9e725dadfa4
4
- data.tar.gz: bd0c2418cfdb2c57f05c7cebe8caec037c96f4aa15bf9f1a0cd04e9fd531dad9
3
+ metadata.gz: a2a4d13fe23a8f256052b54fa14424c54d847bb327bf57128159b9dd8ffd334a
4
+ data.tar.gz: 0aa96388f99ac5f8ae69a1e6a06559c58c9eab58c355f877b259137472a3b176
5
5
  SHA512:
6
- metadata.gz: f95219a039c62458cd5e93a6d2ff859e4c2a8ff6bd39f8ae941e4d1cd63d9daf9b316ce1b9454a16969c84a16c8bb9e46a42dc6087425222613b971be359e524
7
- data.tar.gz: 7b2b4f522160353494ba0b3ab1228622fb7e8cf8f104c5d76c2dc522023aacad57d67c3d773bb953d11615d2c2e460ec2a641d9785cef5ccc16d99714abe8e49
6
+ metadata.gz: 7f5890bf8381f177530fe3607e5ec4fe276258638f4a28213665c7c2dab5724ed14fb4a9f3ea3027581c41499c4fb995701e4b08138d0d31466f4781aa8f279e
7
+ data.tar.gz: 7b5c52f4a9b754078eb0c1a70b6213bf5b33f9825f1c67ce0325199b5c2bc1038cde0044b951baccdb6120c7fa2b46546349258c444cca4db7b438a96dbd5b3f
@@ -11,7 +11,8 @@ gem 'turbolinks', '~> 5'
11
11
 
12
12
  # Mobile Workflow
13
13
  #gem 'mobile_workflow', path: '../mobile_workflow'
14
- gem 'mobile_workflow', github: 'FutureWorkshops/mobile_workflow'
14
+ #gem 'mobile_workflow', github: 'FutureWorkshops/mobile_workflow'
15
+ gem 'mobile_workflow', '0.5.5'
15
16
 
16
17
  # Authorisation / Authentication
17
18
  <%- if options[:doorkeeper_oauth] %>
@@ -1,5 +1,5 @@
1
1
  module MobileWorkflow
2
- VERSION = '0.5.5'
2
+ VERSION = '0.5.6'
3
3
  RUBY_VERSION = '2.5.5'
4
4
  RAILS_VERSION = '6.1.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-29 00:00:00.000000000 Z
11
+ date: 2020-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails