wordjelly-auth 1.4.9 → 1.5.0

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: 1ca38b4329d89f90793673c6d64b4ce7dd3aba5e729358c2fd78062d2125857d
4
- data.tar.gz: b96bcca2319d39b9053ac397c592427fd738b9229484ebab19b95253bd22ed59
3
+ metadata.gz: 2512ed8ff0f79f4892eb57df65b2cc613002cae6c45a79e4dd2239315abf7396
4
+ data.tar.gz: 2a083946e15e3179c1b899059f0d90886bd6179922d89d526d98e23367cd3765
5
5
  SHA512:
6
- metadata.gz: 58ffe5cf4a8a233bb3665801428ed4261a82d1949633e854f723d9ab60dc7759ccd861f856cf771da7a0f9c3a9fbf6de8cfd9204a0b0632d763d03bc722a14ea
7
- data.tar.gz: 76c0c19a7607b59100638c58149cfce7dba3f8b7b63678ec2823dd73ff0d29e706355f0bb7c8f76f4ebeb1eacbfe4578b621e1062784ef7baa0bc4f3a2d34dca
6
+ metadata.gz: a6b8cd7d1db163d5260a3a16abc46aeed4b646fa533c3c3102554da95b5cbee55909b3dd02a5d8c9f860f27a731d4224d13e4c4f43ba0ca984b535fda1e14604
7
+ data.tar.gz: 86f8533c1b35ebf18298eae0460381eb6f4e64014101a0df16fdfc152edb750917377e4dc954c1114e5477ac1a11d0b2d83883ffc4e0caf7969756334109f568
@@ -73,8 +73,10 @@ module ActionDispatch::Routing
73
73
  resources :sops, :controller => Auth.configuration.sop_controller
74
74
 
75
75
  resources :steps, :controller => Auth.configuration.step_controller
76
-
77
- resources :orders, :controller => Auth.configuration.order_controller
76
+
77
+ namespace :workflow do
78
+ resources :orders, :controller => Auth.configuration.order_controller
79
+ end
78
80
 
79
81
  resources :requirements, :controller => Auth.configuration.requirement_controller
80
82
 
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "1.4.9"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordjelly-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhargav
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-30 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk