parliament-routes 0.5.3 → 0.5.4

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: 784ff2f6a9731c971ab5f3f149e4abadf342c413
4
- data.tar.gz: 17524bf2eb5606181eb31433cfbb3f497c39f5be
3
+ metadata.gz: c21f9bc7a3532b1dd7fa9881de88303f13ce14cf
4
+ data.tar.gz: 461734e8c1e94ec6dfe921b619904d0bf6356218
5
5
  SHA512:
6
- metadata.gz: fdcc70481017b4444df0d267d021e38a4ce5261fba78f8f93f2f4cc94e540d4742dc9f85920d52561a250e935dc86b5931dae3f3a0e7bdaee40ff12ef7d36b34
7
- data.tar.gz: eab2f56ac65d0a88be0497c4ae96e164ed832fdc2f9ddd9f72363f709dbf63502be0ab88690de240e11abf4889114e120e01f4fe237687498825ca3cc33cb552
6
+ metadata.gz: 270b8b20934d4726456b4299b2b33765f63459d8ae47ea12ce7c815a5ad3bee8319323685f0a7a80cfbca939756abb9691d439f6edbf7388f2c2a2e065e46c62
7
+ data.tar.gz: bc34a96d532c01ab4e69cfebe33f10d9206e90c4432f118f33bab0709844c042328c1e134656fcd3d6c18c86e1d89d3d70b3b5ec5fbda49a09fdba63fbf62024
data/config/routes.rb CHANGED
@@ -27,9 +27,9 @@ Rails.application.routes.draw do
27
27
  ### Articles ###
28
28
  get '/articles/:article_id', to: 'articles#show', article_id: id_format_regex, as: :article
29
29
 
30
- ### Topics ###
31
- get '/topics/:topic_id', to: 'topics#show', topic_id: id_format_regex, as: :topic
32
- get '/topics', to: 'topics#index', as: :topics
30
+ ### Concepts ###
31
+ get '/concepts/:concept_id', to: 'concepts#show', concept_id: id_format_regex, as: :concept
32
+ get '/concepts', to: 'concepts#index', as: :concepts
33
33
 
34
34
  ### Hybrid Bill Petitions ###
35
35
  # /petition-a-hybrid-bill
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.5.3'.freeze
3
+ VERSION = '0.5.4'.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.5.3
4
+ version: 0.5.4
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-01-31 00:00:00.000000000 Z
11
+ date: 2018-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails