sjson2srt 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f428f4034cbaa8e23bbf34df08f17badd6e2897
4
- data.tar.gz: 123983b84298d6a1dde51e8fb86ffc33c78c9660
3
+ metadata.gz: 1039b64be61b68f07e01dd77c038a09885bd4974
4
+ data.tar.gz: 64f6c0d1f2abb9d0fd0b9ab8698b13c9307e1610
5
5
  SHA512:
6
- metadata.gz: dd1d02577a2dea8e3c063cf365079b0f68e2a20f9e40df2ecc89d18639c262bc3a48062dde73bc6802f7cddc2392864e423916443a8c8891fe331a8da448373c
7
- data.tar.gz: 78c3de9c590eac1a509feca9f160ef5ce4acbec86ba1e9108963b1ae3882fef46105accf1e07745cf7e29f136b0143c308a501c45144002e57a41ad20a93531a
6
+ metadata.gz: f02f51836fca30fec28b55bbd1ab107c9df68702a83137692a1193743a6e79614be67f036842763de6254ff5afae751273a265c668a4959756334f0b830d1f2c
7
+ data.tar.gz: ca4317e7a6d3c2dcdb5715846769d39d8efcaada4b1de26d3672a628bf4ae13086f51ce86704142b5fea14f69b1121a44abb9596ecac755c9bdb63e7a2a4276b
@@ -1,3 +1,3 @@
1
1
  module Sjson2srt
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -9,9 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Dan Collis-Puro"]
10
10
  spec.email = ["dan_collis-puro@harvard.edu"]
11
11
  spec.summary = %q{Convert the sjson captioning format to the srt format}
12
- spec.description = %q{Convert the sjson captioning format to the srt format. \
13
- This includes an executable named "sjson2srt" that accepts sjson on STDIN and \
14
- emits srt on STDOUT, suitable for use in a unix pipeline.}
12
+ spec.description = %q{Convert the sjson captioning format to the srt format. This includes an executable named "sjson2srt" that accepts sjson on STDIN and emits srt on STDOUT, suitable for use in a unix pipeline.}
15
13
  spec.homepage = "https://github.com/djcp/sjson2srt"
16
14
  spec.license = "MIT"
17
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sjson2srt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Collis-Puro
@@ -80,10 +80,9 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0.10'
83
- description: |-
84
- Convert the sjson captioning format to the srt format. \
85
- This includes an executable named "sjson2srt" that accepts sjson on STDIN and \
86
- emits srt on STDOUT, suitable for use in a unix pipeline.
83
+ description: Convert the sjson captioning format to the srt format. This includes
84
+ an executable named "sjson2srt" that accepts sjson on STDIN and emits srt on STDOUT,
85
+ suitable for use in a unix pipeline.
87
86
  email:
88
87
  - dan_collis-puro@harvard.edu
89
88
  executables: