yefeme 0.4.3 → 0.4.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 +4 -4
- data/README.md +1 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68d20951981c5a1128359c161849889796d8ed5ef44a7c3d859e80bf4877d0d4
|
|
4
|
+
data.tar.gz: a4a953eba5c803c410b8bcb1a2461d8dfc57fc9719bcf275286d51b53fd8323e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a98f7d0356a0608428fd859856cf36440c71fb4f97d5856318a8e2711c19914cfbe4ec90faafaf532814864d3ff5defc426f0c72286e3a5742dc2c0e91be10e5
|
|
7
|
+
data.tar.gz: f4d5d4d8382b9515436d930a798fbfbe7c55fd842832d735f2cb3c8b59b9ec254f41e3d715e65ece9feda360fed52e74d6228940610a02d2144b3559468f5f8f
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# yefeme
|
|
2
2
|
|
|
3
|
-
Yefeme is Yefim's custom jekyll theme. You can use it but you don't have to.
|
|
3
|
+
Yefeme is Yefim's custom jekyll theme. You can use it but you don't have to. It's mainly good for blogs.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -20,10 +20,6 @@ And then execute:
|
|
|
20
20
|
|
|
21
21
|
$ bundle
|
|
22
22
|
|
|
23
|
-
Or install it yourself as:
|
|
24
|
-
|
|
25
|
-
$ gem install yefeme
|
|
26
|
-
|
|
27
23
|
## Usage
|
|
28
24
|
|
|
29
25
|
### Configuration variables
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yefeme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yefim Vedernikoff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
93
|
rubyforge_project:
|
|
94
|
-
rubygems_version: 2.7.
|
|
94
|
+
rubygems_version: 2.7.6
|
|
95
95
|
signing_key:
|
|
96
96
|
specification_version: 4
|
|
97
97
|
summary: Yefim's custom jekyll theme
|