distorted-jekyll 0.5.0 → 0.5.5

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 +2 -2
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f14809ccca5e91712eea54573e11dcf5dc98136d07f8891018a483e5043fd916
4
- data.tar.gz: 6c2974e97e125b06fdc9512c50c7fc2f9ac19d62ff1147aed47d8f6f3fcf71e9
3
+ metadata.gz: 9b1090891c86dd19da341f2d6897e3b9f2c4ee1ce0efcff0e6ae5d0eb1a18821
4
+ data.tar.gz: b4179d9e155f33a50d6c021a906bad607b09423494a2a9d9cd2d6ccfbabf208a
5
5
  SHA512:
6
- metadata.gz: 216bc1931fe977936cb4aee1a53aa63f41e1087a26f4b67ffc2167ba7884116c78b53a4323d0149dda99a242061f4134f2cc7d9c576e7e70cb352d185c8034df
7
- data.tar.gz: 67be0f1b0de312c84a03821f577ba83b81c629d47836034280991e3799ca1c446dcce66a40f9dcb6acd18b9921fb030bb72d2911217a2412e7f705c54baf3ce4
6
+ metadata.gz: ff9eab3c710d8e612aa132b73bef268d92bc4a62ac40994522b9c301193208ef0cefaa616b42f86bf7cf33a89fc2eeff9df0273103462467bb2a7f75c4d75af1
7
+ data.tar.gz: a892cb38ca7c629d6ec3046a05d21030bc9c6a85284ccc370d8f8ca7f43d9d2478633acf35c6cdc969e16d6217699163dae9fd3752fce14fcb82f1bf4cc20d77
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,14 +1,14 @@
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.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Allison Reid
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-07 00:00:00.000000000 Z
11
+ date: 2020-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -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.5
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.5
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
  - - ">="