distorted-jekyll 0.5.0 → 0.5.1
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 +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84fba5f10727b1604f6b223d59e0a27ff40bbf8014bdd8717917abcb33e1274f
|
|
4
|
+
data.tar.gz: 4754e2f14f1b8c746af5c46e0bff6df9d1a3340914b52c232f000bc5706a9347
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f2d7a6ea79b7943ddf692e79584cd942041b9918e7c6cb981b400a34a8a04620b234c9f532662f8b1e20a0626b7d8487fb9b2518e75f8bf5e6a88881fbe9633
|
|
7
|
+
data.tar.gz: 77f2c798bb905e336cda48f3edaddc1d00f01e55045ee622da789298959b341cf92dc3ed8a20f6d8c722129e46e48349a8c09766ce4cbbb6a82819593043a9d2
|
data/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
`DistorteD` is a multimedia framework for Jekyll websites.
|
|
4
4
|
|
|
5
5
|
Right now this repo contains two Gems:
|
|
6
|
-
- `DistorteD-Jekyll` contains anything and everything that depends on Jekyll.
|
|
7
|
-
- `DistorteD-Ruby` contains just the abstract media file format handling code. It's separate so I can use those functions in other contexts and/or easily replace the Ruby core if necessary.
|
|
6
|
+
- [`DistorteD-Jekyll`](https://rubygems.org/gems/distorted-jekyll) contains anything and everything that depends on Jekyll.
|
|
7
|
+
- [`DistorteD-Ruby`](https://rubygems.org/gems/distorted) contains just the abstract media file format handling code. It's separate so I can use those functions in other contexts and/or easily replace the Ruby core if necessary.
|
|
8
8
|
|
|
9
9
|
## Motivation
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: distorted-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Allison Reid
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 0.5.
|
|
89
|
+
version: 0.5.1
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.5.
|
|
96
|
+
version: 0.5.1
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: mime-types
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -157,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
requirements:
|
|
158
158
|
- - ">="
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
|
-
version:
|
|
160
|
+
version: 2.7.0
|
|
161
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
requirements:
|
|
163
163
|
- - ">="
|