mobile_workflow 0.5.8 → 0.5.9

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: 713ccaaf463cd2815599e145de07b2b2cc5f838242f49e8e97a9eafebb691d10
4
- data.tar.gz: f95cdbe9e1474adc2813c2c14edc113bd56b13bbb0661de16b2abe27368d1c30
3
+ metadata.gz: 67144e898661a571308e152cc1476642bb8b96d03955448f7ea3acede6ae1d22
4
+ data.tar.gz: 574ba9c5a84ae5d5cbae30aa35eb3f67802fd2a3961f093b748fe7b9264a2982
5
5
  SHA512:
6
- metadata.gz: 936c2c40cf080691b9c867214d09dea90dd4a16f2370e6f2b7b0d307a965e78863dfb3a761839f8fc46463727e96a7d0e7f37e4767aade6132b202715faa6917
7
- data.tar.gz: 126597e1a681f59d770b40c8c2c830398932b2d69c8b8d81c5e3a5fbd52e9e3f858d15e857b10ecede4c1caf2600090406cf2d0ea2212122c0fd705e19a6e7dd
6
+ metadata.gz: b6b546950fcf78a4276109865fd19aa541f7056688103b63dfdbe0e62623dc236ea339eb88133330ee2adb8ea9f0198f6ddafb9c26d79f73daa47b3c3d6b86bd
7
+ data.tar.gz: 7313cfd971ae15bbf8d6d4e94fe992d303144dcf9785eea5a2c3f4b5dc887f2b5f9e23eae6203b4c1dfbdb1874a8a56e41dfea8fdefac1a426e67d94e6eaf021
@@ -1,18 +1,16 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '2.7.2'
4
+ ruby '<%= MobileWorkflow::RUBY_VERSION %>'
5
5
 
6
6
  # Core Gems
7
- gem 'rails', '~> 6.1.0'
7
+ gem 'rails', '~> <%= MobileWorkflow::RAILS_VERSION %>'
8
8
  gem 'puma', '~> 5.0'
9
9
  gem 'sass-rails', '>= 6'
10
10
  gem 'turbolinks', '~> 5'
11
11
 
12
12
  # Mobile Workflow
13
- #gem 'mobile_workflow', path: '../mobile_workflow'
14
- #gem 'mobile_workflow', github: 'FutureWorkshops/mobile_workflow'
15
- gem 'mobile_workflow'
13
+ gem 'mobile_workflow', '~> <%= MobileWorkflow::VERSION %>'
16
14
 
17
15
  # Authorisation / Authentication
18
16
  <%- if options[:doorkeeper_oauth] %>
@@ -1,5 +1,5 @@
1
1
  module MobileWorkflow
2
- VERSION = '0.5.8'
3
- RUBY_VERSION = '2.5.5'
2
+ VERSION = '0.5.9'
3
+ RUBY_VERSION = '2.7.2'
4
4
  RAILS_VERSION = '6.1.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobile_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brooke-Smith
@@ -144,14 +144,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
145
  - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: 2.5.5
147
+ version: 2.7.2
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  requirements: []
154
- rubygems_version: 3.0.8
154
+ rubygems_version: 3.1.4
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: A Rails engine to provide API support for Mobile Workflow Apps.