distorted 0.5.0 → 0.5.1

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 +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff19bceaec049f4111e86254ee4fda44d196607300b21e2151182b0be97a0a3f
4
- data.tar.gz: fe6cd4f539b9a93b586c2d450cc1197fc275520699bc3838348ea0fe545933f1
3
+ metadata.gz: fe761223a26817dcbc78e788b32e560e6eb716cee824f20a95f950b8c9f4ef99
4
+ data.tar.gz: c84a697c66f4875cc25256da18f932ab5833bd190291ebe2414bba06fbdd0805
5
5
  SHA512:
6
- metadata.gz: 1c14fb62292507e14c1e9b629ebb4735c95578e53c299ccc97375bfd629ae7e2eb1df11bf122dba26a844c45a42d1abd58172af6ddc46a82fcc18d3ab6852cc4
7
- data.tar.gz: f710e5510e7c1d4461f1258fbe616c6e570c9f3cb3ecf990a9138e219df8448d63a999c5a601718f4970b93fa2b6c1667a2088be297297ee14dede70c98855fb
6
+ metadata.gz: 2b03b966b924492aaf72ed4b7db8976bf8b1e5f5e7e0f626b9f1aade131afbe938b121bf644866d310c6dc41b7e66797108c98fef5c7c5f077acf23aa3a5e007
7
+ data.tar.gz: a9d32f91d93f16f862d58e87e3d97ddf5b29653ddf1da2a0403ed5c204e361801e4c065cf9acd3cb1e463d1532557ff1f52508775f53af1827133a5d633044e5
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
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
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
- version: '0'
131
+ version: 2.7.0
132
132
  required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
134
  - - ">="