ama_layout 5.8.0 → 5.9.0
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 +4 -4
- data/PULL_REQUEST_TEMPLATE.md +10 -0
- data/lib/ama_layout/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcbcc58643bf9756232fdcf6a66081d627ec8a4d
|
|
4
|
+
data.tar.gz: 37d3633a3da9a325ecc3f0446ba810b0f0da36b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/ama_layout/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
380
|
+
rubygems_version: 2.4.5.1
|
|
380
381
|
signing_key:
|
|
381
382
|
specification_version: 4
|
|
382
383
|
summary: ".ama.ab.ca site layouts"
|