m3u8 0.6.2 → 0.6.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/LICENSE.txt +1 -1
- data/README.md +4 -0
- data/lib/m3u8.rb +1 -1
- data/lib/m3u8/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 423d91cc5175fd049a43ce26efff10b0ca1ad16f
|
|
4
|
+
data.tar.gz: 65b634315e86db26cdfdc6f19f89b245714bbb6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48e8dd6e5122c35707fbbf8da5a2d2e2633c5083b4da1b7e993c5301f72d1a53a696129f744a26e2f44e6d965e890465084ee5b383ea6d2596510b63e8b49f18
|
|
7
|
+
data.tar.gz: a06803324c593c55cbe3943b28194262949bbc353e9562bb200487e0a96bd36b2b119078dfb5f5be7e31e961cd24610830f94c1e10ea20b2bbad492c4e7a6941
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
#### 0.6.3 (2/17/2016) - Merged pulled request #7 from [jviney](https://github.com/jviney), fixing bug with require order.
|
|
2
|
+
|
|
1
3
|
#### 0.6.2 (2/16/2016) - Added support for EXT-X-SESSION-KEY tags. Merged pulled request #6 from [jviney](https://github.com/jviney), fixing bug with codec string value.
|
|
2
4
|
|
|
3
5
|
#### 0.6.1 (8/15/2015) - Added support for EXT-X-PROGRAM-DATE-TIME tags.
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -184,3 +184,7 @@ M3u8::Reader is the class handles parsing if you want more control over the proc
|
|
|
184
184
|
4. Commit your changes (`git commit -am 'Add some feature'`)
|
|
185
185
|
5. Push to the branch (`git push origin my-new-feature`)
|
|
186
186
|
6. Create a new Pull Request
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## License
|
|
190
|
+
MIT License - See [LICENSE.txt](https://github.com/sethdeckard/m3u8/blob/master/LICENSE.txt) for details.
|
data/lib/m3u8.rb
CHANGED
data/lib/m3u8/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: m3u8
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Deckard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|