documentation 1.0.3 → 1.0.4

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: 3ca8ff1ae21b1a4805879ab5fd9ba8872a1e4dbf
4
- data.tar.gz: 2324af24ba636e1820395d9dbe23b50c8c6d0526
3
+ metadata.gz: 47e323071f915700d9dc581ecf5ae29fc847b77c
4
+ data.tar.gz: 4c1bbf1bcd69c6c1ed23b58e340a7e512d5aaf7e
5
5
  SHA512:
6
- metadata.gz: 937486cd5bb4a2e0901a829f0dbbcb4cdca775ec50e3dfba7b08b0305ac8c8d17946a30cd894458b6b052e1dca46b36e58d1164379076b0bc91136e89db9a536
7
- data.tar.gz: d5b492b62ce755e2f886e768c51709eb09f21298d97c4dadbab6db41cfa8c416ceb1adce696fc101b6d4b6d7e59cbc06c8bccd55783f8ce1e735f558c4a4bb9f
6
+ metadata.gz: 8219f11a6335a292aa7d9087792b2554ea8dbde88c2385e06338e9cafa6c18ef9e3d33b72c02c46611b3b076304dc1c382f5dbc5363ec0e5a50bdfe03f9e5a8d
7
+ data.tar.gz: fd2d4aadc8200c980671a6f862285da61b0db20c3523b28fc2f4b00fdf34d6e7f97a52595e09ab4356c7cc06cb9d9c45f777e16994aa6744d1aaa66c217a8eed
File without changes
File without changes
@@ -5,8 +5,11 @@
5
5
  = stylesheet_link_tag 'documentation/application'
6
6
  = javascript_include_tag 'documentation/application'
7
7
  = csrf_meta_tags
8
+ = render 'layouts/documentation/head'
9
+ = yield :head
8
10
  %body
9
11
  = render 'layouts/documentation/header'
12
+
10
13
  %nav.pages
11
14
  .inner
12
15
  = render 'layouts/documentation/search'
@@ -15,4 +18,5 @@
15
18
  .inner
16
19
  = flash_messages
17
20
  = yield
18
-
21
+ = render 'layouts/documentation/footer'
22
+
@@ -1,3 +1,3 @@
1
1
  module Documentation
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-14 00:00:00.000000000 Z
11
+ date: 2014-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -245,6 +245,8 @@ files:
245
245
  - app/views/documentation/pages/show.html.haml
246
246
  - app/views/documentation/shared/access_denied.html.haml
247
247
  - app/views/documentation/shared/not_found.html.haml
248
+ - app/views/layouts/documentation/_footer.html.haml
249
+ - app/views/layouts/documentation/_head.html.haml
248
250
  - app/views/layouts/documentation/_header.html.haml
249
251
  - app/views/layouts/documentation/_search.html.haml
250
252
  - app/views/layouts/documentation/application.html.haml