pugin 1.8.8 → 1.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 998105d26676e5b21c683294add9788513c08b3d
|
|
4
|
+
data.tar.gz: 2eaf0bae2cd9ef53755d14b3bb09065c968c1963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fa70e6a66759c4bef0d50be03bbce0e73540cbc85207f9a8fe87eaf18095cea750ed3b2887b03ebaf306bf98ea549e57e5d2b9894675710788ed62371942fbe
|
|
7
|
+
data.tar.gz: a91174c1558dfef0b90eff1c0e9e7de55293e47cb6d7d1816514c1b4b048de6c572e48d6ed7ca8ee44fe649ec0ccb8277a3a6a89becfc28271ebe1468286b4c0
|
data/config/locales/en.yml
CHANGED
data/lib/pugin/version.rb
CHANGED
|
@@ -103,8 +103,8 @@ describe 'pugin/people/list/member/_member.html.haml', type: :view do
|
|
|
103
103
|
render partial: "pugin/people/list/list", collection: @people, as: "people".to_sym
|
|
104
104
|
expect(response).to include("<a href='/people/123'>parliamentmp1</a>")
|
|
105
105
|
expect(response).to include("<p>
|
|
106
|
-
constituency1 from 3
|
|
107
|
-
- 16
|
|
106
|
+
constituency1 from 3 February 2017
|
|
107
|
+
- 16 March 2018
|
|
108
108
|
</p>")
|
|
109
109
|
expect(response).to include("<p>Green Party</p>")
|
|
110
110
|
end
|
|
@@ -118,7 +118,7 @@ constituency1 from 3 Feb 2017
|
|
|
118
118
|
render partial: "pugin/people/list/list", collection: @people, as: "people".to_sym
|
|
119
119
|
expect(response).to include("<a href='/people/123'>parliamentmp1</a>")
|
|
120
120
|
expect(response).to include("<p>
|
|
121
|
-
constituency1 from 3
|
|
121
|
+
constituency1 from 3 February 2017
|
|
122
122
|
to present
|
|
123
123
|
</p>")
|
|
124
124
|
expect(response).to include("<p>Green Party</p>")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pugin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Rayner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|