Skip to content

Commit 9b6de16

Browse files
authored
Merge branch 'gh-pages' into patch-2
2 parents da4c066 + 60491d4 commit 9b6de16

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.5.3

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@ env:
77
global:
88
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
99

10-
addons:
11-
apt:
12-
packages:
13-
- libcurl4-openssl-dev # required to avoid SSL errors
14-
1510
branches:
1611
only:
1712
- gh-pages
1813
- /.*/
1914

20-
before_install:
21-
- openssl version
22-
- openssl ciphers -v
23-
- openssl s_client -cipher ECDHE-RSA-AES256-GCM-SHA384 -connect github.blog:443 -tls1_2
24-
- curl -sSL -D - https://github.blog/2014-02-14-rendered-prose-diffs/ -o /dev/null
25-
sudo: false
2615
cache: bundler

Gemfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'github-pages'
6-
gem 'jekyll-octicons'
7-
# need lazy-load support
8-
gem 'jekyll-avatar', '>= 0.6.0'
5+
gem 'github-pages', '> 103', group: :jekyll_plugins
6+
7+
group :jekyll_plugins do
8+
gem 'jekyll-octicons'
9+
# need lazy-load support
10+
gem 'jekyll-avatar'
11+
end
912

1013
group :development, :test do
1114
gem 'html-proofer'

_data/governments.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Brazil:
8282
- labhackercd
8383
- lexml
8484
- MP-ES
85+
- MP-RJ
8586
- pensandoodireito
8687
- plonegovbr
8788
- pr-snas
@@ -103,13 +104,15 @@ Canada:
103104
- AAFC-MBB
104105
- abgov
105106
- bcdevexchange
107+
- bac-lac
106108
- BCGov
107109
- canada-ca
108110
- cds-snc
109111
- CIHR
110112
- cityofgreatersudbury
111113
- cityofottawa
112114
- cityofsurrey
115+
- CityOfSarnia
113116
- CityofToronto
114117
- CityofEdmonton
115118
- cityssm
@@ -206,6 +209,7 @@ European Union:
206209
Finland:
207210
- 6Aika
208211
- City-of-Helsinki
212+
- City-of-Turku
209213
- CSC-IT-Center-for-Science
210214
- Digipalvelutehdas
211215
- finnishtransportagency
@@ -232,6 +236,7 @@ France:
232236
- cea-sec
233237
- clipos
234238
- clipos-archive
239+
- cw-leia
235240
- communaute-cimi
236241
- culturecommunication
237242
- DGFiP
@@ -249,6 +254,7 @@ France:
249254
- MinistereSupRecherche
250255
- nanterre
251256
- nantesmetropole
257+
- opencti-platform
252258
- PnCevennes
253259
- PnEcrins
254260
- PnX-SI
@@ -368,6 +374,7 @@ Norway:
368374
- nasjonalmuseet
369375
- navikt
370376
- nlbdev
377+
- Riksrevisjonen
371378
- Rogaland
372379
- rutebanken
373380
- ruterno
@@ -466,6 +473,7 @@ Sweden:
466473
- SVT
467474
- swedishpensionsagency
468475
- The-Municipality-of-Staffanstorp
476+
- umea-kommun
469477
- Vastra-Gotalandsregionen
470478
- vasttrafik
471479

@@ -639,6 +647,7 @@ U.S. City:
639647
- longbeachinnovationteam
640648
- LouisvilleMetro
641649
- mnhrc
650+
- moda-nyc
642651
- monum
643652
- NYCComptroller
644653
- nycdot
@@ -718,7 +727,6 @@ U.S. Federal:
718727
- globegit
719728
- gopleader
720729
- government-services
721-
- GreatSmokyMountainsNationalPark
722730
- gsa
723731
- gsa-oes
724732
- hhs

0 commit comments

Comments
 (0)