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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f14809ccca5e91712eea54573e11dcf5dc98136d07f8891018a483e5043fd916
4
- data.tar.gz: 6c2974e97e125b06fdc9512c50c7fc2f9ac19d62ff1147aed47d8f6f3fcf71e9
3
+ metadata.gz: 84fba5f10727b1604f6b223d59e0a27ff40bbf8014bdd8717917abcb33e1274f
4
+ data.tar.gz: 4754e2f14f1b8c746af5c46e0bff6df9d1a3340914b52c232f000bc5706a9347
5
5
  SHA512:
6
- metadata.gz: 216bc1931fe977936cb4aee1a53aa63f41e1087a26f4b67ffc2167ba7884116c78b53a4323d0149dda99a242061f4134f2cc7d9c576e7e70cb352d185c8034df
7
- data.tar.gz: 67be0f1b0de312c84a03821f577ba83b81c629d47836034280991e3799ca1c446dcce66a40f9dcb6acd18b9921fb030bb72d2911217a2412e7f705c54baf3ce4
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.0
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.0
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.0
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: '0'
160
+ version: 2.7.0
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  requirements:
163
163
  - - ">="