distorted 0.5.0 → 0.5.5

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 +31 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff19bceaec049f4111e86254ee4fda44d196607300b21e2151182b0be97a0a3f
4
- data.tar.gz: fe6cd4f539b9a93b586c2d450cc1197fc275520699bc3838348ea0fe545933f1
3
+ metadata.gz: d04253e6f50a2605401fd417d7e334a224d151d2c6469d1f7d3078e9ee1dd8c3
4
+ data.tar.gz: 92352bbe50e50b518dac0363e77a84f8b91a7619dd111127a86cfa56916bad2d
5
5
  SHA512:
6
- metadata.gz: 1c14fb62292507e14c1e9b629ebb4735c95578e53c299ccc97375bfd629ae7e2eb1df11bf122dba26a844c45a42d1abd58172af6ddc46a82fcc18d3ab6852cc4
7
- data.tar.gz: f710e5510e7c1d4461f1258fbe616c6e570c9f3cb3ecf990a9138e219df8448d63a999c5a601718f4970b93fa2b6c1667a2088be297297ee14dede70c98855fb
6
+ metadata.gz: 6a7b0404d5518eb909ea0ba90f5c57c08e3be5f770d115fb2d44f6bfbd944d7e8c62b166908067996e3e6648a784c82ff4be27a2fb878ad483a946f679788ab5
7
+ data.tar.gz: 963b7c58233adb84c4dd42cd129fbcb77933456f825a3bf78dd20527f15e7bfdd2c15a9d1a108eff61e6c04bf91278a7c03bf0148658acc8be806549dd6e23a0
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
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
@@ -108,6 +108,34 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: 0.2.5
111
+ - !ruby/object:Gem::Dependency
112
+ name: hexapdf
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: 0.11.9
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: 0.11.9
125
+ - !ruby/object:Gem::Dependency
126
+ name: ttfunk
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '1.6'
132
+ type: :runtime
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '1.6'
111
139
  description: Ruby implementation of core file-format operations used by DistorteD-Jekyll.
112
140
  email:
113
141
  - root@cooltrainer.org
@@ -128,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
156
  requirements:
129
157
  - - ">="
130
158
  - !ruby/object:Gem::Version
131
- version: '0'
159
+ version: 2.7.0
132
160
  required_rubygems_version: !ruby/object:Gem::Requirement
133
161
  requirements:
134
162
  - - ">="