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 +4 -4
- data/lib/sjson2srt/version.rb +1 -1
- data/sjson2srt.gemspec +1 -3
- metadata +4 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1039b64be61b68f07e01dd77c038a09885bd4974
|
4
|
+
data.tar.gz: 64f6c0d1f2abb9d0fd0b9ab8698b13c9307e1610
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f02f51836fca30fec28b55bbd1ab107c9df68702a83137692a1193743a6e79614be67f036842763de6254ff5afae751273a265c668a4959756334f0b830d1f2c
|
7
|
+
data.tar.gz: ca4317e7a6d3c2dcdb5715846769d39d8efcaada4b1de26d3672a628bf4ae13086f51ce86704142b5fea14f69b1121a44abb9596ecac755c9bdb63e7a2a4276b
|
data/lib/sjson2srt/version.rb
CHANGED
data/sjson2srt.gemspec
CHANGED
@@ -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.
|
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
|
-
|
85
|
-
|
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:
|