ama_layout 5.8.0 → 5.9.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: a4f2cc7166e0bee061b77582099d5aa6b3e34677
4
- data.tar.gz: 78b1055abe0259ce09f0bed145b3cfa46414ff95
3
+ metadata.gz: fcbcc58643bf9756232fdcf6a66081d627ec8a4d
4
+ data.tar.gz: 37d3633a3da9a325ecc3f0446ba810b0f0da36b1
5
5
  SHA512:
6
- metadata.gz: 9d6f5e8bba92eead3002bba147f13c734a2c7f753f20afffd787691ea3c7e20e6e3f236e501a3b729bb10c0c869d98e28e28c6fa011845317aa3df826758a849
7
- data.tar.gz: 8ad54d4ad83d6aa8183fee828cadecc7ba79defed16b17f092a6e9aed769b247a6e1c755f7b8ffe69ff9bab2740bba133e1d95ee102951920641d64333a1c882
6
+ metadata.gz: 016c749f5ce2c9d2631cc6c5c3f540dd6f3289fb2434ba01682c936b14d25f46046531cd14a9a9b541e1a5bf59bbcdeeb9ca51640e30038faaa2e269d1fd9ac9
7
+ data.tar.gz: f29cfc0f4a6ea852ada415ba3a7b80eaf5a8ca76fdbc301118cc394aa14667199b52e1e96b387cb4862afcfe7ec1c3a9d5a8fa164833fa051e0c83329d22c3b4
@@ -0,0 +1,10 @@
1
+ ### PR Review Checklist
2
+ To be completed by the person who opens the PR. Use strikethroughs for items that are not applicable in list.
3
+ - [ ] I have reviewed my own PR to check syntax & logic, removed unnecessary/old code, made sure everything aligns with our style guide and BEM.
4
+ - [ ] I've added new components to the style guide (or have a PR in to add them).
5
+ - [ ] Any applicable version numbers have been updated.
6
+ - [ ] I've tested on mobile, tablet, and desktop, as well as across all of the browsers we support.
7
+ - [ ] I've proof-read all text for legibility, proper grammar, punctuation, and capitalization (titlecase).
8
+ - [ ] I have written a detailed PR message explaining what is being changed and why
9
+ - [ ] I’ve linked to any relevant VSTS tickets
10
+ - [ ] I’ve added the appropriate review symbols to my PR - (elephant) for dev review, (art) for design
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '5.8.0'
2
+ VERSION = '5.9.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.8.0
4
+ version: 5.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2017-07-07 00:00:00.000000000 Z
21
+ date: 2017-07-21 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails
@@ -253,6 +253,7 @@ files:
253
253
  - ".travis.yml"
254
254
  - Gemfile
255
255
  - LICENSE.txt
256
+ - PULL_REQUEST_TEMPLATE.md
256
257
  - README.md
257
258
  - Rakefile
258
259
  - ama_layout.gemspec
@@ -376,7 +377,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
376
377
  version: '0'
377
378
  requirements: []
378
379
  rubyforge_project:
379
- rubygems_version: 2.6.7
380
+ rubygems_version: 2.4.5.1
380
381
  signing_key:
381
382
  specification_version: 4
382
383
  summary: ".ama.ab.ca site layouts"