parliament-routes 0.6.10 → 0.6.11

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: b45c0dffaa5cbe1e07129193b7d695a7d3967ce7
4
- data.tar.gz: cd838c59ef9d306f9a7df0f8d6f38b5aa91aaf8d
3
+ metadata.gz: '05682adcd78b9747971322e6a29fdc2ea96034a9'
4
+ data.tar.gz: 54b89acd6377f96a1016a1a1a099133bc9562cbe
5
5
  SHA512:
6
- metadata.gz: 41014ad310d8bb8d0e4ac5384b13c6c7db908f4dce4a82d54ccc46cde4cb48921bef33e0d50ca73f15a1d4e37023ef1db7ec2e1b7d533f49f33c4b839706b515
7
- data.tar.gz: c19096fa18422ded7e9e0ad79dff453c481770e845e8a59e63f7692283f97c7d67c25eae0f5f26a684429e4fdc117a701c92381f93f2c1bccf6ab1d8700a98d6
6
+ metadata.gz: 5be87f20a619d6eb9c02ca26057fbe164cc2dd23b54832489805f801532b2e4bcb80e2fac2c6a783030ce094372c95250ebedb765a0bf568e491f5a7fe47067a
7
+ data.tar.gz: 1f5c34be86f93ae26049e89052c2d6e3a2f325083e9ec3a812937895caa02bd011ebac5e304b4b3757f6a1765010d7b7c7bdc52f5dbadd402dad75558fbe3270
@@ -25,6 +25,10 @@ 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
+ ### 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'
31
+
28
32
  ### Statutory Instruments ###
29
33
  get '/statutory-instruments', to: 'statutory_instruments#index'
30
34
  get '/statutory-instruments/:statutory_instrument_id', to: 'statutory_instruments#show'
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.10'.freeze
3
+ VERSION = '0.6.11'.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.10
4
+ version: 0.6.11
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-08-14 00:00:00.000000000 Z
11
+ date: 2018-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails