parliament-routes 0.6.11 → 0.6.12

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: '05682adcd78b9747971322e6a29fdc2ea96034a9'
4
- data.tar.gz: 54b89acd6377f96a1016a1a1a099133bc9562cbe
3
+ metadata.gz: 60fc70032dd3e488c051e0ffb6ec95e19f186546
4
+ data.tar.gz: 91909f2f2eff18cb1ed43f8d228f3a650b76cc7e
5
5
  SHA512:
6
- metadata.gz: 5be87f20a619d6eb9c02ca26057fbe164cc2dd23b54832489805f801532b2e4bcb80e2fac2c6a783030ce094372c95250ebedb765a0bf568e491f5a7fe47067a
7
- data.tar.gz: 1f5c34be86f93ae26049e89052c2d6e3a2f325083e9ec3a812937895caa02bd011ebac5e304b4b3757f6a1765010d7b7c7bdc52f5dbadd402dad75558fbe3270
6
+ metadata.gz: 0c1b15184dd74083f64f1d1ec58ac43c75cf30f20a52db19e9fd79ced865cb2620bd9052633bf27556748a3f395f96984d8207d2e0e398d0255ea60232834621
7
+ data.tar.gz: e95e5cea79632cffc42151f070da5f3421256cc4974841a68f51c999002ff1b0770e0d4537baf93e41da6e7be691cbed3b34ba049f4c697664e5e59cc821cf26
data/config/routes.rb CHANGED
@@ -26,7 +26,7 @@ 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'
29
+ get '/proposed-negative-statutory-instruments', to: 'proposed_negative_statutory_instruments#index'
30
30
  get '/proposed-negative-statutory-instruments/:proposed_negative_statutory_instrument_id', to: 'proposed_negative_statutory_instruments#show'
31
31
 
32
32
  ### Statutory Instruments ###
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.11'.freeze
3
+ VERSION = '0.6.12'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.11
4
+ version: 0.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryony Watson