parliament-routes 0.6.4 → 0.6.5

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
  SHA1:
3
- metadata.gz: 48c6e83bd4d1e8e95432800aac199043a8db28b1
4
- data.tar.gz: '098addde9a004e1f7b936ee8bcc35f1457f8eb83'
3
+ metadata.gz: f35ca135aea58ac2df47daa5af99c850cbf52d35
4
+ data.tar.gz: 4f335d045fe256dd79c2d518ec5d7962bd57d2c0
5
5
  SHA512:
6
- metadata.gz: 0cb77a8b03a7716e4ea936f962511e6ccfc62dabebf1185376d514134cde4095cde4eabda5ef78a0253fcd3aa86a41ad460cc608292b7cff0b37e21d0e849b0e
7
- data.tar.gz: 6aabe1c6a1e398f6e639320b901ad0d2fd18d5cdc3f377f337ca8f7c06306331dde9c9bbc960f9384bdd51a0b75eab09f8f3026c95fe78c8530fef199c70f46b
6
+ metadata.gz: 3521c8dbf699373421a8634687b3251aa38f814b3d3f3f85545277cea298078b97cdb2f0d87e1a95c77d7e838717597a01efe57aba0d29469a4ded718bc1266b
7
+ data.tar.gz: c4f29654c2169ad24d8f5d8df7b7fc311e7465c6a9d02d26c2e4b663d3ac9a69ba3804c9faf6b9691622c8c76f00a4b9376177106638996ea8283b322a334fc5
@@ -25,6 +25,18 @@ Rails.application.routes.draw do
25
25
  # /who-should-i-contact-with-my-issue
26
26
  get '/who-should-i-contact-with-my-issue', to: 'meta#who_should_i_contact_with_my_issue'
27
27
 
28
+ ### Statutory Instruments ###
29
+ # /statutory-instruments
30
+ get '/statutory-instruments', to: 'statutory_instruments#index'
31
+
32
+ ## Work Packages ##
33
+ get '/work-packages', to: 'work_packages#index', as: :work_packages
34
+ get '/work-packages/:work_package_id', to: 'work_packages#show', as: :work_package
35
+
36
+ ## Procedures ##
37
+ get '/procedures', to: 'procedures#index', as: :procedures
38
+ get '/procedures/:procedure_id', to: 'procedures#show', as: :procedure
39
+
28
40
  ### Articles ###
29
41
  get '/articles/:article_id', to: 'articles#show', article_id: id_format_regex, as: :article
30
42
 
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.4'.freeze
3
+ VERSION = '0.6.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryony Watson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-14 00:00:00.000000000 Z
11
+ date: 2018-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails