webvtt-ruby 0.2.0 → 0.2.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/webvtt-ruby.gemspecs +3 -3
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0edb293642afb992e4650a9835de04a619c527b
4
- data.tar.gz: 17ac19588e370f2f8035196c4152f930a264ea32
3
+ metadata.gz: 797c7b2806e2568fa25daa1a9ee6e35a923fc648
4
+ data.tar.gz: f6926c05b71a1df73d9ba5330d26829b3fee939c
5
5
  SHA512:
6
- metadata.gz: 5236eb0fed07d03d983864f74a1dc8155a0221c2ce26ecb9ebb49736a8202acc0860f5d0a4f9b83134840c413c462ebc90617beb723afd9e813220c5702063d6
7
- data.tar.gz: 0d047592a007a532315cd4131e44d649171662acfd07818863dcc6bf94b548a57eef6a9210104bca732031622ef95b0e4f45fa48b6c6761f5c83a123a3610cec
6
+ metadata.gz: 48f697a73e6e4e0dbc938a8aac50caa97d0c21b55af40841dfc27006284884a5ab91ab479936a006ab4fa057d1651e18c7fe439774f1d30b293b7c8cda105d75
7
+ data.tar.gz: d70bf06e2f690e6f448a22921dafbe8434a07896c948596f7ad9df4ce71cfb81473176953f1bda247647e7370323dfc630ce685d4cffff9dedcefea43430a08b
data/webvtt-ruby.gemspecs CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'webvtt-ruby'
3
- s.version = '0.2.0'
3
+ s.version = '0.2.1'
4
4
  s.summary = "WebVTT parser and segmenter in ruby"
5
- s.description = "WebVTT parser and segmenter in ruby. The WebVTT format is a standard captioning format compatible with HTML5 and HTTP Live Streaming (HLS)."
5
+ s.description = "WebVTT parser and segmenter in ruby for HTML5 and HTTP Live Streaming (HLS)."
6
6
  s.authors = ["Bruno Celeste"]
7
7
  s.email = 'bruno@heywatch.com'
8
- s.homepage = 'http://www.heywatchencoding.com'
8
+ s.homepage = 'https://github.com/HeyWatch/webvtt-ruby'
9
9
  s.license = 'MIT'
10
10
  s.bindir = 'bin'
11
11
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webvtt-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Celeste
@@ -10,8 +10,8 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-03-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: WebVTT parser and segmenter in ruby. The WebVTT format is a standard
14
- captioning format compatible with HTML5 and HTTP Live Streaming (HLS).
13
+ description: WebVTT parser and segmenter in ruby for HTML5 and HTTP Live Streaming
14
+ (HLS).
15
15
  email: bruno@heywatch.com
16
16
  executables:
17
17
  - webvtt-segmenter
@@ -36,7 +36,7 @@ files:
36
36
  - tests/subtitles/test_from_srt.webvtt
37
37
  - tests/subtitles/withnote.webvtt
38
38
  - webvtt-ruby.gemspecs
39
- homepage: http://www.heywatchencoding.com
39
+ homepage: https://github.com/HeyWatch/webvtt-ruby
40
40
  licenses:
41
41
  - MIT
42
42
  metadata: {}