parliament-routes 0.6.12 → 0.6.13

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: 60fc70032dd3e488c051e0ffb6ec95e19f186546
4
- data.tar.gz: 91909f2f2eff18cb1ed43f8d228f3a650b76cc7e
3
+ metadata.gz: dcd7ba5eb1b75b0c38f513a94233f4329bff3176
4
+ data.tar.gz: 159a7f295d72624f2c741dac0a04a2e860d88251
5
5
  SHA512:
6
- metadata.gz: 0c1b15184dd74083f64f1d1ec58ac43c75cf30f20a52db19e9fd79ced865cb2620bd9052633bf27556748a3f395f96984d8207d2e0e398d0255ea60232834621
7
- data.tar.gz: e95e5cea79632cffc42151f070da5f3421256cc4974841a68f51c999002ff1b0770e0d4537baf93e41da6e7be691cbed3b34ba049f4c697664e5e59cc821cf26
6
+ metadata.gz: 314ff004c091abf33466fdb34c4368ac952cb7a5b483eec33d114f5042b115b3467fea70e5e049dcdf73389b2f3129fba3510df46db7cb4182ea696e7bc133b3
7
+ data.tar.gz: 45a9f29fd32fcae84ab30eb340c48324eedb444fa90170666bc1c2d0ce7138c6710860c3addb6bc59633a46b74c456a85b8feee1c350e8afe5607bfdf0205276
data/config/routes.rb CHANGED
@@ -26,12 +26,12 @@ Rails.application.routes.draw do
26
26
  get '/who-should-i-contact-with-my-issue', to: 'meta#who_should_i_contact_with_my_issue'
27
27
 
28
28
  ### Proposed Negative Statutory Instruments ###
29
- get '/proposed-negative-statutory-instruments', to: 'proposed_negative_statutory_instruments#index'
30
- get '/proposed-negative-statutory-instruments/:proposed_negative_statutory_instrument_id', to: 'proposed_negative_statutory_instruments#show'
29
+ get '/proposed-negative-statutory-instruments', to: 'proposed_negative_statutory_instruments#index', as: :proposed_negative_statutory_instruments
30
+ get '/proposed-negative-statutory-instruments/:proposed_negative_statutory_instrument_id', to: 'proposed_negative_statutory_instruments#show', as: :proposed_negative_statutory_instrument
31
31
 
32
32
  ### Statutory Instruments ###
33
- get '/statutory-instruments', to: 'statutory_instruments#index'
34
- get '/statutory-instruments/:statutory_instrument_id', to: 'statutory_instruments#show'
33
+ get '/statutory-instruments', to: 'statutory_instruments#index', as: :statutory_instruments
34
+ get '/statutory-instruments/:statutory_instrument_id', to: 'statutory_instruments#show', as: :statutory_instrument
35
35
 
36
36
  ## Work Packages ##
37
37
  get '/work-packages', to: 'work_packages#index', as: :work_packages
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.12'.freeze
3
+ VERSION = '0.6.13'.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.12
4
+ version: 0.6.13
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-09-18 00:00:00.000000000 Z
11
+ date: 2018-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails