really-simple 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16ee2275cfc8a68fae207bb3ef029a5249ebb810
4
- data.tar.gz: aa0cfebf5ce73a42529daddf190af4856466fb37
3
+ metadata.gz: 5cbdf1dd604ba2660f406665ac10d27bd0e660ee
4
+ data.tar.gz: 60c1986bb1a4de58ce762b4a9fc724647a35b9e5
5
5
  SHA512:
6
- metadata.gz: f4be1efc34960833ae3b8fb4d57959fd4a81b1028698dc555b8d03ac270cecdc4ae6288dbfec9ac6750595f93a6d35595c36508bb74aa73ff48a65ee30706ce1
7
- data.tar.gz: 37bdda513c238b481254e054f400d39bf2e08de2c58fbb7af416a4715c5dad188e51a40614ac4da8392af56e725f9d24c3218a83f5af3a670714c7e65598b163
6
+ metadata.gz: '08c38e29b35c1fd5d9e06b7879d76892ca5fbe9e50e2acd9a51e15e578f080798d69c6ccfe7972226ccbd129e5a0c4526703f220cca2b244fd2a9bba062a9c40'
7
+ data.tar.gz: e3f1164b746ef24c7aeb292603b9969cacb0bcd9f4988b9bad47002077200394a66b2b59af5200a81e689a8076d0d24a338c081551d59468ba91952b68faa3e6
data/README.md CHANGED
@@ -81,7 +81,7 @@ The above will render the palette like so:
81
81
 
82
82
  ### Menu
83
83
 
84
- The menu items are configuration driven. Any pages with the [front matter](https://jekyllrb.com/docs/frontmatter/) property of `menu_item` set to true will be rendered as part of the menu in the header. For example the consider the following pages:
84
+ The menu items are configuration driven. Any pages with the [front matter](https://jekyllrb.com/docs/frontmatter/) property of `menu_item` set to true will be rendered as part of the menu in the header. For example, consider the following pages:
85
85
 
86
86
  `archives.md`:
87
87
  ```yml
@@ -100,10 +100,10 @@ menu_item: true
100
100
  ---
101
101
  ```
102
102
 
103
- Will render the menu items "About" and "Archives."
103
+ With the above pages, the menu items "About" and "Archives" will be rendered.
104
104
 
105
105
  ### Layouts
106
- Really Simple comes with a simple layout for archives. Just include `layout: archives` front matter in your pages. You can find an example of this here.
106
+ Really Simple comes with a simple layout for archives. Just include `layout: archives` front matter in your pages.
107
107
 
108
108
  ## Philosophy
109
109
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: really-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - jusx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-13 00:00:00.000000000 Z
11
+ date: 2019-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.6'
19
+ version: '3.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.6'
26
+ version: '3.7'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -69,7 +69,7 @@ files:
69
69
  - _sass/_simple.scss
70
70
  - _sass/_syntax-highlighting.scss
71
71
  - assets/main.scss
72
- homepage: https://github.com/jusx/really-simple/tree/1.0.0
72
+ homepage: https://github.com/jusx/really-simple/tree/1.0.2
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}