parliament-routes 0.4.4 → 0.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
  SHA1:
3
- metadata.gz: 9f62df6648f320ba4c114e73d36f6685cafac9ef
4
- data.tar.gz: ffa37208933f9175a8c6622fca32da78d2298ec8
3
+ metadata.gz: d616b8b78077403bf00bdeec43b3bf53d83d3f3c
4
+ data.tar.gz: 383e7054868a866adbfb2fe0f37875da98c1fff5
5
5
  SHA512:
6
- metadata.gz: 7374bba90635deb94dd3a46cb04c79215cf141daaaca88467fc6229d3617b8b70438f6d91a8d5341a0fe9299f09b9af084c3de485266f8776dd76469bd1e55a6
7
- data.tar.gz: 44d0a8b4c1b33560eadec7c518efcab20d41bedf5feac520781f45e5d963519c4c74cc89ffe1faa9a5f32f2f9784a193cfade2271bab8ebf787639616463eb45
6
+ metadata.gz: 6ff92aeb36a8425e101cbbbd8379ec339de781d020d35f8b56c2954fea055e59743f1dcc4be85fde5a6001babdb86f99cd4eb4fe43208993c6b26dffa177368d
7
+ data.tar.gz: 919c22d626e56fdd37725a7734a7f49a07c95898a6b6a555ffa940a7c1ff4b17ae1351bfe6ce391c5b205a7878f3bcfd3be23ac8d9887f1c58444a1cebf730eb
@@ -24,6 +24,16 @@ Rails.application.routes.draw do
24
24
  # /who-should-i-contact-with-my-issue
25
25
  get '/who-should-i-contact-with-my-issue', to: 'meta#who_should_i_contact_with_my_issue'
26
26
 
27
+
28
+ ### Hybrid Bill Petitions ###
29
+ # /petition-a-hybrid-bill
30
+ get '/petition-a-hybrid-bill', to: 'hybrid_bills#index', as: :hybrid_bills
31
+ get '/petition-a-hybrid-bill/:bill_id', to: 'hybrid_bills#show', as: :hybrid_bill
32
+ post '/petition-a-hybrid-bill/:bill_id', to: 'hybrid_bills#show'
33
+
34
+ get '/petition-a-hybrid-bill/email-a-petition', to: 'hybrid_bills#email', as: :hybrid_bills_email
35
+
36
+
27
37
  ### Search ###
28
38
  # /search
29
39
  get '/search', to: 'search#index', as: :search
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.4.4'.freeze
3
+ VERSION = '0.5.0'.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.4.4
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryony Watson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-22 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.6.8
104
+ rubygems_version: 2.6.14
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Summary of routes.